Conditional Formatting on Cell that is outside the 365 days warranty end date

gplans

New Member
Joined
May 30, 2019
Messages
41
I am trying to set some conditional formatting on cell that are outside the 365 days warranty end date that is entered into the cell.

19/07/2019Within warranty
30/11/2018Highlighted cell warranty ended
16/06/2019Within warranty
19/07/2019Within warranty

<colgroup><col><col></colgroup><tbody>
</tbody>

<colgroup><col></colgroup><tbody>
</tbody>

<colgroup><col></colgroup><tbody>
</tbody>

Cant seem to find anything that matches my criteria. Any help thanks.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
try
Code:
[highlight][B][COLOR="#0000FF"][1][/COLOR][/B][/highlight] =IF(C3>TODAY(),0,ABS(TODAY()-C3)>=365)
after add another CF rule, move rule [highlight][1][/highlight] to the top
 
Upvote 0
try
Code:
[highlight][B][COLOR=#0000FF][1][/COLOR][/B][/highlight] =IF(C3>TODAY(),0,ABS(TODAY()-C3)>=365)
after add another CF rule, move rule [highlight][1][/highlight] to the top


This still did not work. This formula produced the same results as the previous one.


2019-07-01-13-15-42-s666-CF-OBS-MASTER-SPREADSHEET-xlsm-Excel.jpg
 
Upvote 0
Picture is useless, all I can say is: Beautiful Picture!
Post excel file or formulas
 
Upvote 0
Picture is useless, all I can say is: Beautiful Picture!
Post excel file or formulas


I got it to work.

<today()), "")="" which="" is="" the="" same="" as="" formula="" that="" you="" supplied="" earlier="" except=""><today()), "")
<today()), "")
<today()), "")
<today()), "")
<today(),'')<today()), "")
2019-07-02-10-00-51-Edit-Formatting-Rule.jpg

<today()), "")'

This is very close to the formula that you supplied earlier.

=R3>TODAY() except that > is now <

Thanks for all your help</today()),></today(),'')<today()),></today()),></today()),></today()),></today()),></today()),>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,548
Messages
6,125,464
Members
449,229
Latest member
doherty22

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