Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Is it possible to combine a SUM Function with an IF
statement that will allow me to add multiple cells, but leave the cell blank if the answer is zero? Here's what I tried, but to no avail. In cell F5, I have the following formula: =(SUM(C5:E5),IF(F5=0,"",(SUM(C5:E5))) Is there something wrong with the formula, or is the combination of functions/statements not allowed? Any help would be greatly appreciated. Sincerely, Josh |
#2
![]() |
|||
|
|||
![]()
Hi
=IF(SUM(C5:E5)=0,"",SUM(C5:E5) -- Regards Frank Kabel Frankfurt, Germany "Somecallmejosh" schrieb im Newsbeitrag ... Is it possible to combine a SUM Function with an IF statement that will allow me to add multiple cells, but leave the cell blank if the answer is zero? Here's what I tried, but to no avail. In cell F5, I have the following formula: =(SUM(C5:E5),IF(F5=0,"",(SUM(C5:E5))) Is there something wrong with the formula, or is the combination of functions/statements not allowed? Any help would be greatly appreciated. Sincerely, Josh |
#3
![]() |
|||
|
|||
![]()
=IF(SUM(C5:E5)=0,"",SUM(C5:E5))
Regards, Peo Sjoblom "Somecallmejosh" wrote: Is it possible to combine a SUM Function with an IF statement that will allow me to add multiple cells, but leave the cell blank if the answer is zero? Here's what I tried, but to no avail. In cell F5, I have the following formula: =(SUM(C5:E5),IF(F5=0,"",(SUM(C5:E5))) Is there something wrong with the formula, or is the combination of functions/statements not allowed? Any help would be greatly appreciated. Sincerely, Josh |
#4
![]() |
|||
|
|||
![]()
=if(sum(c5:e5)=0,"",sum(c5:e5))
Carlos "Somecallmejosh" wrote in message ... Is it possible to combine a SUM Function with an IF statement that will allow me to add multiple cells, but leave the cell blank if the answer is zero? Here's what I tried, but to no avail. In cell F5, I have the following formula: =(SUM(C5:E5),IF(F5=0,"",(SUM(C5:E5))) Is there something wrong with the formula, or is the combination of functions/statements not allowed? Any help would be greatly appreciated. Sincerely, Josh |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy an IF function when Inserting new row | Excel Discussion (Misc queries) | |||
how can i get the slope function to ignore missing data? | Excel Discussion (Misc queries) | |||
Solving for X and Y with a = in the FUNCTION??? | Excel Discussion (Misc queries) |