markdoughty
Board Regular
- Joined
- Nov 4, 2010
- Messages
- 226
Urrmmmmhh...here goes
I have a product file spreadsheet.Which contains details of all products held in stock. We have multiple sites so MY product file is a collation of all sites. Therefore a product may appear multiple times as it may be stored at more than one site. New products can be added at anytime without my knowledge.
Column A is the product code, Column B is the product description. Column C is the qty sold.
I need to:-
The aim being to identify the top selling products for the group.
I have been using the code below for " NON CHANGEABLE " data, and, can probably modify this for the second part of the calculation.
But have no idea where to start in regard to finding occurrences of over 4500 numbers to which new numbers can be added at any time.
=SUMIFS('Exported Data'!S:S,'Exported Data'!E:E,"Timberworld NORTH EAST",'Exported Data'!I:I,"clearance")
Any ideas would be a great help.
Thank you
I have a product file spreadsheet.Which contains details of all products held in stock. We have multiple sites so MY product file is a collation of all sites. Therefore a product may appear multiple times as it may be stored at more than one site. New products can be added at anytime without my knowledge.
Column A is the product code, Column B is the product description. Column C is the qty sold.
I need to:-
- look at column A and establish every occurrence of a product code, including newly added products.
- to summarize the number of occurrences of the codes.
- copy the description from column B
- Summarise the qty sold from column C
- And display an overall summary of A, B, C.
The aim being to identify the top selling products for the group.
I have been using the code below for " NON CHANGEABLE " data, and, can probably modify this for the second part of the calculation.
But have no idea where to start in regard to finding occurrences of over 4500 numbers to which new numbers can be added at any time.
=SUMIFS('Exported Data'!S:S,'Exported Data'!E:E,"Timberworld NORTH EAST",'Exported Data'!I:I,"clearance")
Any ideas would be a great help.
Thank you