I have column 'I' using the following formula to produce a value of either blank, 0, 1 or 2- the cell has been formatted to 'number'.
=IF(H44="Non compliance","0",IF(H44="Service Improvement","1",IF(H44="Compliant","2",IF(H44="Not applicable"," "))))
This formula works upon the choosing of an option from the adjacent cell.
My problem occurs when I try to use the SUMIF function on this column when it contains the IF formula. The formula below works if I manually input the value into column I as a stand alone value but will return a value of zero if I have the formula working it out.
=SUMIF(D9:D44,"Financial",I9:I44)
I have tried creating a new column based upon =I44 so getting rid of the big formula but it doesn't work on this either.
I have no formula errors being highlighted.
I'm on Office 10, I think on Windows 7.