Hello Brian,
You can use the TEXT function for this. Enclose each of your VLOOKUPs in that function like this
TEXT(VLOOKUP(Sheet2!$C$2,Sheet2!$C$3:$G$14,4,FALSE),"d mmmm yyyy")
you can change the "d mmmm yyyy" to your preference for the date format
Bookmarks