Forum Discussion

Christopher_P's avatar
Christopher_P
Copper Contributor
May 20, 2019
Solved

Highlighting a row based on the day of the week

Hello everyone!    This is my first post in this forum and I just have a quick question.   Currently I have an excel document set up to highlight the next day's jobs by using "=$I9=TODAY()+1". Ho...
  • SergeiBaklan's avatar
    SergeiBaklan
    May 20, 2019

    Christopher_P ,

     

    When it could be

    =INDEX($I:$I,MATCH(TODAY()+CHOOSE(WEEKDAY(TODAY(),2),1,1,1,1,3,2,1),$I:$I,0))=$I1

    See Sheet2 attached where A1 is instead of TODAY()

Resources