ArshadKhwaja
8 years agoQrew Commander
Calculating months between dates
I need to return a string if a date is falling in next 6, 12, 24 month. I tried to use the following to construct first line but does not look like I have got this right.
If(AdjustMonth([Lease Expiry],6)< 6, "Next 6 Months")
Could someone help?
If(AdjustMonth([Lease Expiry],6)< 6, "Next 6 Months")
Could someone help?