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.