Comparing Smartsheet User Name (Contact) to Modified By in a formula
Hi ...My solution and struggle is as follows :
I send an automated update request to a contact in a column
When the update request is submitted, I compare the submit date(modify by date) to a due date and allocate points for on time submission.
To validate that the contact person and not smsh or admin made the update, I compare the Contact (email) to the modify by as a validation.
My issue is that where contact is a registered smartsheet user the system doesn't recognize the email address as being the same.
Please help !
Thank you,
Lee
Answers
-
I would suggest creating a table that houses everyone's names in one column and emails in another. Then on your main sheet you can use a formula to say that if there is no "@" (meaning it is a name) then hit against the table to pull the email address.
=IF(FIND("@", [Contact Column]@row) = 0, INDEX({Table Sheet Email Address Column}, MATCH([Contact Column]@row, {Table Sheet Name Column}, 0)), [Contact Column]@row)
Then you can compare this new column to the modified by column to verify.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!