Hi there,
I am at the end of my wits with this problem which seems like it should be an easy one.
I want to populate information from a workbook that's not open using the SUM function and a name in the B1 cell:
Cell B1 = fileName.xlsx
Function = :
=SUM('C:\Folder\[B1]Sheet1'!A10:A100)
I haven't got much "advanced" excel knowledge but coming from a bit of programming experience this looks like it should work. B1 is just a variable and I am plugging in the variable.
My Google-fu has resulted in macros and VB stuff I was really hoping to avoid.
Any thoughts?
Thanks!
I am at the end of my wits with this problem which seems like it should be an easy one.
I want to populate information from a workbook that's not open using the SUM function and a name in the B1 cell:
Cell B1 = fileName.xlsx
Function = :
=SUM('C:\Folder\[B1]Sheet1'!A10:A100)
I haven't got much "advanced" excel knowledge but coming from a bit of programming experience this looks like it should work. B1 is just a variable and I am plugging in the variable.
My Google-fu has resulted in macros and VB stuff I was really hoping to avoid.
Any thoughts?
Thanks!