ZintJoseph
8 years agoQrew Captain
Case Formula Not Working
I am trying to create an email subject line based on a selection of contract type and then combine those items into a string that can be used as an email notification subject line....getting errors
My formula
Case([Contract Type],
"GC Install", "List,"-",[Customer Name],[GC or 3rd Party Name],[Date Submitted to Legal],[Contract Amount]",
"Direct to Customer Install", "List,"-",[Customer Name],[Date Submitted to Legal],[Contract Amount]",
"Customer Service Contract", "List,"-",[Customer Name] Service Agreement,[Date Submitted to Legal],[Contract Amount]",
"Customer Indirect 3rd Party Service Agreement", "List,"-",[Customer Name] Service Agreement,[GC or 3rd Party Name],[Date Submitted to Legal],[Contract Amount]","")
My formula
Case([Contract Type],
"GC Install", "List,"-",[Customer Name],[GC or 3rd Party Name],[Date Submitted to Legal],[Contract Amount]",
"Direct to Customer Install", "List,"-",[Customer Name],[Date Submitted to Legal],[Contract Amount]",
"Customer Service Contract", "List,"-",[Customer Name] Service Agreement,[Date Submitted to Legal],[Contract Amount]",
"Customer Indirect 3rd Party Service Agreement", "List,"-",[Customer Name] Service Agreement,[GC or 3rd Party Name],[Date Submitted to Legal],[Contract Amount]","")