How to use conditional formatting to check if the date column is in sequntial order

Jetpilot

New Member
Joined
Jan 30, 2014
Messages
9
I'm trying to figure out how to use conditional formatting to check if the date column is in sequntial order and highlight one square if it is not.

here is an example of what it would look like
[TABLE="width: 59"]
<colgroup><col></colgroup><tbody>[TR]
[TD]6/16/1998
[/TD]
[/TR]
[TR]
[TD]6/17/1998[/TD]
[/TR]
[TR]
[TD]6/18/1998[/TD]
[/TR]
[TR]
[TD]6/17/1998
[/TD]
[/TR]
[TR]
[TD]6/21/1998[/TD]
[/TR]
[TR]
[TD]6/23/1998
[/TD]
[/TR]
[TR]
[TD]6/24/1998[/TD]
[/TR]
[TR]
[TD]8/10/1998[/TD]
[/TR]
[TR]
[TD]8/11/1998[/TD]
[/TR]
[TR]
[TD]8/12/1998[/TD]
[/TR]
[TR]
[TD]8/13/1998
[/TD]
[/TR]
[TR]
[TD]8/19/1998[/TD]
[/TR]
[TR]
[TD]9/17/1998[/TD]
[/TR]
[TR]
[TD]9/28/1998[/TD]
[/TR]
[TR]
[TD]10/8/1998[/TD]
[/TR]
[TR]
[TD]10/9/1998[/TD]
[/TR]
[TR]
[TD]5/20/1998[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Assuming your first date is in A1 and the rest below them:

Select all dates in the range from A2 down
In conditional formatting, select the option to create conditional formatting based on a rule
Enter this formula =A2<A1 and choose a conditional format

When you OK that rule you will see that all dates which are not in sequence compared to the previous one will be formatted
 
Upvote 0

Forum statistics

Threads
1,222,818
Messages
6,168,428
Members
452,189
Latest member
Waldo1949

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