I am getting '438' error when running the following code, anyone would know how to fix it?
UsdRws = Range("A" & Rows.Count).End(xlUp).Row
Range("U2:U" & UsdRws).Formula1R1C1 = _
"=IFERROR(IFS(RC[-1]=""C"",RC[-10],RC[-1]=""B"",RC[-6]),""Not available"")"
UsdRws = Range("A" & Rows.Count).End(xlUp).Row
Range("U2:U" & UsdRws).Formula1R1C1 = _
"=IFERROR(IFS(RC[-1]=""C"",RC[-10],RC[-1]=""B"",RC[-6]),""Not available"")"