CoolioDude
New Member
- Joined
- Mar 31, 2011
- Messages
- 21
I have a problem trying to have the various data cell change the folder reference on a monthly basis after the month-end reports are complete. The excel file name reference is constant and does not change except for the folder reference e.g. 'T:\Finance\Finstmts\MB\P05-MAY\[MBSCHED.xls]Sched 1'!$F$16. The folder "P05-MAY" needs to be variable and refers to a vlookup reference that when I change a cell reference to the month e.g. 6 then the folder reference should change to "P06-Jun" but the Cell reference remains the same.
This is the code that I typed but it gives me a "#REF!" in the cell: ='T:\Finance\finstmts\MB\C2011\" & vlookup(C1,Q2:R13,2,FALSE) & "\[MBsched.xls]Sched 1'!$F$16.
Does anyone have any clue how I could get this to work.
This is the code that I typed but it gives me a "#REF!" in the cell: ='T:\Finance\finstmts\MB\C2011\" & vlookup(C1,Q2:R13,2,FALSE) & "\[MBsched.xls]Sched 1'!$F$16.
Does anyone have any clue how I could get this to work.