I need help writing a Daily Average Formula

Deristago

New Member
Joined
Sep 9, 2016
Messages
1
Howdy,

I have a problem that I can't figure out, and I'm hoping someone here can give me a hand. For the past several years I have been keeping a record of how far I walk/run/cycle each day via Excel. It has worked great for letting me see my average year by year. However, I have one Excel book where I have listed every single day's total of every year since I have begun keeping track. Here is the forumla that I have been using up to now:

=SUM(D751+C752)/751

D = total from the beginning to day 751
C = what I did for day 752
/751 is everything in ( ) divided by 752 days

It has been a great formula, except for the "/752" part, which I have to manually change....I'm at day 1,629 and have to change hundreds of days manually. I know there has got to be a better way for me to do this, I just cannot figure out how.

I'd like a formula that can do the following:

Keep a running daily average
Something that I can just cut and paste instead of changing every cell


Thank you all for giving my question a look and helping me out,

A Dude in Asia,

Deristago
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
You don't need column D for purposes of an average. Take a look at the average function. By the way, the SUM in your formula serves no purpose
 
Upvote 0

Forum statistics

Threads
1,215,059
Messages
6,122,918
Members
449,093
Latest member
dbomb1414

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