Comparison of multiple "Between"s / Categorisation

Dawnscream

New Member
Joined
Apr 13, 2015
Messages
2
Hi everyone!

Excel: 2013
Windows: Windows 7 64bit

I'm trying to solve an evaluation/comparison of multiple "between" analyses. I'll try to describe it better with an example:

fBxST7t.jpg


I am trying to do the following:

- I wish to analyse the numbers in the column B, and depending whether the value is between 0 to 3, or 4 to 6, or 7 to 13, or 14 to above 14, I want to fill the Blue column with the resulting category number.
- The ideal result will execute the comparison and give out a 1,2, 3 or 4 into Column C, depending on what the value in Colum B is.

I hope I am clear. If anything is not clear, please ask and I'll try to describe. I tried browsing questions/help about similar issues, but I can't seem to find a solution.

Thank you all so much for your time and effort invested! :)
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Welcome to the forum!

If if really is just 1,2,3,4 to return you could try in cell C4 and copied down.

=MATCH(B4,$E$4:$E$7)

For more flexibility on what to return try:

=LOOKUP(B4,$E$4:$E$7,$G$4:$G$7)
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,723
Members
452,939
Latest member
WCrawford

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