Coloring cells of a column condition

nprashiyer

New Member
Joined
Sep 6, 2020
Messages
1
Office Version
  1. 365
Platform
  1. Windows
Hi,
I'm looking for help in conditional formatting of cell.
If value of a cell is greater than the cell above it then green. Else red.
This rule should be applied across all cells in the column.
Thanks
 

Excel Facts

Why does 9 mean SUM in SUBTOTAL?
It is because Sum is the 9th alphabetically in Average, Count, CountA, Max, Min, Product, StDev.S, StDev.P, Sum, VAR.S, VAR.P.
Hi & welcome to MrExcel.
How about
+Fluff New.xlsm
A
1Northing
2374154
3378258
4429632
5371942
6373805
7430517
8372721
9358934
10373922
11376036
12376740
13418077
14407793
15430742
16417000
17434158
18428470
19347917
20138816
21524908
22
23
24
25
26
27
28
29
30
Master
Cells with Conditional Formatting
CellConditionCell FormatStop If True
A2:A27Expression=AND(A2<>"",A2<N(A1))textNO
A2:A27Expression=A2>A1textNO
 
Upvote 0

Forum statistics

Threads
1,215,063
Messages
6,122,930
Members
449,094
Latest member
teemeren

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