hI Hi team,
I have following formula:
=IF(VLOOKUP(Notes@row, {Order}, 6, false) <> "", VLOOKUP(Notes@row, {Order}, 6, false), VLOOKUP(Notes@row, {Order}, 5, false))
it work perfect in one Worksheet, but when I copy it to a new workseeht it shows #INCORRECT ARGUMENT SET.
Please some clue to solve it