Hi,
I'm trying to come up with a formula that calculates how far we are through the year in percentage.
Right now I have:
But I'm not sure it's working properly. Any ideas?
Thanks,
Mark
I'm trying to come up with a formula that calculates how far we are through the year in percentage.
Right now I have:
Code:
=YEARFRAC(DATE(YEAR(TODAY()),1,1),TODAY())
But I'm not sure it's working properly. Any ideas?
Thanks,
Mark