ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Charts (https://www.excelbanter.com/excel-discussion-misc-queries/112395-charts.html)

GILBERT

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






Kevin B

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







All times are GMT +1. The time now is 04:28 AM.

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