Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have an excel sheet with several columns of data and would like to
pull a list of the top 10 records with matching criteria. I have several columns like shown below (simplified for proof of concept). Record Number Record Name Record Value Type 1 One 100,000 B 2 Two 50,000 B 3 Three 80,000 A 4 Four 120,000 B 5 Five 100,000 A etc... I have a macro that sorts the column by record value, and want to display the top 10 records of type B. With a vlookup I can pick out the top item but I can not seem to get anything to then give me the next matching record... Is there anything I can do that will list the first matching record in one cell, then give the next matching record in the next? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Matching Items from 1 list to 2 others | Excel Discussion (Misc queries) | |||
formula to display first and last items of a list | Excel Worksheet Functions | |||
Create list of text matching criteria | Excel Worksheet Functions | |||
Need formula that Counts items matching criteria using two columns | Excel Worksheet Functions | |||
Extract multiple records matching criteria from list | Excel Worksheet Functions |