I thought I had seen a posting about a customized switch function, but haven't had luck finding it. Essentially it looked something like this:
EZSwitch(Group, "SA", "San Francisco","SB","San Bruno","DE","Denver","BO","Boston")
Rather than having to repeat the group each time as in the original switch
Switch([Group]="SA","San Francisco",[Group]="SB",","San Bruno",[Group]="DE","Denver",[Group]="BN","Boston")
Can it be done?
EZSwitch(Group, "SA", "San Francisco","SB","San Bruno","DE","Denver","BO","Boston")
Rather than having to repeat the group each time as in the original switch
Switch([Group]="SA","San Francisco",[Group]="SB",","San Bruno",[Group]="DE","Denver",[Group]="BN","Boston")
Can it be done?