Compare column values fill color individually

cubeincube

New Member
Joined
Jul 3, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
Hi,
I need this(kinda an example):
compare A1 value to B1, if A1 is bigger, then fill B1 with color Red. also compare A1 with C1, if A1 is smaller than C1 then fill C1 with color Green and compare A1 to D1 and let's say if D1 is bigger then fill D1 with color Blue.(all numbers)
then expand this, to the whole sheet.(All rows with four columns)
couldn't find an easy way to do this by conditional formatting.
thanks
 

Attachments

  • Pic.png
    Pic.png
    70 KB · Views: 8

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
Hi & welcome to MrExcel.
How about
+Fluff New.xlsm
ABCD
188705192
298997795
387927898
493659587
551789398
Master
Cells with Conditional Formatting
CellConditionCell FormatStop If True
D1:D5Expression=$A1<$D1textNO
C1:C5Expression=$A1<$C1textNO
B1:B5Expression=$A1>$B1textNO
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,215,026
Messages
6,122,738
Members
449,094
Latest member
dsharae57

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