i want add a date automatic 6 months before the date show.
I Read through a number of posts, unable to find the right answer. I need some help to check if i want to purpurate the date as 6 months for the date below showing, how should i do the formula?
cheers,
Rane
Best Answer
-
Hello @Rane Yan
I think the following formula will work out for you.
=IFERROR(IFERROR(DATE(YEAR([Renewal Completion Date]@row), MONTH([Renewal Completion Date]@row) - 6, DAY([Renewal Completion Date]@row)), DATE(YEAR([Renewal Completion Date]@row) - 1, MONTH([Renewal Completion Date]@row) + 6, DAY([Renewal Completion Date]@row))), " ")
Answers
-
Hello @Rane Yan
I think the following formula will work out for you.
=IFERROR(IFERROR(DATE(YEAR([Renewal Completion Date]@row), MONTH([Renewal Completion Date]@row) - 6, DAY([Renewal Completion Date]@row)), DATE(YEAR([Renewal Completion Date]@row) - 1, MONTH([Renewal Completion Date]@row) + 6, DAY([Renewal Completion Date]@row))), " ")
-
Hi Protonspounge,
this is working well! Thanks so much!
Best Regards,Rane
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.4K Get Help
- 446 Global Discussions
- 144 Industry Talk
- 478 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 490 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!