Kelly-AnnTainto
8 months agoQrew Cadet
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...
- 8 months agoAfter 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.