How do I sum with a cell that is a formula
Remove the quotes from around any numbers in your formula.
Right:
=IF(A1="x",10,0)
Wrong:
=IF(A1="x","10","0")
--
Biff
Microsoft Excel MVP
"NeverBoring" wrote in message
...
One of the cells I wish to sum is a formula and does not sum. Thank you.
|