Lookup or If function

jessihg12

New Member
Joined
Oct 3, 2017
Messages
3
I am currently trying to create a formula that will do the following:

Numbers in Column F contain numbers assigned to companies

If # is between:
5 - 25 = Tier 4
26-100 = Tier 3
101 - 500 = Tier 2
500+ = Tier 1

I would like the formula to look in the F column and auto populate the tier that company falls under in column G. We have nearly 3,000 in the system so doing this manually is not ideal.

If needed, I can create a hidden sheet that this formula can look.

Example of desired end result:
Company Name Company Number Tier
Company 1 15 4
Company 2 106 2
Company 3 782 1
Company 4 48 3


I appreciate your advice. Thank you!
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
Re: Lookup or If function help

Welcome to the board.

Try a lookup

="Tier "&LOOKUP(F2,{5,26,101,501},{4,3,2,1})
 
Last edited:
Upvote 0
Re: Lookup or If function help

Example of desired end result:
Company Name Company Number Tier
Company 1 15 4
Company 2 106 2
Company 3 782 1
Company 4 48 3


I have tab spaces in between the columns, but it is running together now that the thread is published (3 columns). Company name, Number, Tier. I'm sorry if that looks confusing.
 
Upvote 0

Forum statistics

Threads
1,223,896
Messages
6,175,260
Members
452,627
Latest member
KitkatToby

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