A
agbiggs
This sounds silly, but I have a column of data with percentile values
(i.e., 1 to 100) and I'd like to create a matching column showing what
quintile each one is in. Eg, if the percentile value is between 0-20
it's in the first quintile, 20-40, in the second, etc.).
Is there any easy way to do this other than a big nested IF statement?
If so, thanks!
(i.e., 1 to 100) and I'd like to create a matching column showing what
quintile each one is in. Eg, if the percentile value is between 0-20
it's in the first quintile, 20-40, in the second, etc.).
Is there any easy way to do this other than a big nested IF statement?
If so, thanks!