How can I get Excel to highlight columns that have an increasing number sequence?
For example, I would be looking for Excel to highlight Column 2 below
Column 1 Column 2 Column 3
24 90 76
38 80 95
67 70 24
56 65 88
54 60 43
Thanks in Advance
How can I get Excel to highlight columns that have an increasing number sequence?
For example, I would be looking for Excel to highlight Column 2 below
Column 1 Column 2 Column 3
24 90 76
38 80 95
67 70 24
56 65 88
54 60 43
Thanks in Advance
Last edited by al888; 03-15-2011 at 12:28 AM. Reason: Solved
Hello,
I would read the number sequence in column 2 as decreasing, because they get smaller when reading in normal order, i.e. top to bottom.
You can highlight all the data and (assuming the data starts in A1), use conditional formatting with a formula like
=AND(A$1>A$2,A$2>A$3,A$3>A$4,A$4>A$5)
Mind the placement of the $ signs. Of course, this approach can be rather cumbersome with large datasets.
Thanks. Your help is very much appreciated
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks