A formula that can read multiple cells and return a value
I would like to know if there is a formula that can
- reference a column and identify if a cell contains specific text
- once the cells with specific text have been identified, read if the next column contains a date
- if both values are true then return a green dot and if the column 1 contains the text and column 2 does not contain the date then return a red dot.
Answers
-
Hi @SBenavi Your formula in this case needs both an IF statement and CONTAINS statement and it should run something like -
=IF(CONTAINS("Jacket", [Clothing Item]:[Clothing Item]), IF(CONTAINS("09/08/2023", [Date]:[Date]), "Green", "Red"....
This is not the full function as there would be an additional IF statement for the blank date, but I want to let you try and let me know.
Cheers,
Ipshita
Ipshita Mukherjee
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
- 60 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 40 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!