Morning all!!
Hopefully a quick one for you here 
Sheet 1 - (Training)
Column A = Employee names
Column B = Dates
Sheet 2 - (Holiday)
Column A = Employee names
Column B = Dates
both sheets have exactly same format, no difference in any layout, around 500 names to work through - Date is formatted at dd-mmm
I'm trying to find the simplest way to check if the names on the Training sheet with the dates assigned to it have holiday booked on the holiday sheet for the same date.
I think i have sorted it but i'd like to know i have have over complicated it or even done it the right way 
So far i have in Column C
then pasted values (done on both sheets) then in column D i have
=IF(ISERROR(VLOOKUP(C1,Holiday!C:C,1,FALSE)),"",VLOOKUP(C1,Holiday!C:C,1,FALSE))
That obviously takes away the date format and replaces it with a numerical string (For 18-Aug it shows me 42234)
Have i done to much to it, could i have done it easier?
I did want to try index/match but i've never used it before :D
Regards
Rich
Bookmarks