Highlight blank cell in excel post fixed date

Jayesh Gangawane 0 Reputation points
2024-05-04T12:27:28.4033333+00:00

Blank cell to be highlighted post certain dates. For example: Cell B3 is blank which needs to be highlighted after 10-May-24. Pls note, B3 cell will remain blank till due date and numeric data supposed to be filled before 10-May-2024

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,653 questions
Excel Management
Excel Management
Excel: A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.Management: The act or process of organizing, handling, directing or controlling something.
1,685 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Barry Schwarz 2,426 Reputation points
    2024-05-04T16:15:18.9333333+00:00

    Use a conditional formatting formula:

    =AND(ISBLANK(B3),TODAY()>XYZ)
    

    where xyz is the value of the date. For example, 10-May-24 is 45422

    0 comments No comments