Hi,
i have customer database xls.
i want to find out top 10 customers from the given data.
please help.
thank you,
Hi,
i have customer database xls.
i want to find out top 10 customers from the given data.
please help.
thank you,
You can use the rank function
=RANK(A2,$A$2:$A$100)
Data is in column A
or a pivot table
Last edited by jeffreybrown; 06-23-2012 at 01:22 PM.
HTH
Regards, Jeff
How about this approach?
It uses a helper column (A) to allocate unique rank numbers, then VLOOKUP to show the names in the lower table.
If I've been of help, please hit the star
Hi shaileshgavanang,
In B25 copied down
![]()
=INDEX($A$9:$A$19,MATCH(LARGE($B$9:$B$19,A25),$B$9:$B$19,0))
Hi All,
Thanks for help
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks