Verify if there is comments in a row
Good afternoon,
Is there any way to automaticaly know if a row has any comment or document ? My goal is to have a cell that return true or false if the row contains a comment or a document in order to add condition on my sheet. So is it posible to call the cell that contain conversations and comments to check if it is empty or not ?
Best regards
Best Answer
-
You could try the following (which will tick a box in the row when a comment is added or a separate box for when a document is attached):
- Add a column to your sheet and make the column type "checkbox" - Call it something like "Comment Added". Make sure you hit 'save' before doing the next step
- In automation, select create from scratch, do the following
- Trigger: When rows are changed
- When: select 'A comment' - is: Added (tick this) Changed (could also tick this)
- Then under select a action, select "Change cell value"
- Select the column you created as a checkbox and under the dropdown, select 'Checked'
Do the same thing for attachments; just call it 'Attachment added' and for point b. you would select 'an attachment'
Answers
-
You could try the following (which will tick a box in the row when a comment is added or a separate box for when a document is attached):
- Add a column to your sheet and make the column type "checkbox" - Call it something like "Comment Added". Make sure you hit 'save' before doing the next step
- In automation, select create from scratch, do the following
- Trigger: When rows are changed
- When: select 'A comment' - is: Added (tick this) Changed (could also tick this)
- Then under select a action, select "Change cell value"
- Select the column you created as a checkbox and under the dropdown, select 'Checked'
Do the same thing for attachments; just call it 'Attachment added' and for point b. you would select 'an attachment'
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 412 Global Discussions
- 221 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 461 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!