negetive numbers in a formula

  • Thread starter Thread starter Andy
  • Start date Start date
A

Andy

I am trying to put together a formula that if the sum of 4 cells is less than
zero it the cell just shows 0
 
Something like this:

=MAX(A1+B2+C3+D4,0)

if you want the sum to show if greater than zero, or this if not:

=IF(A1+B2+C3+D4<0,0,"")

Hope this helps.

Pete
 

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

Back
Top