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.

[TABLE="width: 101"]
<colgroup><col></colgroup><tbody>[TR]
[TD][TABLE="width: 101"]
<colgroup><col></colgroup><tbody>[TR]
[TD][TABLE="width: 296"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]19/07/2019[/TD]
[TD]Within warranty[/TD]
[/TR]
[TR]
[TD]30/11/2018[/TD]
[TD]Highlighted cell warranty ended[/TD]
[/TR]
[TR]
[TD]16/06/2019[/TD]
[TD]Within warranty[/TD]
[/TR]
[TR]
[TD]19/07/2019[/TD]
[TD]Within warranty[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]

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

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
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,224,827
Messages
6,181,197
Members
453,022
Latest member
RobertV1609

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