G
Guest
I want to SUM a horizontal row of cells, of which one contains the IF function:
=IF(C2<2,"50",IF(C2=2,"25",IF(C2>3,"0")))
I want the results of the IF function, 50, 25, or 0, to be included in the
SUM.
Any tips?
=IF(C2<2,"50",IF(C2=2,"25",IF(C2>3,"0")))
I want the results of the IF function, 50, 25, or 0, to be included in the
SUM.
Any tips?