Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have a list of names in column A and a list of scores (between 1 and 5) in column B. I want to sort the names out into three categories: scores greater than 4, scores between 3 and 4, and scores less than 3, so a total of 3 formulas. The following formulas copied down their columns return all names with the appropriate scores:
={INDEX($A$1:$B$150,SMALL(IF($B$1:$B$150=4,ROW($B $1:$B$150)),ROW(1:1)),1)} and ={INDEX($A$1:$B$150,SMALL(IF($B$1:$B$150<3,ROW($B$ 1:$B$150)),ROW(1:1)),1)} ...but I can't make a formula work that returns values between 3 and 4. Any ideas? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to check if the values in a range of cells are greater than 0 | Excel Worksheet Functions | |||
Countif and values greater than zero for a named range | Excel Worksheet Functions | |||
help! subscript out of range error when trying to return multiple values from function (as variant array) | Excel Programming | |||
Find a Match in Multiple Places & Return Multiple Values | Excel Worksheet Functions | |||
Search multiple values to return single values | Excel Worksheet Functions |