mawilson12
New Member
- Joined
- Jan 17, 2008
- Messages
- 35
- Office Version
- 365
- 2021
- Platform
- Windows
I have a formula =AVERAGEIFS(J:J,H:H,">=3/1/2018") - where H is a date and J is number, so I am taking an average of everything that is greater than a date.
What I WOULD LIKE TO DO is substitute the date with cell location, like in another part of the spreadsheet, so that I can list every month from 2004 to 2017 and get a running average.
Something like "=AVERAGEIFS(J:J,H:H,">='K2")
and
"=AVERAGEIFS(J:J,H:H,">='K3") and so on.
Is this possible?
What I WOULD LIKE TO DO is substitute the date with cell location, like in another part of the spreadsheet, so that I can list every month from 2004 to 2017 and get a running average.
Something like "=AVERAGEIFS(J:J,H:H,">='K2")
and
"=AVERAGEIFS(J:J,H:H,">='K3") and so on.
Is this possible?