View Single Post
 
Old 10-04-2013, 11:25 PM
BobBridges's Avatar
BobBridges BobBridges is offline Windows 7 64bit Office 2010 32bit
Expert
 
Join Date: May 2013
Location: USA
Posts: 700
BobBridges has a spectacular aura aboutBobBridges has a spectacular aura about
Default

If I understand you right, Barbara, you want each cell in the tbl_Employee worksheet to look up a time from the EmployeeData worksheet where it matches the correct emp ID and date. Now, if it were me, I'd create on the EmployeeData worksheet a helping column concatenating the employee ID and the date, and then do an ordinary VLOOKUP up the concatenated data. But Pecoflyer has this neat trick he does with array formulae that will probably save you having to make the helping column; I haven't figured it all out yet, but I'll bet he'll be able to come up with something that'll work better than my idea.
Reply With Quote