Contacts Formula?
I have a sheet with 12K+ total tasks grouped in identical sequences of 15. I need to globally assign specific tasks in each group to specific contacts. I am aware through research that formulas cannot be used on contact columns. Is there a workaround anyone has discovered?
Thanks in advance.
Answers
-
you should be able to nest if statements in the contact field assuming the contact is an email address
=IFERROR(IF([field]@row = "Criteria1", "bob@mbfcorp.net", IF([field]@row = "Criteria2", "john@mbfcorp.net")), "")
Sincerely,
Jacob Stey
-
Thanks, Jacob, however, the column is of Contact List type, which does not appear to allow formulas. It is not a text type column, which would permit this approach.
Thanks again.
-
@bkw1962 I may be missing something here, but I was able to achieve this result while using a formula in a contact list column:
Here is the formula:
=IF([Primary Column]@row = "Task1", "bob@mdfcorp.net", IF([Primary Column]@row = "Task2", "john@mdfcorp.net", IF([Primary Column]@row = "Task3", "fred@mdfcorp.net")))
Sincerely,
Jacob Stey
-
Is your Contact Column of type "text/number" or "Contact List"?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!