Continuing the discussion from Tomorrow's Date is between Two Dates:
Hi @Darren_Murphy ,
I successfully use this formula for tomorrow’s date is between two date until,
tomorrow date is become 29/2/2023. Suppose tomorrow is 1/3
Continuing the discussion from Tomorrow's Date is between Two Dates:
Hi @Darren_Murphy ,
I successfully use this formula for tomorrow’s date is between two date until,
tomorrow date is become 29/2/2023. Suppose tomorrow is 1/3
You should add the 1 before converting it to a number.
So do it using two columns:
Now +1
And then convert that to a number.
Actually, you can still use a single column:
Year(Now+1)*10000
+ Month(Now+1) * 100
+ Day(Now+1)
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.