EXCEL
I need an IF statement like this (I know this is wrong
=IF((SUM(O7:O324))>0,((O7:O324)+N325)),N325
To me this says
If the sum of O7 through O324 is greater than 0, then return the sum of O7 through O324 + N325 otherwise return N325.
What am I doing wrong?
I need an IF statement like this (I know this is wrong
=IF((SUM(O7:O324))>0,((O7:O324)+N325)),N325
To me this says
If the sum of O7 through O324 is greater than 0, then return the sum of O7 through O324 + N325 otherwise return N325.
What am I doing wrong?