Edit name in assigned to column
I'd like the assigned to column to simply show the initials of the contacts assigned, as opposed to the full name and email. Is there a way to configure this in Smartsheet?
Answers
-
You could create another column next to it using the formula below to obtain just the initials from the contact if available.
If there is no name and just has an email it will just return blank. If you have an idea of what you want for the case of emails just let me know.
Be sure to replace the "contact" with your contact column.
=IF(FIND("@", contact@row) > 0, "", LEFT(contact@row, 1) + MID(contact@row, FIND(" ", contact@row) + 1, 1))
-
cool stuff! any way to get an IFERROR in there for when assigned to is empty? :)
Tried:
=IFERROR(IF(FIND("@"; [Assigned To]@row) > 0; ""; LEFT([Assigned To]@row; 1) + MID([Assigned To]@row; FIND(" "; [Assigned To]@row) + 1; 1)); "")
No joy.
Continuous Improvement Facilitator in HVAC industry || Timezone CES
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 466 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 64 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives