IF formula multiple criteria

Kbouz

New Member
Joined
Oct 20, 2017
Messages
3
Hi, I need help with an IF formula to express the following :

As example there are 6 levels and each level correspond to a range in spreadsheet :
Column D Column E Column F
1 100 200
2 201 300
3 301 400
4 401 500
5 501 600
6 601 700

In column A I have :
A1 240
A2 350
A3 550
A5 667
And so on...

I need the IF formula to find in column B which the level I mentioned above .... after formula is applied :
A1 240 2
A2 350 3
A3 550 5
A5 667 6
It make be basic , but I really need help on this ,


thanks in advance
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Re: IF formula multiple criteria -- Please Help!

Hello and welcome to the forum.

Try this in B1:

=LOOKUP(A1,E$1:E$6,D$1:D$6)
 
Upvote 0
Re: IF formula multiple criteria -- Please Help!

thanks , but I need the result in column B to be level which in column D(1 or 2,or 3...) depending the the range I can copy the levels to column G if need be.
 
Upvote 0
Re: IF formula multiple criteria -- Please Help!

thanks , but I need the result in column B to be level which in column D(1 or 2,or 3...) depending the the range I can copy the levels to column G if need be.
Sorry it worked!! thanks very much, I was sure this could only be done with IF. Thanks again
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,942
Members
449,094
Latest member
teemeren

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