is seems too basic. But after spending quite some time on the web, I don't see where the problem lies... I have two columns, O and S, with some numeric values. I want to add values in column S only if the data in column O are larger than "-9999". Now, the formula should be:
=SUMIF(O2:O23, ">-9999", S2:S23)
But Excel (Mac 2011) tells me that this is wrong. Where lies the problem?
Thanks for any hints!
=SUMIF(O2:O23; ">-9999"; S2:S23)– barry houdini Feb 1 at 9:58