Hello-
We have a contact column where we select the Lead for an issue. This column is a contact list of our current leads. We can call this column "Key Div Dir."
We then have an approval workflow that sends out requests to other peers of this division director. Each divisions director is assigned in their own column. Doing so allows us to eliminate an entry for the Key Division Director in the workflow by simply deleting them from the review by having no entry in their divisions column.
I'm trying to build a formula that inspects the "Key Div Dir" column for a name, and if that name exists then the entry for that division director would be blank. I.E. we don't route an item for approvals from the same person sending it.
The below formula works, but it doesn't format the resulting individual correctly as you would see if you had selected the person manually.
=IF([Key Div Director]@row = "John Doe", "", "John.Doe@Domain.com")
The Formula works, but doesn't format it as a "Smartsheet user." Instead it only shows the users email address.
Is there a way to get it to format this entry similar to how it would be if it were selected long hand?
Thanks
Hudson