Joneye
Well-known Member
- Joined
- May 28, 2010
- Messages
- 785
- Office Version
- 365
- 2019
- Platform
- Windows
- 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 />
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: