0

IFERROR function returns "#NAME?" instead of string "National"

Below is the code.Please anyone help me out

Range("AK2:AK" & ORCA_7point5_Count).FormulaR1C1 = _ "=IFERROR(IF(RC[-34]=VLOOKUP(RC[-34],'State;National'!C[-36],1,0),RC[-26]),"National")"

Thanks in advance

Pᴇʜ
  • 56,719
  • 10
  • 49
  • 73
Sahana G
  • 65
  • 12

1 Answers1

1

I didn't validate your formula, but this would be a syntax error for a start because you missed quotation marks: ""National""

Daniel
  • 814
  • 6
  • 12