Z
zSplash
Here's the formula I'm trying to give a cell:
=IF(SUM(O2
2)=0 or if (sum(O2
2=""),"",O2/(SUM(O2+P2)))
I get an error.
The following code works just fine...
=IF(SUM(O2
2)=0),"",O2/(SUM(O2+P2)))
....but when I try to add the additional (or if sum(O2
2="")), I am told
there is an error but given absolutely no direction as to what could be
wrong.
I constantly get errors when I try to write formulas for cells. What is
wrong this time?
TIA
=IF(SUM(O2
2)=0 or if (sum(O2
2=""),"",O2/(SUM(O2+P2)))I get an error.
The following code works just fine...
=IF(SUM(O2
2)=0),"",O2/(SUM(O2+P2)))....but when I try to add the additional (or if sum(O2
2="")), I am toldthere is an error but given absolutely no direction as to what could be
wrong.
I constantly get errors when I try to write formulas for cells. What is
wrong this time?
TIA