drewszone32
Member
=IF(E7>0,SUM(E38+E18-E33),IF(E7,D38<0,SUM(D39+E18-E33),IF(D38>0,SUM(D38+E18-E33,0)))
The above formula seems to not want to work. It tells me to many arguments but I am not sure why.
If cell E7 is >0 sum E38+E18-E33
If cell E7 and D38 is <0 sum D39+E18-E33
If cell D38 >0 sum D38+E18-E33
Why is this not working. What am I missing?
The above formula seems to not want to work. It tells me to many arguments but I am not sure why.
If cell E7 is >0 sum E38+E18-E33
If cell E7 and D38 is <0 sum D39+E18-E33
If cell D38 >0 sum D38+E18-E33
Why is this not working. What am I missing?