I'm trying to establish formulas that will help display turnaround times. This is really hard for me to articulate but I'll try.
Column/Label #1 is named "Service Request Type" and the column/label I want populated with a formula is named "Target" and the turnaround times to use to populate the "Target" column is in another Smartsheet named "Turnaround Times". But then I also need to incorporate that if another value then the turnaround is different.
SCENARIO: If "Service Request Type" = "FUNDING BOOKING - NEW LOAN PROCEEDS", OR = "HUD/CLOSING STATEMENT", OR = DOC PREP, then reference "Turnaround Times" Smartsheet and select a specific static cell to populate "Target" column with that value; OR If "Service Request Type" = "Attorney Doc Review", OR = "SBA BOOKING", then reference "Turnaround Times" Smartsheet and select a specific static cell to populate "Target" column with that value.
The following single formula works well if I select only one choice from "Service Request Type". =IF([SERVICE REQUEST TYPE]@row = "FUNDING / BOOKING - NEW LOAN PROCEEDS", {Turn Around Times Range 3})
I don't know how to combine the multiple choices. Please can someone help?