PC Review


Reply
Thread Tools Rate Thread

Re: data labels on charts

 
 
Jon Peltier
Guest
Posts: n/a
 
      23rd Apr 2009
If the label says "#N/A" in the chart, and the column has an apparent value
of zero, then any text value will do the same.

Assuming the source data is filled with formulas, change the formulas to
something like:

=IF(ISNA(formula),"#N/D!",formula)

- Jon
-------
Jon Peltier, Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/>
Advanced Excel Conference - Training in Charting and Programming
http://peltiertech.com/Training/2009...00906ACNJ.html
_______


"God Itself" <(E-Mail Removed)> wrote in message
news:gsjv7i$shq$(E-Mail Removed)...
Hi,

how can i change #N/D! label into "n/a" or "" with some VBA code.

i have column chart with series which data end before end of period.

i.e values are:

=1.3
=1.4
=1.3
=1.2
=NA()
=NA()

labels are:
1.3 (non-zero column)
1.4 (non-zero column)
1.3 (non-zero column)
1.2 (non-zero column)
#N/D! (zero value column)
#N/D! (zero value column)

how can i change ONLY labels with #N/D! into "n/a" or ""

is there possibility of change without loosing functionality because
sometimes series are fully with data.
and how i can change labelling only for particulars charts?

regards


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Aligning tick marks and labels on line charts or scatter charts AdamK Microsoft Excel Discussion 2 18th May 2009 06:20 PM
print data behind charts in powerpoint without opening charts =?Utf-8?B?bWVyc2thbXA=?= Microsoft Powerpoint 0 10th Apr 2007 04:20 PM
Distribute dynamically charts with linked data as stand-alone charts Richard Microsoft Excel Programming 2 31st Mar 2004 05:16 PM
Distribute dynamically charts with linked data as stand-alone charts Richard Microsoft Excel Charting 2 31st Mar 2004 05:16 PM
Stack Bar Charts and Data Labels maacmaac Microsoft Excel Misc 1 9th Mar 2004 03:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:13 PM.