Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello,
I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try this
=(G1-TODAY()<30) "Margotbf" wrote: Hello, I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Margot,
Expiry date in B1. In C1: =B1-30 Select your date(s) FormatConditional Formatting Select Cell value is, next box select greater than, next box click C1, so you get =$C$1, click Format, select a color and click OK and once more. -- Kind regards, Niek Otten Microsoft MVP - Excel "Margotbf" wrote in message ... | Hello, | | I have to track expiry dates in a datasheet. Actually, I'd like the expiry | date field to change color 30 days prior to the expiry date written in the | field. Let's say the expiry date is oct 24 2008, I want the field to change | color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? | | Thanks! | | -- | Margot |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
And G1 stands for?
-- Margot "Joel" wrote: try this =(G1-TODAY()<30) "Margotbf" wrote: Hello, I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
G1 is the cell with the conditional formating.
"Margotbf" wrote: And G1 stands for? -- Margot "Joel" wrote: try this =(G1-TODAY()<30) "Margotbf" wrote: Hello, I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
#6
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
If you have the dates in column A starting with row1, then you can use following logic in conditional formatting:- =IF(A1-NOW()<=30,"True","False") -- Dilip Kumar Pandey MBA, BCA, B.Com(Hons.) New Delhi, India "Margotbf" wrote: Hello, I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
#7
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
.... or just =A1-NOW()<=30
-- David Biddulph "DILipandey" wrote in message ... Hi, If you have the dates in column A starting with row1, then you can use following logic in conditional formatting:- =IF(A1-NOW()<=30,"True","False") -- Dilip Kumar Pandey MBA, BCA, B.Com(Hons.) New Delhi, India "Margotbf" wrote: Hello, I have to track expiry dates in a datasheet. Actually, I'd like the expiry date field to change color 30 days prior to the expiry date written in the field. Let's say the expiry date is oct 24 2008, I want the field to change color on sept 25 2008. The date format chosen is 24-oct-08, does it matter? Thanks! -- Margot |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
i need help with conditional formating with dates | New Users to Excel | |||
conditional formating using dates | Excel Worksheet Functions | |||
conditional formating dates | Excel Worksheet Functions | |||
Install dates formating using conditional formating? | Excel Discussion (Misc queries) | |||
CONDITIONAL FORMATING DATES | Excel Discussion (Misc queries) |