Conditional formatting of entire column
Solved/Closed
Related:
- Apply conditional formatting to entire column
- How to apply @ in laptop - Guide
- Apply the moderate effect smartart style - Guide
- Apply watermark to all pages word - Guide
- How to clear formatting in excel - Guide
- Apply snapchat filter to existing video - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
Dec 2, 2010 at 09:46 AM
Dec 2, 2010 at 09:46 AM
Hi Tim,
Quote
So...I would like to highlight any cell in column 1 which is more than 2% different than the cell in the same row of column 2. This indicates a measurement error.
Unquote
When you are trying to do this, don't compare it to the whole column, but look at cell level.
Let me start by giving a example to see if we are on the same page.
If H1 is 1 and Q1 is 1.02 then it is OK.
If H1 is 1 and Q1 is 0.98 then it is OK.
If H1 is 1 and Q1 is 1.03 or bigger then format change of H1.
If H1 is 1 and Q1 is 0.98 or smaller then format change of H1.
If this is OK use the following:
Select H1 and goto conditonal format.
Select formula is:
Now drag H1 down and select from the small square "format only".
Best regards,
Trowa
Quote
So...I would like to highlight any cell in column 1 which is more than 2% different than the cell in the same row of column 2. This indicates a measurement error.
Unquote
When you are trying to do this, don't compare it to the whole column, but look at cell level.
Let me start by giving a example to see if we are on the same page.
If H1 is 1 and Q1 is 1.02 then it is OK.
If H1 is 1 and Q1 is 0.98 then it is OK.
If H1 is 1 and Q1 is 1.03 or bigger then format change of H1.
If H1 is 1 and Q1 is 0.98 or smaller then format change of H1.
If this is OK use the following:
Select H1 and goto conditonal format.
Select formula is:
=OR(Q1>H1*1.02,Q1<H1*0.98)
Now drag H1 down and select from the small square "format only".
Best regards,
Trowa
Dec 2, 2010 at 04:32 PM
Nov 29, 2012 at 02:36 AM
May 1, 2014 at 11:02 AM