A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Ryan,
Thank you for posting your question in the Microsoft Q&A forum.
Regarding applying conditional formatting to column H, please follow the step-by-step instructions below:
Steps to apply conditional formatting
- First, ensure your data is set up as described
- Select cell H2 (or the first cell in column H where you want the rule applied)
- Go to Conditional Formatting > Manage Rules
- Click New Rule
- Select “Use a formula to determine which cells to format”
- Enter the following formula:
=AND($B2="Pending Reply",$D2="Pending Reply",$F2="Pending Reply",TODAY()-$A2>14)
Click Format, choose your preferred color (for example, red), then click OK
Click Apply to activate the rule
The rule checks if columns B, D, and F all contain "Pending Reply"
It also verifies whether the date in column A is more than 14 days before today
If all conditions are met, the corresponding cell in column H will be highlighted
Example
- If the date in column A is 15/05/2026, the condition will not be met (not older than 14 days), so no formatting is applied
- If the date is changed to 01/04/2026, the condition is met, and the cell in column H will be highlighted (e.g., in red)
Thank you again for your time and understanding. I appreciate your patience, and I’m here to help—please feel free to share any updates or additional details.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread