I'm trying to write a formula to remove the "➟" if the preceeding field is empty.
Current Formula:
I'm trying to write a formula to remove the "➟" if the preceeding field is empty.
Current Formula:
Best answer by TheTimeSavingCo
Try using an IF for each field:

Origin &
IF(
Destination,
" ➟ " & {Destination}
) &
IF(
{Backhaul From},
" ➟ " & {Backhaul From}
)Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.