Mulitple Formulas/Same Cell

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!
 
R

Rick Rothstein \(MVP - VB\)

=IF(F8-G8=0,SUM(J8:M8),F8-G8)

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

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top