Answered
Using Date functions to determine % of fiscal year completed
I'm trying to figure out how I can use the date functions to
determine the percentage of my organizations fiscal year that has
been completed. For example our fiscal year starts October 1st and
ends November 31st the following year. Based on the current date I
would like to be able to determine what percentage of the fiscal
year has been completed. I assume I can set variables for the start
and end dates of the fiscal year and then use the date Now()
function to determine the current date. Can I use the DateDiff()
function to accomplish this task?
