#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default Charts

Is there way to display "NA" with numbers ?
For example
JAN-55%
FEB-NA
MARCH-0%
APRIL-35%
in the data table the above will be shown and not a 0 for the NA for FEB





  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,316
Default Charts

I'm not sure if you're concatenting Month to Value, but if you want an "NA"
when a value is zero you can use an IF to determine the return value.

=IF(A1=0,"N/A",A1)

If cell A1 is a 0 then use N/A, otherwise use the value in A1
--
Kevin Backmann


"GILBERT" wrote:

Is there way to display "NA" with numbers ?
For example
JAN-55%
FEB-NA
MARCH-0%
APRIL-35%
in the data table the above will be shown and not a 0 for the NA for FEB





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
Pasting worksheet with embedded charts FishMan Charts and Charting in Excel 2 October 5th 05 02:26 PM
Excel Charts Linked to Spreadsheets Rich Charts and Charting in Excel 1 July 4th 05 04:36 PM
linkingof charts in worksheets to cells steve Excel Discussion (Misc queries) 0 May 6th 05 01:44 AM
Can't create dynamic charts Brian Sells Charts and Charting in Excel 7 March 22nd 05 04:23 AM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"