I have a data table with 300000+ rows of data so have decided on a pivot table to solve all my problems...(lol)
everything has gone fine until I needed to solve ros (Rate of sale) which is determined by Total Sales / Number of stores a product is sold in.
I have been unable, so far to get the pivot table to tell me the number of stores.
The table looks like this:
and it should be taken into consideration that the date range covers 12 weeks. So in this instance 12 can be hardcoded if necessary into a calculated formula.
In total there are 380 store names
and 260 unique products
not every product is sold in every store.
How can I get ROS in my pivot table
Martin
everything has gone fine until I needed to solve ros (Rate of sale) which is determined by Total Sales / Number of stores a product is sold in.
I have been unable, so far to get the pivot table to tell me the number of stores.
The table looks like this:
Excel Workbook | |||||||
---|---|---|---|---|---|---|---|
A | B | C | D | E | |||
1 | Store_Name | Prod_UPC | Prod_Name | Period_End | Sales | ||
2 | NEWTON MEARNS | 265263 | BEANSPROUTS | 30-Apr-11 | 1.00 | ||
3 | SOLIHULL | 265263 | BEANSPROUTS | 30-Apr-11 | 1.00 | ||
4 | PRESTWICH | 265263 | BEANSPROUTS | 30-Apr-11 | 1.00 | ||
5 | DOUGLAS | 472630 | UK RUNNER BEANS LOOSE | 30-Apr-11 | 1.02 | ||
6 | TOTTENHAM COURT | 733106 | BROCCOLILOOSE | 30-Apr-11 | 1.03 | ||
Sheet2 |
and it should be taken into consideration that the date range covers 12 weeks. So in this instance 12 can be hardcoded if necessary into a calculated formula.
In total there are 380 store names
and 260 unique products
not every product is sold in every store.
How can I get ROS in my pivot table
Martin