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.
[link] [comments]
Read on the original site
Open the publisher's page for the full experience
Related Articles
- Conditional formatting for datesHow would I achieve automatic colour changing dates with exceptions. For example I need to be able to put in any date for applications (so they don't exist yet.) and then after 30 days i need it to go orange and then from that 30 days another 7 days it goes red but if the completed column is checked i need the conditional formatting to be invalid as it wont be necessary for the colours to change. How do i achieve this? column - date application received (23/02/2026) turn orange at (23/03/2026) turn red at (30/03/2026) stays white or turns white is column competed has "D" submitted by /u/No-Sink-6054 [link] [comments]
- Conditional formatting for future datesPlease let me know if there's a better place for this question, I'm new to reddit. I have to keep track of dozens of people various certifications. The date inputted is the date they got it. I want to format it so it's green unless: In 9 months from today's date it turns yellow In 11 months from todays date it turns red I'd like to use the edate feature to account for monthly shifts, but the only formatting I've done were on actual expiration dates (using the greater than/less than feature), not future ones. Any suggestions or videos that would help? submitted by /u/Altriss1 [link] [comments]
- Conditional Formating with datesI am trying to automatically highlight cells where the date in the cell falls within certain criteria. Example: A report was received on Date "A". The due date is "B". I am trying to auto fill the cell with color if the date is 1-2 months past B, 3-5 Months past B, and 6+ months past B. For the life of me I cannot figure out how to do this. submitted by /u/HardyMenace [link] [comments]
- Conditional Formatting Issue Between DatesHello all, Fully admitting I am not the best at Excel so be nice please. I am using a spreadsheet in my job that I use to track dates for service users. I have a column for any time that a user has received a piece of paperwork. If it has been beyond 90 days then I have the conditional Formatting set to a green background. The formatting for this is cell value > less than > today() -90 The issue is when I'm trying to have a red background for any paperwork submitted within those 90 days. I had this already formatted with cell value > between > today > today() -90 This worked up until today. I put in a value for a few days ago and the background has turned white instead of red and I can't seem to fix it. Any help would be greatly appreciated. submitted by /u/SDEMPSEY90 [link] [comments]