What am I doing wrong in this formula?
Where I am hung up is if the scheduled date is BLANK I want it to return the text PENDING SCHEDULE
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row "", "Pending Schedule")
Best Answer
-
Hi @Applecor2
Looks like you are missing an equal sign after the last "@row" - bolded below
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row = "", "Pending Schedule")
That jumped out at me but it's possible something else is wrong - let us know if that fixes it.
Hope this helps!
Answers
-
Hi @Applecor2
Looks like you are missing an equal sign after the last "@row" - bolded below
=IF([Completed Date]@row <> "", "Completed", IF([Scheduled Date]@row <> "", "Scheduled", IF([scheduled date]@row = "", "Pending Schedule")
That jumped out at me but it's possible something else is wrong - let us know if that fixes it.
Hope this helps!
-
That did it thank you so much....So easy!! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 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!