Forum Discussion

bryen79's avatar
bryen79
Copper Contributor
Nov 08, 2022
Solved

How To Use VLOOKUP Using Date, To Find Corresponding Holiday With Additional Criteria

I am looking for a way to do the following: display a checkmark box (using the corresponding cell reference in Sheet2) if the day is a holiday. 1. Use a given date in Sheet1 2. Go to Sheet2 and l...
  • HansVogelaar's avatar
    HansVogelaar
    Nov 08, 2022

    bryen79 

    See the attached version. I created a conditional formatting rule of type 'Use a formula to determine which cells to format' with formula

     

    =$B5=VLOOKUP($H$2,Sheet2!$D$3:$E$11,2,FALSE)

Resources