I have 2 columns - Name and Email
Every row has a name. However, not every row has an email.
I want to be able to have a column that shows the email if there is one and if there isn’t an email, use the name instead.
This seems like a very simple setup, but I’m having trouble figuring out how to do this.
You can use the exact logic you described: if there is an email, pull in that email value. If not, default to name. See below for a mock of how this might look: