Conditional Formating & Dates Excel 2003

Joneye

Well-known Member
Joined
May 28, 2010
Messages
785
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. MacOS
Conditional Formating & Dates Excel 2003

Is the above possible, I wish to have a date in a cell and for it to turn green in 1 year, is there anysites that show advice on this?

The Below may help, in cell E12 I wish it to go red via conditional formatting is this possible.

(All cells in E are a time line from cell D, so equal to or over the cell must turn a colour)

<b>Excel 2003</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #A6AAB6"><colgroup><col width="25px" style="background-color: #E0E0F0" /><col /><col /><col /><col /></colgroup><thead><tr style=" background-color: #E0E0F0;text-align: center;color: #161120"><th></th><th>B</th><th>C</th><th>D</th><th>E</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">11</td><td style=";">Date</td><td style=";">Test</td><td style="text-align: center;;"></td><td style=";">Re Test Date</td></tr><tr ><td style="color: #161120;text-align: center;">12</td><td style="text-align: right;;">14/03/2010</td><td style=";">Annual</td><td style="text-align: center;;">12</td><td style="text-align: right;;">14/03/2011</td></tr><tr ><td style="color: #161120;text-align: center;">13</td><td style="text-align: right;;">13/02/2010</td><td style=";">Quarterly</td><td style="text-align: center;;">3</td><td style="text-align: right;;">13/05/2010</td></tr><tr ><td style="color: #161120;text-align: center;">14</td><td style="text-align: right;;">01/01/2011</td><td style=";">Monthly</td><td style="text-align: center;;">1</td><td style="text-align: right;;">01/02/2011</td></tr><tr ><td style="color: #161120;text-align: center;">15</td><td style="text-align: right;;">25/07/2011</td><td style=";">Monthly</td><td style="text-align: center;;">1</td><td style="text-align: right;;">25/08/2011</td></tr></tbody></table><p style="width:4.8em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #A6AAB6;border-top:none;text-align: center;background-color: #E0E0F0;color: #161120">Method 1</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: #FFFFFF" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: #FFFFFF;border-collapse: collapse; border-color: #A6AAB6"><thead><tr style=" background-color: #E0E0F0;color: #161120"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">D12</th><td style="text-align:left">=IF(<font color="Blue">ISBLANK(<font color="Red">C12</font>),"0",INDEX(<font color="Red">$G$4:$G$6,MATCH(<font color="Green">C12,$F$4:$F$6,0</font>)</font>)</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">E12</th><td style="text-align:left">=EDATE(<font color="Blue">B12,D12</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">D13</th><td style="text-align:left">=IF(<font color="Blue">ISBLANK(<font color="Red">C13</font>),"0",INDEX(<font color="Red">$G$4:$G$6,MATCH(<font color="Green">C13,$F$4:$F$6,0</font>)</font>)</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">E13</th><td style="text-align:left">=EDATE(<font color="Blue">B13,D13</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">D14</th><td style="text-align:left">=IF(<font color="Blue">ISBLANK(<font color="Red">C14</font>),"0",INDEX(<font color="Red">$G$4:$G$6,MATCH(<font color="Green">C14,$F$4:$F$6,0</font>)</font>)</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">E14</th><td style="text-align:left">=EDATE(<font color="Blue">B14,D14</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">D15</th><td style="text-align:left">=IF(<font color="Blue">ISBLANK(<font color="Red">C15</font>),"0",INDEX(<font color="Red">$G$4:$G$6,MATCH(<font color="Green">C15,$F$4:$F$6,0</font>)</font>)</font>)</td></tr><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">E15</th><td style="text-align:left">=EDATE(<font color="Blue">B15,D15</font>)</td></tr></tbody></table></td></tr></table><br />
 
Last edited:

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Sadly that will not work as it will be a colour right away, its the date that needs to change to a colour.
 
Upvote 0
It does not work, its RED now, and that date shown is in the future, it needs to turn red on the day and not refer to column D as its constant.

The above is reference to Cell E15.
 
Upvote 0
Andrew,
YES YES getting there now, so if I wish this formating to continue down will excel change e12 to e13 in the next cell underneath?
 
Upvote 0
Andrew forget the question I used paste special with FORMATS and it works fine.

Many thanks for your help..
 
Upvote 0
Peter,

Many thanks for the help, in addition can I introduce a equal today / greater than aspect to it as well?
 
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,877
Members
452,949
Latest member
Dupuhini

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