I have a set of data in Excel and in one column is a estimate (number of weeks)
I want an Excel formula to bucket it into
- Small
- Medium
- Large
where if the value is 0 – 10 then put it Small. If the value is 10 – 20 put it in Medium, etc . . .
if there any elegant way of doing it besides having nested if statements all put together?
May be not quite what you were looking for but how about using conditional formatting functionality of Excel
EDIT:
As an alternate you could create a vba function that acts as a formula that will do the calulation for you.
something like