How to calculate an average over time

MossbackGus

New Member
Joined
Mar 4, 2018
Messages
5
I am wondering if you can calculate an average over time? By this I mean if I wanted to know an average of a number at the end of each business day for a period of time but that average was from a set start date through the current day. Then, "tomorrow", it would add another day giving a new average.

EXAMPLE:
$1000.00 is the total start March 5 and it is now March 16. There were 10 business days during that period so the average would be $100.00. Now another business day has come and gone, the total is now $1100.00 but there are 11 business days so the average remains $100.00.

Basically I want the formula to add a business day at close of business each day. Can there be a formula that is smart like that?

Hope this makes sense and thanks in advance.
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Hi


try the AVERAGEIFS function using your start date as first argument and TODAY() as second argument. The syntax can be found on the Net
 
Upvote 0
Thank you very much, this was helpful but I am still sorta stuck. I apologize, I am not very proficient with EXCEL. Is there a way you can show me the formula so I can copy it for my purposes?
Hi


try the AVERAGEIFS function using your start date as first argument and TODAY() as second argument. The syntax can be found on the Net
 
Upvote 0

Forum statistics

Threads
1,216,215
Messages
6,129,557
Members
449,516
Latest member
lukaderanged

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