P
Paul Malbon
This may sound stupid but please bear with me.
I want to calculate the sum of a column base on a true or false query.
Column A Row 4 has the value of F or M, I want to sum up Column A row 6 to
row30 depending on the value of row 4, in row A 33. So in structured English
I would assume it would be...
If A4 = F Then A33 = A6:A33
In Excel I have tried this...
=SUMIF(B9:B33,"=F")
But it returns a value of 0 even though I have values in A6:A30. Anyone have
any ideas?
Thanks
Paul
I want to calculate the sum of a column base on a true or false query.
Column A Row 4 has the value of F or M, I want to sum up Column A row 6 to
row30 depending on the value of row 4, in row A 33. So in structured English
I would assume it would be...
If A4 = F Then A33 = A6:A33
In Excel I have tried this...
=SUMIF(B9:B33,"=F")
But it returns a value of 0 even though I have values in A6:A30. Anyone have
any ideas?
Thanks
Paul