ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Conditional Formats to ignore blank cells (https://www.excelbanter.com/excel-worksheet-functions/136460-re-conditional-formats-ignore-blank-cells.html)

mnwankpah

Conditional Formats to ignore blank cells
 
For some reason this doesn't appear to be working...None of the colors are
showing up. Just to clarify, I do have cell with value less than or equal to
0 showing up, I just want the formating to ignore the blank cells. When
using your suggestions, I am selecting a FORMULA instead of a CELL VALUE...is
that okay?
--
mnwankpah


"Max" wrote:

You could use eg an AND(D10, ...) construct
to exclude blank cells which are evaluated as zeros.

For example, apply the CF on col D using the formulas

Cond1: =D130
Format: Red

Cond2: =AND(D120,D1<=30)
Format: Amber

Cond3: =AND(D10,D1<=20)
Format: Green
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"mnwankpah" wrote:
I am trying to apply a conditional format to a pivot I created. If the value
in the cell meets, exceeds or is below the target it should light up to the
colors of a traffic light. How can I have the conditional format ignore
blank cells? Right now it is highlighting all blank cell (as well as the
title column) as a color for low target?
--
mnwankpah


Teethless mama

Conditional Formats to ignore blank cells
 
=AND(A1<"",your formula)

"mnwankpah" wrote:

For some reason this doesn't appear to be working...None of the colors are
showing up. Just to clarify, I do have cell with value less than or equal to
0 showing up, I just want the formating to ignore the blank cells. When
using your suggestions, I am selecting a FORMULA instead of a CELL VALUE...is
that okay?
--
mnwankpah


"Max" wrote:

You could use eg an AND(D10, ...) construct
to exclude blank cells which are evaluated as zeros.

For example, apply the CF on col D using the formulas

Cond1: =D130
Format: Red

Cond2: =AND(D120,D1<=30)
Format: Amber

Cond3: =AND(D10,D1<=20)
Format: Green
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"mnwankpah" wrote:
I am trying to apply a conditional format to a pivot I created. If the value
in the cell meets, exceeds or is below the target it should light up to the
colors of a traffic light. How can I have the conditional format ignore
blank cells? Right now it is highlighting all blank cell (as well as the
title column) as a color for low target?
--
mnwankpah



All times are GMT +1. The time now is 08:41 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com