Nested If

shawn99michaels

New Member
Joined
May 16, 2007
Messages
38
Hi all,

Would be grateful if I could have an insight of any of the excel gurus on how to get this formula working. The current set of data I have is as follows

1000 or more grade "G"
Between 900 and 999 "F"
Between 800 and 899 "E Super"
Between 700 and 799 "E Small"
Between 600 and 699 "D Super"
Between 500 and 599 "D Small"
Between 400 and 499 "c"
Between 300 and 399 "B"

I'm working on excel 2003 so can't get this to work if anyone knows how to do this I will be ever so obliged to you

Thanks
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Try a LOOKUP:

=LOOKUP(A1,{0,300,400,500,600,700,800,900,1000},{"Unranked","B","C","D Small","D Super","E Small","E Super","F","G"})
 
Upvote 0
Hi. Try like this

=LOOKUP(A1,{300,400,500,600,700,800,900,1000},{"B","C","D small","D super","E small","E super","F","G"})
 
Upvote 0

Forum statistics

Threads
1,224,514
Messages
6,179,219
Members
452,895
Latest member
BILLING GUY

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