Hi Leah, could you try the following?
IF(
{Company},
{Company},
{Last Name} & " - " & {First Name}
)
Edit: Fixed the error kuovonne pointed out below!
Hi Leah, could you try the following?
IF(
{Company},
{Company},
{Last Name} & " - " & {First Name}
)
Edit: Fixed the error kuovonne pointed out below!
I think you mean
{Last Name} & " - " & {First Name}
Otherwise you are trying to do math with names.
Formulas can set cell values. Formulas cannot change the name of a field (the column heading).
I think you mean
{Last Name} & " - " & {First Name}
Otherwise you are trying to do math with names.
Hahahha now you’ve got me thinking about how I would deduct a first name from a last name
Thanks!
Hi Leah, could you try the following?
IF(
{Company},
{Company},
{Last Name} & " - " & {First Name}
)
Edit: Fixed the error kuovonne pointed out below!
YES! You are amazing. I was totally over complicating it.
Thank you
Hahahha now you’ve got me thinking about how I would deduct a first name from a last name
Thanks!
too funny - and good point!