Calculate an average number of days or weeks between deliveries

Joeclupis

Board Regular
Joined
Jun 18, 2016
Messages
63
I have a large spreadsheet. column A has sequential list of dates 2005 - current date. Column G has entries for delivery (numerical amount) on the actual delivery date (corresponding with Column A). I would like to determine the average number of days/weeks between deliveries. All cells in Column G that are not used are empty.

Thank you for your help.

Joe
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
This might be a little simplistic, but maybe:]

Simple works just as good as complex, and it is easier to type!!!

Here is what I did with your formulae... since I am working in one sheet of a workbook and referencing another sheet in the same workbook)
=(TODAY()-'DAILY VALUES'!A2)/COUNTA('DAILY VALUES'!G2:G4308)

Thank you for your quick reply and assistance.
 
Upvote 0

Forum statistics

Threads
1,216,077
Messages
6,128,684
Members
449,463
Latest member
Jojomen56

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