Categorizing # of seats into buckets

rdzster

New Member
Joined
Sep 8, 2011
Messages
9
I want to categorize the # of seats into buckets (1-5, 6-10, 11-20, 21-50, 51-100, 101-250, 251-500 and 500+).

So if the number of seats is 19, than the bucket would be 11-20.

Is there an easier equation than IF(OR?

Thanks!
 
Welcome to the Board!

You can use a lookup table. You'll find some explanation and working examples here.

Just put your values in the left column and the bucket descriptions on the right.

HTH,
 
Upvote 0
or as an alternative :


Excel Workbook
ABCDE
20Lower LimitsGroups
2111-5No.251
2266-10Group251-500
231111-20
242121-50
255151-100
26101101-250
27251251-500
28501500+
Sheet3
 
Upvote 0

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