Forum Discussion

Kelly-AnnTainto's avatar
Kelly-AnnTainto
Qrew Cadet
2 months ago
Solved

If Then Else formula with a multi select field.

Help Please.   I have a multi-select field that has the options of Mail, Email and Dept to Initiate.  Mail and Email can both be options.  In that case, I want it to display "Mail and Email".  But if...
  • Kelly-AnnTainto's avatar
    Kelly-AnnTainto
    2 months ago

    After I wrote my last response and re-read yours, I realized I made this way overcomplicated.  There is a VERY simple way to do what I'm trying to do.   

    If(ToText([License Master - Renewals Received via:])="",ToText([Renewals Received via:]),ToText([License Master - Renewals Received via:]));

    Yikes.  Thanks for your help.