Right now for work I get an email every morning with two Excel documents, they are for employees numbers from the day before. What I need to do is pull certain data for some employees row, we do not use all of the data that . I am making an excel sheet for each employee tracking there work numbers day to day. What I am using now is vlookup so my formula looks like
=VLOOKUP("AGENT SUE", 'C:\Users\STATION01\Desktop\EXCEL SPREEDSHEETS\DATA\MARCH 2013\DAILY UNAVAILABLE\[mar-20.xlsx]Sheet1'!$A$1:$BK$59, 15, FALSE)
This makes it so I do not need to type in th numbers every day but I still need to paste the formula and change the file it pulls from. which would not be to bad put each of the 80 some employees has about 10 data points i need to pull.
So wheat I was wondering is that if there is any way that I could make a loop so that, when I save it to a date, the spreed sheets no automatically to pull from the saved numbers for each new day.
=VLOOKUP("AGENT SUE", 'C:\Users\STATION01\Desktop\EXCEL SPREEDSHEETS\DATA\MARCH 2013\DAILY UNAVAILABLE\[mar-20.xlsx]Sheet1'!$A$1:$BK$59, 15, FALSE)
This makes it so I do not need to type in th numbers every day but I still need to paste the formula and change the file it pulls from. which would not be to bad put each of the 80 some employees has about 10 data points i need to pull.
So wheat I was wondering is that if there is any way that I could make a loop so that, when I save it to a date, the spreed sheets no automatically to pull from the saved numbers for each new day.