How to write formula for?
When Crew column is either LT_PAP_010/LT_ELK_006 I'd like to have the Coord/ Appt Status column present π’ for LT_PAP_010 and β for LT_ELK_006 when Coord/ Appt Date contains a DATE or Order Type column contains READY.
Thanks
Best Answer
-
@mromaire See if this formula works out. You can search for the emoji's online to change the ones I've used.
=IF(AND(Crew@row = "LT_PAP_010", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "π’", IF(AND(Crew@row = "LT_ELK_006", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "βοΈ", " Neither"))
Answers
-
@mromaire See if this formula works out. You can search for the emoji's online to change the ones I've used.
=IF(AND(Crew@row = "LT_PAP_010", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "π’", IF(AND(Crew@row = "LT_ELK_006", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "βοΈ", " Neither"))
-
=IF(AND(Crew@row = "LT_PAP_010", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "π’", IF(AND(Crew@row = "LT_ELK_006", OR(NOT(ISBLANK([Coord/ Appt Date]@row)), [Order Type]@row = "Ready")), "β ", " "))
This works perfect.
Can I add if Crew has wildcard LT in cell and no text in Crew Type column then Appt/ Coord Status would show π©
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.4K Get Help
- 424 Global Discussions
- 221 Industry Talk
- 464 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 61 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!