So, I'm looking for a way to make the cell(s) highlight themselves based on todays date, nothing too fancy just so it's simpler to see the day. Pictured below is the graph I currently have.
CodePudding user response:
try on range A2:Z:
=A$2&A3=TEXT(TODAY(); "mmmmd")