I have a excel spread sheet where I wish to sum a column based on the outcome of two other columns.
A B C
5 Normal High
10 Abnormal High
15 Normal Low
Now if I wish to sum those numbers in column A which are Normal (for B) and Low (For C) then how would I go about doing that. I was attempting to use an array formula but was having many issues. So far I have this...
=SUM(IF($M$16:$M$838="Normal", IF($R$16:$R$838="Interval 1", $N$16:$N$838,0),0))
But the number it gives me I know is wrong, it ends up summing everything in the column rather then the selected ones.
The variables are different but I hope the message got across.
Bookmarks