Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
i want to show on the file the month before of the reload time.
i have the following function: Date(ReloadTime(),'YYYYMM').
if this month the result should be 201707. i want to show 201706
Date(ReloadTime()-30,'YYYYMM')
Date(ReloadTime()-30,'YYYYMM')
=Date(AddMonths(Date#(201706,'YYYYMM'),-1),'YYYYMM')