
Originally Posted by
Kurt_v
Scott, thanks for the reply. If I can get this to work I will be happy. But unfortunatly its not working quite yet and it may be because I accidently lied. I actually dont need to replace the spreadsheet name, but instead the worksheet it is looking at.
So the formula needs to point to a specific tab inside the spreadsheet using a pointer cell from in the same spreadsheet the vlookup is in (just to reiterate). Using your formula I tried:
=VLOOKUP(D8,INDIRECT("'N:\Departments\Outbound\Shared\Employee Development Meetings\[VX Tracker.xls]"&F6&"'!$A:$F),5,FALSE)
D8 being the cell I need to find.
F6 being the month that I want to look in.
For example F6 = October. The normal formual looks as follows:
=IF(ISERROR(VLOOKUP(D8,'[VX Tracker.xls]VX TRACKER October'!$A:$F,5,0)),0,VLOOKUP(D8,'[VX Tracker.xls]VX TRACKER October'!$A:$F,5,0))
Dont worry about the IF and ISERROR part. If I (we/you) can figure out the vlookup part I can easily place it in the IF statment.
Thanks.
-Kurt
Bookmarks