I have two sheets, sheet1 pulls data from sheet2.
One column is a date but of course vlookup just inputs it as a number. I use conditional formatting ont his column to highlight based on certain dates...but of course this breaks with VLOOKUP.
I am not sure how to do this if it is even possible.
I have tried
Also formatting the column as a date doesn't have any effect.![]()
=VLOOKUP(A2,New!A:P,12,FALSE) =TEXT(VLOOKUP(A2,New!A:P,12,FALSE),"dd mm yyyy")
Any ideas?
Bookmarks