Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Charts not recognizing source data if original linked data is changed. | Charts and Charting in Excel | |||
Pasting worksheet with embedded charts | Charts and Charting in Excel | |||
Excel Charts Linked to Spreadsheets | Charts and Charting in Excel | |||
linkingof charts in worksheets to cells | Excel Discussion (Misc queries) | |||
Can't create dynamic charts | Charts and Charting in Excel |