Please help me correcting this formula.
“=IFNA(VLOOKUP(D6,”+SheetNames(0)+“'!D:D,1,0),”+Chr(34)+“Not Applicable”+Chr(34)+“)”
Trying to Lookup value from the first sheet where the sheet name is dynamically change every time
Thanks in advance
Please help me correcting this formula.
“=IFNA(VLOOKUP(D6,”+SheetNames(0)+“'!D:D,1,0),”+Chr(34)+“Not Applicable”+Chr(34)+“)”
Trying to Lookup value from the first sheet where the sheet name is dynamically change every time
Thanks in advance
Hi,
Can you try to add Single quote as the following?
"=IFNA(VLOOKUP(D6,'"+SheetNames(0)+"'!D:D,1,0),"+Chr(34)+"Not Applicable"+Chr(34)+")"
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.