B
brightshadow
So far, I have a VLOOKUP function that searches another sheet and pull
the data from a cell matching a name located in row 4 of the sam
column, and converts the result from a number of seconds to mm:ss.
Cell B27's contents (this checks the name in B4 and looks up thei
number in col C on the sheet with data for that day):
=VLOOKUP(B4,'6-23-2004'!A1:C70,3,FALSE)/60/60/24
This works fine.
However, I have an array here.. it'll take me forever to write all thi
out manually, and there's got to be an easier way.
Column A contains all the dates for the month (6-1-2004, 6-2-2004
etc.)
How can I modify that formula so it looks on a worksheet (in the sam
workbook is OK, i can hide the sheets) for that day? Each row i
related to one day, and each column related to one person.
I'd like it to go like..
=VLOOKUP(B4,A27!A1:C70,3,FALSE)/60/60/24
..and have it look in B4 for the name, A27 for the date (the workshee
will be named the same as the date,) and then do the vlookup in A1:C70
find the date in col C, etc.
Is that possible? Can I use a nested function to return the dat
located in col A to search a worksheet by the same name
the data from a cell matching a name located in row 4 of the sam
column, and converts the result from a number of seconds to mm:ss.
Cell B27's contents (this checks the name in B4 and looks up thei
number in col C on the sheet with data for that day):
=VLOOKUP(B4,'6-23-2004'!A1:C70,3,FALSE)/60/60/24
This works fine.
However, I have an array here.. it'll take me forever to write all thi
out manually, and there's got to be an easier way.
Column A contains all the dates for the month (6-1-2004, 6-2-2004
etc.)
How can I modify that formula so it looks on a worksheet (in the sam
workbook is OK, i can hide the sheets) for that day? Each row i
related to one day, and each column related to one person.
I'd like it to go like..
=VLOOKUP(B4,A27!A1:C70,3,FALSE)/60/60/24
..and have it look in B4 for the name, A27 for the date (the workshee
will be named the same as the date,) and then do the vlookup in A1:C70
find the date in col C, etc.
Is that possible? Can I use a nested function to return the dat
located in col A to search a worksheet by the same name