=and formulas with =if formulas

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

Guest

i am attempting to create a formula that looks at one cell and if it is >0
then use the > of that cell or the sum of two other cells and if the original
cell is <0 enter 0.
 
I assumed <0 *and* 0 were equal!

If they're not, try this:

=(A1>=0)*MAX(A1,B1+B2)
 

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