Help with formula
Hello I am working on this new formula where are trying to calculate the verification due date. The original way we were getting the value was when the date format was in a MM/YYYY but now the dates will come in a MM/DD/YYYY format when having this format the output of the formula we created for the Verification Due Date is giving me Invalid Value do you know how I can incorporate the date to calculate my Due date?
I also tried to create a new column with the formula (=IFERROR(MONTH([Verification Date]@row) + "/" + YEAR([Verification Date]@row), "")
that would give the MM/YYYY format but when adding it to the formula it keeps on giving me Invalid Value Column
Verification Due Date Column Formula:
=IFERROR(DATE(VALUE(RIGHT([Verification Date]@row, 4)) + 1, VALUE(LEFT([Verification Date]@row, FIND("/", [Verification Date]@row) - 1)) + 1, 1), DATE(VALUE(RIGHT([Verification Date]@row, 4)) + 2, 1, 1)) - 1
Answers
-
Hey @miaha
I'm happy to help.
=IFERROR(DATE(VALUE(RIGHT([Verification Date]@row, 2)) + 2000 + 1, VALUE(LEFT([Verification Date]@row, FIND("/", [Verification Date]@row) - 1)) + 1, 1), DATE(VALUE(RIGHT([Verification Date]@row, 2)) + 2000 + 2, 1, 1)) - 1
Will this work for you?
Kelly
-
@miaha does this work for you? This is exactly what I would have recommended as a formula as well.
Michelle Choate
michelle.choate@outlook.com
Always happy to walk through any project you need help with! Book time with me here: https://calendly.com/michelle-choate
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 437 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!