P
Paul.Sutherby
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?
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?