Hi,
I am doing a VLOOKUP in which the formula looks up a list of holiday dates listed in a range from a second sheet. If matching, it is to display the second column which identifies the type of holiday (note, in the formula below I have "false" I also tried "true"). The columns sources are both type: date.
the formula:
=VLOOKUP(Calendar@row, {Holidays Range 1}, 2, false)
Source sheet
Holiday sheet:
I'm expecting for the row that has value "08/20/21" to result with "IDC Holiday", instead I have "NO MATCH".