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