It’s a little difficult to see what you are doing because the formula you typed and the formula in your screen shot are very different.
For the formula that you typed into your post, I suggest you look into the SWITCH
function instead of an IF
. It is documented in the the Formula Field Reference.
I also recommend concatenating with the &
operator instead of the CONCATENATE
function.
{Interaction Type} &
SWITCH({ Interaction Type},
"Zoom Meeting", "
",
"Elevator Pitch/Networking", "
",
"Event", "
",
"Referral", "
",
"Appt", "
"
) &
{Contact} & " " & {Network Groups}
I can’t get the emoji to show up correctly because I am away from my computer, but hopefully you get the idea.
It’s a little difficult to see what you are doing because the formula you typed and the formula in your screen shot are very different.
For the formula that you typed into your post, I suggest you look into the SWITCH
function instead of an IF
. It is documented in the the Formula Field Reference.
I also recommend concatenating with the &
operator instead of the CONCATENATE
function.
{Interaction Type} &
SWITCH({ Interaction Type},
"Zoom Meeting", "
",
"Elevator Pitch/Networking", "
",
"Event", "
",
"Referral", "
",
"Appt", "
"
) &
{Contact} & " " & {Network Groups}
I can’t get the emoji to show up correctly because I am away from my computer, but hopefully you get the idea.
Thank you for helping me. I want to Twitter and we got it. This is what we came up with…
CONCATENATE({Interaction Type}," “,(IF({Interaction Type} = “Zoom Meeting”, “
”,IF({Interaction Type} = “Networking Group”, “
”, IF({Interaction Type} = “Event”, “
”, IF({Interaction Type} = “Referral To”, “
”, IF({Interaction Type} = “Appt”, “
”, IF({Interaction Type} = “Email”, “
”, IF({Interaction Type} = “In Person”, “
”, IF({Interaction Type} = “Phone Call”, “
”, IF({Interaction Type} = “Proposal”, “ :camera_flash: ”, IF({Interaction Type} = “Referral For”, “
”, BLANK()))))))))))),” “,Contact,” ",{Network Groups})