IF AND confusion

deuce

Active Member
Joined
Oct 6, 2006
Messages
346
Office Version
  1. 2007
I only know how to do the simplest IF statements not combo's... need some help to think here.

IF F3 is less than F2 and G2 then "1"

IF F3 is greater than F2 and G2 then "2"



thanks.
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Try using function AND;
search the excel help for details
=IF(AND(1 < A3,A3 < 100),A3,"Out of Range")
Displays the second number above, if it is between 1 and 100, otherwise displays a message (The value is out of range.)
 
Upvote 0
What do you want to if its higher than one of the other two cells but lower than the other?

Or do you mean higher or lower than the sum of the other two cells?
 
Upvote 0

Forum statistics

Threads
1,215,575
Messages
6,125,631
Members
449,241
Latest member
NoniJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top