Average upto the current month in a calendar year

Muthukrishnan V

Active Member
Joined
May 29, 2008
Messages
276
Office Version
  1. 365
Platform
  1. Windows
Office 365

Average upto the current month

I want to find average upto the month
for this calendar year.

Cell J15 contains number: 75000. Column A5:A371
contain date in dd-mm-yy format.

Current month is Nov, i.e 11 for this calendar
year. =J15/11. I want this auto average calculation
for all the months based on dates in Column A5:A371.

Kindly advise me formula.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Not clear for me. But try:
=J15/MONTH(TODAY()*MONTH(A5)
Its avg value of the month of date in A5
Drag down for date in A6,A7,...,A371
 
Upvote 0

Forum statistics

Threads
1,214,819
Messages
6,121,729
Members
449,049
Latest member
MiguekHeka

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