Pulling a value from a field utilizing an IF statement
I am trying to complete a formula, and am getting an invalid column value, however. Can you help?
Trying to have the formula look at a Revised Due Date column and if it is blank to pull the Due Date column value. If it is not blank, pull the revised due date column value.
=IF(ISBLANK([Revised Due Date]@row), [Due Date]@row, [Revised Due Date]@row)
Best Answer
-
I tested you formula before looking into a possible solution and it worked on my end. Invalid column value could mean that the column containing your formula is not set to "date" type column.
Try adjusting the column properties and see if that works for you.
Have a great night!
Answers
-
I tested you formula before looking into a possible solution and it worked on my end. Invalid column value could mean that the column containing your formula is not set to "date" type column.
Try adjusting the column properties and see if that works for you.
Have a great night!
-
I changed the property of my column to a date restriction and it worked! Thanks you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 445 Global Discussions
- 143 Industry Talk
- 476 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!