I am maintaing a Worksheet containing multiple columns of information which will be used in a Dashboard.
I am also displaying the current date information on a separate Worksheet. Ideally I would like to use the VLOOKUP function to pull details from the database.
The Information is uploaded into the database Worksheet via a user form in which the date is determined using DTPIcker.
LOOKUP FUNCTION
=VLOOKUP(E2,"Sheet1"!A:A,11,False)
Cell E2 contains TODAY() and using the Formula Wizard shows a 5 digit date reference number
Sheet 1 Column A records show in the date format dd/mm/yyyy in the format bar
So I cannot get a match.
I have also tried changing the format of Cell E2 to dd/mm/yyyy and added the date manually but without any success
Is there a formula that I can apply either to the VLOOKUP function or to Cell E2 to find a match.
Many thanks
I am also displaying the current date information on a separate Worksheet. Ideally I would like to use the VLOOKUP function to pull details from the database.
The Information is uploaded into the database Worksheet via a user form in which the date is determined using DTPIcker.
LOOKUP FUNCTION
=VLOOKUP(E2,"Sheet1"!A:A,11,False)
Cell E2 contains TODAY() and using the Formula Wizard shows a 5 digit date reference number
Sheet 1 Column A records show in the date format dd/mm/yyyy in the format bar
So I cannot get a match.
I have also tried changing the format of Cell E2 to dd/mm/yyyy and added the date manually but without any success
Is there a formula that I can apply either to the VLOOKUP function or to Cell E2 to find a match.
Many thanks