Hello,
I have a VLOOKUP formula that works in on sheet and not another. I am perplexed asw I get: '# Incorrect Argument Set' as an error.
=VLOOKUP(Department@row, {ShowSDT Departement/Responsable Range 1}, 2, false)
The above if the formula:
Department@row is a dropdown list cell wich contains the department name.
ShowSDT Departement/Responsable Range 1 - Looks for the resposable deparment in the 1st column in that sheet.
2 - to return a person email in the sheet
false - exact match - as both the dropdown list names and the look up sheet names are indentical
It works in a test sheet, this is the test sheet formula:
=VLOOKUP(Departement@row, {ShowSDT Departement/Responsable Range 1}, 2, false)