T
tim
Hi (again),
I have an application that I need to calculate a running monthly
average based on the amount in the "YTD Total Cell" The following
formula (found in archives) seems to work, but my problem is ( other
than I don't completly understand the equation) is that my fiscal year
goes from Jul - Jun, so when this equation computes the averages, it's
incorrect.
Here is the equation I'm trying to modify
=IF(MONTH(TODAY())=1,0,A1/(MONTH(TODAY())-1))
tks
Tim
I have an application that I need to calculate a running monthly
average based on the amount in the "YTD Total Cell" The following
formula (found in archives) seems to work, but my problem is ( other
than I don't completly understand the equation) is that my fiscal year
goes from Jul - Jun, so when this equation computes the averages, it's
incorrect.
Here is the equation I'm trying to modify
=IF(MONTH(TODAY())=1,0,A1/(MONTH(TODAY())-1))
tks
Tim