Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=AND(A2<TODAY()+7,A2>TODAY())Computed by a real spreadsheet engine on the sample data below.
| Due Date | Task |
| 2023-10-15 | Report |
| 2023-10-20 | Meeting |
| 2023-10-25 | Presentation |
| 2023-10-30 | Review |
=AND(A2<TODAY()+7,A2>TODAY())→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Simply replace `A2` in the formula with the appropriate cell reference for your column.
Yes, use a formula like `=A2<TODAY()` to highlight past due dates.
Select the formatted cells, go to Conditional Formatting, and choose 'Clear Rules'.
Highlight duplicate cells automatically with Conditional Formatting using a COUNTIF rule — no formulas to copy manually.
How-toUse Conditional Formatting with a simple greater-than rule to automatically color cells that exceed a threshold value.
How-toColor the maximum value in a range automatically using a Conditional Formatting rule based on the MAX function.
How-toColor the minimum value in a range using a Conditional Formatting rule built on the MIN function.
How-toUse conditional formatting with ISBLANK to automatically highlight empty cells in your spreadsheet for easy visual identification.
How-toUse conditional formatting with SEARCH or ISNUMBER(SEARCH()) to highlight any cell containing a specific word or phrase automatically.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: