How do i remove all data labels that equal zero, while keeping the negative and postive value data lables on a line or bar graph?
set up so that 0 =n/a
if values in col b then in another col use =if(b1=0,na(),b1) then use that column as your data instead of B
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
i did that but the zeroes still show up
You will need to post a sample I think.
Martin's point is: Error values don't plot... so if you ensure you're using an error value instead of 0 in your source table then you will get your desired results.
On an aside I am moving this thread to the Charting Forum.
Thanks
My Recommended Reading:
Volatility
Sumproduct & Arrays
Pivot Intro
Email from XL - VBA & Outlook VBA
Function Dictionary & Function Translations
Dynamic Named Ranges
Use a custom number format on the data labels
General;-General;;
the custom number format worked but how would i do it for currency?
Select you favorie current format, tahn then edit it; e.g., change,
_($* #,##0.00_);_($* (#,##0.00);_($* "-"??_);_(@_) to _($* #,##0.00_);_($* (#,##0.00);
or
$#,##0.00 to $#,##0.00;-$#,##0.00;
Microsoft MVP - Excel
Entia non sunt multiplicanda sine necessitate
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks