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.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives