Welcome to the Smartsheet Forum Archives
The posts in this forum are no longer monitored for accuracy and their content may no longer be current. If there's a discussion here that interests you and you'd like to find (or create) a more current version, please Visit the Current Forums.
Formula to create a Symbol response based upon a text string in the Comment
I am attaching from my emails a specific email response to the comments. The email will always have the same email the address is from. I would like to create a column using a symbol and say..... If the following text string is listed in any comment related to that record and to show a green dot.
Comments
-
Um. There is no attachment. Can you add it to a new comment so we can see it?
-
No sorry....In smartsheet ....I have a record line listing an invoice. When I submit the invoice I receive an automated email receipt from a specific email address. I go to that response and then outlook I attach(copy) that email response to the comments in smartsheet.
In a column on that record I would like to add a green dot symbol that it has been loaded to smartsheet based upon that unique email address.
-
As far as I am aware there is no way to determine whether information in an attachment that has been uploaded in in the attachment. You can't even check with a formula to see if there is an attachment in the row. I would suggest submitting a Product Enhancement Request.
-
well its not really an attachment it is copied into a comment field.
-
In your RGB Symbol column add this formula:
=IF(FIND("theemail@address.com", [Comment Column]1) > 0, "Green", "Red")
- Replace "theemail@address.com with the email address you want to find.
- Replace the "Comment Column" with the name of the column that contains the email address.
- Change the Comment Column Row number (currently 1) to whichever row you are placing the formula in.
- If your comment column does not have a space in the middle of the title - remove the brackets from around the name. I.E. CommentColumn1.
Hope that works for you!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives