Multiple IF/AND Statements Formula
I have a row called "Clear To Ship" and "Build Date". I want to create another column with the following logic:
If Clear to Ship is Blank and Build Date is Blank, then put "No Where"
If Clear to Ship is Not Blank and Build Date is Blank, then put "Factory"
If Clear to Ship is Not Blank and Build Date is Not Blank, then put "TES"
If you could help that would be great.
Thank you.
Best Answer
-
Hi - I hope this is helpful:
=IF(AND(ISBLANK([Clear to Ship]@row), ISBLANK([Build Date]@row)), "No Where", IF(OR(ISBLANK([Clear to Ship]@row), ISBLANK([Build Date]@row)), "Factory", "TES"))
Answers
-
Hi - I hope this is helpful:
=IF(AND(ISBLANK([Clear to Ship]@row), ISBLANK([Build Date]@row)), "No Where", IF(OR(ISBLANK([Clear to Ship]@row), ISBLANK([Build Date]@row)), "Factory", "TES"))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!