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

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
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,223,229
Messages
6,170,881
Members
452,364
Latest member
springate

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