Daily average sales

schappelljr

Board Regular
Joined
Feb 2, 2009
Messages
55
I am trying to find what the average sales per day. Been trying to do it with a pivot table and I can’t get it to work because how the data is laid out. Does anyone have a suggestion how to do this?

Product 1= 6 units /2 days = 3 per day
Product 2 = 3 units /2 days = 1.5 per day


[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Store[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/2/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/2/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/4/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/4/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/5/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/5/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
Why did you put:
Product 1= 6 units /2 days = 3 per day
Product 2 = 3 units /2 days = 1.5 per day

Where do we see this in your table?
 
Upvote 0
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Store[/TD]
[TD]units[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/1/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/2/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/2/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/4/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/4/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/4/2017[/TD]
[TD]Store 1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]9/5/2017[/TD]
[TD]Store 2[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]

Opps i made an error on the table.

Store 1 sold a total of 6 units over 2 different days, three on 9/1/17 and three on 9/4/17.
Store 2 sold a total of 3 units over 2 different days on two on 9/2/17 and one on 9/5/17.
 
Upvote 0

Forum statistics

Threads
1,224,828
Messages
6,181,201
Members
453,022
Latest member
RobertV1609

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top