Hi and thanks in advance for the help!
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
IF STATEMENT #1
IF(
{Requestor job level} = "Individual Contributor","🍅 Individual Contributor",
IF(
{Requestor job level} = "Performance Leader (Manager)","🍋 Performance Leader",
IF(
{Requestor job level} = "Strategic Leader (AVP+)","🥑 Strategic Leader"
)))
IF STATEMENT #2
IF(
{Type of event} = "Keynote","🍅 Keynote",
IF(
{Type of event} = "Live Interview","🍅 Live Interview",
IF(
{Type of event} = "Customer Journey Presentation","🍅 Customer Journey Presentation"
)))