ISBOOLEAN DATE FORMULA RETURNING BLANK
I would like for the Conduit Ship Schedule column to return a date 14 days prior to the Forecast Production Date IF the Conduit on Inventory box IS NOT checked.
So I wrote my formula that if checked, returns blank, if not, returns date. However, all results are blank. What am I missing?
Best Answer
-
Hey @BettyJo,
I would change the IF statement to this:
=IF([Conduit on Inventory]@row = 1, " ", [1. Forecast production date]@row - 14)
That should work!
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 @BettyJo,
I would change the IF statement to this:
=IF([Conduit on Inventory]@row = 1, " ", [1. Forecast production date]@row - 14)
That should work!
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! Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 66.7K Get Help
- 438 Global Discussions
- 152 Industry Talk
- 497 Announcements
- 5.3K Ideas & Feature Requests
- 85 Brandfolder
- 155 Just for fun
- 77 Community Job Board
- 509 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!