I have a report with data on learning activities of some learners, see sheet here.
They are enrolled in a language learning program and to reach their goal, they have to learn 8 hours per month (sum of hours spent in self study, group classes and 1:1 classes).
I want the value of 8 (H3) to be incremented by 8 at the beginning of every month (B11-B16) to be able to correctly display status in (H4-H7).
I was thinking at something like:
=IF(TODAY()<=B12=C12,C11)
but it seems to be far away from working.
Any idea of how this can be automated?
Thanks a lot! :)