1 min readfrom Microsoft Excel | Help & Support with your Formula, Macro, and VBA problems | A Reddit Community

Conditional formatting for 30,60,90 a year from due date

Our take

Creating a conditional formatting rule in Excel to highlight dates 30, 60, and 90 days prior to a specific due date can significantly enhance your productivity. To set this up, you’ll need to establish rules based on the target date, such as March 5, 2026, and then create conditions for reminders starting from March 5, 2027. This guide will walk you through the steps to format these reminders effectively, ensuring that any overdue dates are clearly marked in red.

Working with date-based conditional formatting often reveals the gap between basic spreadsheet tutorials and real-world workflow needs. When users ask about highlighting dates 30, 60, or 90 days before a future milestone, they're actually tackling a more sophisticated challenge than the typical "days from today" examples that dominate online resources. Conditional formatting for dates addresses some foundational concepts, but scenarios involving future date calculations require a different approach entirely. The user's request to set reminders based on a date one year from their original due date demonstrates how professionals actually think about project timelines and deadline management.

What makes this question particularly insightful is its recognition that time-based planning involves multiple reference points, not just the current moment. Most conditional formatting tutorials focus on relative calculations from TODAY(), which serves immediate needs but falls short for strategic planning. Conditional formatting for future dates begins exploring these advanced scenarios, yet the complexity increases when you need to calculate backwards from a future date that itself is derived from another calculation. This nested logic—finding dates relative to a date that's relative to another date—represents the kind of sophisticated thinking that separates power users from beginners.

The underlying challenge here speaks to a broader shift in how we manage time-sensitive work. Rather than simply tracking what's due today or tomorrow, modern professionals need systems that can project forward and then work backwards to create meaningful checkpoints. The formula =TODAY()+30 works well for immediate reminders, but when you need =DATE(YEAR(A1)+1,MONTH(A1),DAY(A1))-30 to identify that crucial 30-day warning period, you're operating in a different realm entirely. Conditional Formating with dates touches on the complexity of date criteria, but the real insight is understanding that effective date management requires thinking in terms of temporal relationships rather than static points in time.

As spreadsheet tools evolve to handle increasingly complex temporal logic, we're seeing a shift toward more intuitive approaches to date-based workflows. The question isn't just about mastering nested IF statements or date arithmetic—it's about reimagining how we can make time itself a more manageable dimension in our planning processes. What happens when conditional formatting can dynamically adjust based on project milestones, resource availability, or even external calendar events? The future likely holds tools that make these sophisticated temporal relationships accessible without requiring deep formula expertise.

Hello, please forgive my very basic excel knowledge. I looked through Google and YouTube and still couldn’t figured out.

I want to create a conditional formatting rule where it highlights 30,60,90 days prior to a due date.

Let’s say the date is 5 March 2026, I want to set a ‘reminder’ for a year from now. I want to set a reminder for 30 days from 5 March 2027, 60 days from 5 March 2027, and 90 days from 5 March 2027. And if it’s past 5 March 2027, then I want to format it to be red.

I tried googling it and everything I found show me how to create conditional formatting rules that is 30 days from today. Like = today()+30

But that is not what I want though. I want to know 30 days from the date year from the date I have In the cell.

Please help.

submitted by /u/Ashe225
[link] [comments]

Read on the original site

Open the publisher's page for the full experience

View original article

Related Articles

Tagged with

#Excel alternatives for data analysis#natural language processing for spreadsheets#generative AI for data analysis#Excel compatibility#Excel alternatives#rows.com#google sheets#conditional formatting#due date#reminder#30 days#60 days#90 days#highlight#Excel#formatting rule#365 days#past date#date calculation#5 March 2026