Sounds complicated but I want to use this cell formula which references another file, ^rut.csv.
=VLOOKUP(RC3,'^rut.csv'!R1C1:R6163C7,2,FALSE)
Cell A1 has a value of ^rut
I've tried replacing the '^rut in the formula with
1) A1 & '
2) 'A1' & '
Doesn't work.
I've tried replacing the entire ^rut.csv to no avail.
But then even '^rut' & '.csv' will not work either which indicates its not just a simple string being used in VLOOLUP.
My guess is that the "string" in the formula is being passed as a parameter to another procedure where maybe ' is not recognized and " must be used.
Any suggestions?
Thanks in acvance,
Tom
=VLOOKUP(RC3,'^rut.csv'!R1C1:R6163C7,2,FALSE)
Cell A1 has a value of ^rut
I've tried replacing the '^rut in the formula with
1) A1 & '
2) 'A1' & '
Doesn't work.
I've tried replacing the entire ^rut.csv to no avail.
But then even '^rut' & '.csv' will not work either which indicates its not just a simple string being used in VLOOLUP.
My guess is that the "string" in the formula is being passed as a parameter to another procedure where maybe ' is not recognized and " must be used.
Any suggestions?
Thanks in acvance,
Tom