Mulitple Formulas/Same Cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

This seems very simple, but I can't figure it out. In Cell D8, I need the
formula to say, F8-G8, but if F8-G8=0, then add J8, K8, L8 and M8. Any
suggestions?
Thank You!
 
=IF(F8-G8=0,SUM(J8:M8),F8-G8)

Just noting that F8-G8=0 is the same as F8=G8

Rick
 
Back
Top