C
cothrang
I am attempting to set a spreadsheet that uses a cell value to identif
a filename. Example.
Cell A1 = "doej"
Cell A2 = "C:\timesheet\"&A1&".xls"
Cell B1:B3 has 1, 2, 3
My function is simple, to get it to work....
=sum(a2!$b$1:$b$3)
I know that's not right, but I think it explains what I'm trying to do
It's probably very simple, but I've not had any luck. I've also mad
Cell A2 = the entire string, including the cells I want to su
("'C:\timesheet\"&A1&".xls[sheet1]'!$b$1:$b$3"). Still doesn't work.
Any suggestions?
Thanks for your time and attention!
Gre
a filename. Example.
Cell A1 = "doej"
Cell A2 = "C:\timesheet\"&A1&".xls"
Cell B1:B3 has 1, 2, 3
My function is simple, to get it to work....
=sum(a2!$b$1:$b$3)
I know that's not right, but I think it explains what I'm trying to do
It's probably very simple, but I've not had any luck. I've also mad
Cell A2 = the entire string, including the cells I want to su
("'C:\timesheet\"&A1&".xls[sheet1]'!$b$1:$b$3"). Still doesn't work.
Any suggestions?
Thanks for your time and attention!
Gre