Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 193
Default How do make a "Top seller" list in excel?

I need to have a list of our 5 top selling books based on a list of 20 or so
available books on another tab in excel. How do I do this?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default How do make a "Top seller" list in excel?

Just the titles ... not the amount sold?

Say list on Sheet1, with titles in A1 to A20, and amounts sold in B1 to B20,
try this :

=INDEX(Sheet1!$A$1:$A$20,MATCH(LARGE(Sheet1!$B$1:$ B$20,ROWS($1:1)),Sheet1!$B
$1:$B$20,0))

And copy down 5 (or whatever) rows for top selling titles.

If you wanted numbers sold and titles along side,
try this in say C1 of Sheet2:

=LARGE(Sheet1!$B$1:$B$20,ROWS($1:1))

AND, in D1 of Sheet2, enter this:

=INDEX(Sheet1!$A$1:$A$20,MATCH(C1,Sheet1!$B$1:$B$2 0,0))

Select C1 and D1, and copy down 5 rows or more if desired.

Assuming there are no duplicates.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"Robert" wrote in message
...
I need to have a list of our 5 top selling books based on a list of 20 or so
available books on another tab in excel. How do I do this?


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default How do make a "Top seller" list in excel?



As you mentioned, the formula will not work if you have duplicates: one
title will be written twice, with no mention of the other title.
In case you could have some duplicate data, you might want to use the
following formula in an extra column that will give you the ranking
including duplicates.

=RANK(A1,A$1:A$20)+COUNTIF($1:a1,a1)-1 and copy that down

You could then use your formula relating to the new column.

rgds

André



"RagDyeR" wrote in message
...
Just the titles ... not the amount sold?

Say list on Sheet1, with titles in A1 to A20, and amounts sold in B1 to
B20,
try this :

=INDEX(Sheet1!$A$1:$A$20,MATCH(LARGE(Sheet1!$B$1:$ B$20,ROWS($1:1)),Sheet1!$B
$1:$B$20,0))

And copy down 5 (or whatever) rows for top selling titles.

If you wanted numbers sold and titles along side,
try this in say C1 of Sheet2:

=LARGE(Sheet1!$B$1:$B$20,ROWS($1:1))

AND, in D1 of Sheet2, enter this:

=INDEX(Sheet1!$A$1:$A$20,MATCH(C1,Sheet1!$B$1:$B$2 0,0))

Select C1 and D1, and copy down 5 rows or more if desired.

Assuming there are no duplicates.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"Robert" wrote in message
...
I need to have a list of our 5 top selling books based on a list of 20 or
so
available books on another tab in excel. How do I do this?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I make a Validation List in Excel, using data on a second Driver Excel Discussion (Misc queries) 2 February 23rd 06 01:30 PM
How do I create a List in Excel 2000 Watch Online Excel Worksheet Functions 1 January 31st 06 07:45 PM
How do I make longer a drop-down list (the window) in excel? Martin Excel Worksheet Functions 1 January 13th 06 08:42 PM
multiple select from the drop down list in excel. list in one sheet and drop down in sriramus Excel Discussion (Misc queries) 5 October 27th 05 06:55 PM
Is there a way to make a drop down list in Excel that lets you se. Pasting column width and row heights Excel Worksheet Functions 1 January 20th 05 04:15 PM


All times are GMT +1. The time now is 01:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"