D
ddudar
I am using a VLOOKUP formula, as follows
=VLOOKUP(F390,CONCATENATE("table",M390),6)
When I use the CONCATENATE formula alone, it produces the expecte
result, which is a name for a named range found in hte worksheet.
However, used within the VLOOKUP formula, it produces #VALUE! as th
result. Error help on this formula suggests that Excel is processin
the result of the CONCATENATE function within VLOOKUP as within doubl
quotation marks (ie. "table1"), and it cannot process this.
Can anyone suggest a solution, or a workaround?
Thanks
Do
=VLOOKUP(F390,CONCATENATE("table",M390),6)
When I use the CONCATENATE formula alone, it produces the expecte
result, which is a name for a named range found in hte worksheet.
However, used within the VLOOKUP formula, it produces #VALUE! as th
result. Error help on this formula suggests that Excel is processin
the result of the CONCATENATE function within VLOOKUP as within doubl
quotation marks (ie. "table1"), and it cannot process this.
Can anyone suggest a solution, or a workaround?
Thanks
Do