Formula for upcoming expiation Dates

LindsayBiss

New Member
Joined
Aug 16, 2022
Messages
5
Office Version
  1. 2010
Hello,

I am looking to see if someone could help me with a formula!

What I am trying to do, is have a cell turn red when an expiration date is within 2 months, and have cell turn green if it is out the of the 4 month period from today's date.

Thank you for your help !! :)

1700257278900.png
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
This:
have a cell turn red when an expiration date is within 2 months
contradicts what you say within the text box on your image, where you say turn red if within 4 months?!
Based on within 4 months, see if this does what you want:
financials.xlsx
AB
1Expiration
22023-12
32024-01
42024-02
52024-02
62024-02
72024-02
82024-03
92024-03
102024-03
112024-03
122024-06
132024-07
Sheet3
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B2:B13Expression=EOMONTH(A2,0)<=EOMONTH(TODAY(),3)textYES
B2:B13Expression=EOMONTH(A2,0)>EOMONTH(TODAY(),3)textYES
 
Upvote 0

Forum statistics

Threads
1,215,094
Messages
6,123,071
Members
449,092
Latest member
ipruravindra

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top