how to convert excel values into buckets
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2010-04-28T00:06:11Z
Indexed on
2010/04/28
0:13 UTC
Read the original article
Hit count: 669
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?
© Stack Overflow or respective owner