Pregunta
How can I combine these multiple IF statements for use in a calculated field?
How can I combine these multiple IF statements for use in a calculated field?
IF({What is your line of business?}="PSG","PSG"),
IF({What is your line of business?}="RPS","RPS"),
IF({What is your line of business?}="GOV","GOV"),
IF({What is your line of business?}="FUT","FUT"),
IF({What is your line of business?}="CORP","CORP")
I just want one value to display in the calculated field = either PSG, RPS, GOV, CORP, or FUT. Any suggestions?