Forum Discussion

Nyssa1585's avatar
Nyssa1585
Copper Contributor
May 29, 2024
Solved

If a "x" value is present and the column header is today's date how do we display true/false

I have a workbook that I am trying to update to display the status (red or green) in cell AB1 of the lab in a singular cell based on =Today(). The table is a calendar format but due to some other piv...
  • dscheikey's avatar
    dscheikey
    May 30, 2024

    Nyssa1585 

    For conditional formatting:

    =OR(INDEX(A3:PN77,0,XMATCH(TODAY(),A3:PN3))="x")

     

Resources