Hi masters,
I would like to know if it is possible to change the number highlighted below (under Formula) as the months goes by.
The example below is how the formula should be in August as 243 is the total number of days year to date in August.
In September, I would like the number to change automatically to 273 (243 + 30 days of September).
Is there a way to get the "243" updated dynamically every month? ...For example, by typing a number or date in the canvas so it gets linked to the formula automatically? Any other creative way?
([JAN-22]*31+[FEB-22]*28+[MAR-22]*31+[APR-22]*30+[MAY-22]*31+[JUN-22]*30+[JUL-22]*31+[AUG-22]*31+[SEP-22]*30+[OCT-22]*31+[NOV-22]*30+[DEC-22]*31)/243
The goal of the above formula is to calculate the weighted average balance YTD
Thanks