HOW DO I USE TWO IF FUNCTIONS IN ONE CELL?

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

Guest

I am trying to take one cell and say if my number is greater than 1 then use
that cell's number if not use the number 2 and if that number is greater than
13 then use the number 13. If the number is less than 13 then use that
cell's number. Can this be done in one cell using one formula?
 
Try this:
For
A1: (the first number)
A2: (the second number)
A3: =IF(A1>1,A1,MIN(B1,13))


Is that what you're looking for?

***********
Regards,
Ron
 

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

Similar Threads


Back
Top