I have a workbook that has multiple sheets and I use the VLOOKUP to grab certain info on a particular date to populate a cell on a form. The simple formula I use to grab a simple single entry is =VLOOKUP(A15,MSEQ648!A:F,6,FALSE), where A15 is the cell that references the time/date row and then...