Combining Two If statements
Emily Reed
✭✭✭
Hello!
I am trying to combine the following two if statements and every time I try, it gives me an error.
=IF(NOT(ISBLANK([Date Submitted to AP]2)), "Yellow")
=IF(NOT(ISBLANK([Fulfillment Receipt Received]3)), "Green")
Any help would be greatly appreciated!
Best Answer
-
Happy to help.👍️
Answers
-
Try something like this...
=IF([Date Submitted to AP]2 <> "", "Yellow", IF([Fulfillment Receipt Received]3 <> "", "Green"))
-
Hello Paul!
I tried that and did not get an error, but it only recognizes the yellow if statement.
-
Oh, I got it to work by flipping the colors -
=IF([Date Submitted to AP]2 <> "", "Green", IF([Fulfillment Receipt Received]3 <> "", "Yellow"))
Thank you so much!
-
Happy to help.👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.3K Get Help
- 364 Global Discussions
- 200 Industry Talk
- 428 Announcements
- 4.4K Ideas & Feature Requests
- 136 Brandfolder
- 127 Just for fun
- 128 Community Job Board
- 445 Show & Tell
- 28 Member Spotlight
- 1 SmartStories
- 283 Events
- 35 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!