I need to get a sum from multiple 'IF' cells

Solved/Closed
Hmmm.... - Apr 13, 2010 at 09:05 PM
 Hmmm.... - Apr 13, 2010 at 09:41 PM
I have a spreadsheet with the following formula:

=IF(ISNUMBER(E5), "20.00","")

If data is entered in cell E5, the cell below it will have 20.00. If not, the cell will be blank. This is the case for columns E, F, G, and H

At the end of the row, I am attempting to get the sum of all the cells in this row.

I did the standard sum formula, but it always comes up with 0 whether or not the cells have a value present. How can I produce a sum, if the IF formula is present?


Thanks!

1 response

Figured it out. Changed the "20.00" to a cell location with the value 20.00 in it. That fixed it!
0