Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello,
Is is possible to supress Data Labels (Values) via conditional formatting? I tried an IF Statement that returned a blank ("" or " ") if the condition is true. However, the value of zero still appears unless I completely delete the cell's contents......... Thanks. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I don't know of a way to achieve via conditional formatting. However, the
formulas as shown in these examples may help. http://www.cellmatrix.net/index.php/...e_zero_values/ http://www.cellmatrix.net/index.php/...e_zero_values/ -- John Mansfield http://cellmatrix.net "JEFF" wrote: Hello, Is is possible to supress Data Labels (Values) via conditional formatting? I tried an IF Statement that returned a blank ("" or " ") if the condition is true. However, the value of zero still appears unless I completely delete the cell's contents......... Thanks. |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Use a custom number format that omits zero values. These ignore everything
but positive values 0.00;;; 0;;; More on number formats: http://peltiertech.com/Excel/NumberFormats.html - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "JEFF" wrote in message ... Hello, Is is possible to supress Data Labels (Values) via conditional formatting? I tried an IF Statement that returned a blank ("" or " ") if the condition is true. However, the value of zero still appears unless I completely delete the cell's contents......... Thanks. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Tables and Conditional Formatting | Charts and Charting in Excel | |||
Data Validation & Conditional Formatting | Excel Discussion (Misc queries) | |||
There is a bug in formatting charts data labels. | Excel Worksheet Functions | |||
Conditional Formatting that will display conditional data | Excel Worksheet Functions | |||
Technical formatting in data labels | Charts and Charting in Excel |