A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
This formula is a conditional formatting rule that applies to cell J3:J36. And J3 is the first cell of your selected range.
Any formula applied on J3 will apply to each rows as you copy down your formula.
Here's what it means:
- The "AND" function is used to combine two conditions that must both be true for the formatting to be applied.
- The first condition is "J3<=TODAY()", which means that the date in cell J3 must be on or before today's date.
- The second condition is "J3<>""", which means that the cell must not be blank.
- So, if both of these conditions are true, the formatting will be applied to cell J3:J36.
In other words, this rule will highlight any dates in cell J3:J36 that are on or before today's date, as long as the cell is not blank.