2 formulas in 1 cell

  • Thread starter Thread starter MAX
  • Start date Start date
M

MAX

If cell B2<B1 answer in A2 must be 0 and
if cell B2>B1 answer in A2 must be equal to B1
 
In A2:

=IF(B2<B1,0,B1)

But what if B2 = B1?

Please be always very specific with >, < >=, <=, etc
 

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