I have multiple IF statements that I would like to include in one Formula field. Essentially what I want is the output to be in one formula column with the output being:
Result from IF STATEMENT#1 (line break) Result from IF STATEMENT #2
{Type of event} = "Live Interview","🍅 Live Interview",
IF(
{Type of event} = "Customer Journey Presentation","🍅 Customer Journey Presentation"
)))
Best answer by Enjay
I think this should do the trick. Wasn't sure if you actually wanted the extra line break in between the two lines. If you didn't, you can remove the & "\n" in the formula. Also wasn't sure if both variables were always present, either way if sometimes the first one isn't present and the second one is, it won't put the extra line breaks in.
I think this should do the trick. Wasn't sure if you actually wanted the extra line break in between the two lines. If you didn't, you can remove the & "\n" in the formula. Also wasn't sure if both variables were always present, either way if sometimes the first one isn't present and the second one is, it won't put the extra line breaks in.
I think this should do the trick. Wasn't sure if you actually wanted the extra line break in between the two lines. If you didn't, you can remove the & "\n" in the formula. Also wasn't sure if both variables were always present, either way if sometimes the first one isn't present and the second one is, it won't put the extra line breaks in.