If Dates Error
I want the actual date to reflect the due date only if it's not pushed. The formula I have produces #INVALID OPERATION. TIA
Best Answer
-
Hey @LeoCicio,
You're trying to compare a date to a number, which is why you're getting the INVALID OPERATION error.
In the logical operation part of the IF statement, change that to using NOT(ISBLANK()):
=IF(NOT(ISBLANK([Push Due Date]@row)), [Push Due Date]@row, [Due Date]@row)
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
Answers
-
Hey @LeoCicio,
You're trying to compare a date to a number, which is why you're getting the INVALID OPERATION error.
In the logical operation part of the IF statement, change that to using NOT(ISBLANK()):
=IF(NOT(ISBLANK([Push Due Date]@row)), [Push Due Date]@row, [Due Date]@row)
Hope this helps!
If my response was helpful in any way (or answered your question) please be sure to upvote it, mark it as awesome, or mark it as the accepted answer!
I'm always looking to connect with other industry professionals, feel free to connect with me on LinkedIn as well!
-
That worked flawless. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.8K Get Help
- 474 Global Discussions
- 205 Use Cases
- 516 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 157 Just for fun
- 82 Community Job Board
- 521 Show & Tell
- 36 Member Spotlight
- 3 SmartStories
- 309 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!