Hey,
looking for for some help to write a formula that will calculate the remaining average rate that filers out the previous month.
For example:
The total average rate from April 2024 to March 2025 is 4.30
The total average rate from May 2024 to March 2025 is 4.32
The total average rate from June 2024 to March 2025 is 4.33
I attached an excel file that has the rate data and month data
thank you!!!
Solved! Go to Solution.
I put together a batch macro that operates as follows:
This macro does not summarize by month as your note above suggests ("The total average rate from April 2024 to March 2025 is 4.30"). However, the first occurrence of each month ties to your expected values. Depending on your use case you may need to include a summarization by month.
Please use the count variable to review that the correct records are included. Your data only included one year of records which is why the count steadily declines.
Overview is below. Hope this helps and let me know if you've got any more questions.
-ag
this is very helpful and works for me. thank you for your help!!
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |