View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default Skipping Text Entries

Replace your "N/A" text entries by the #N/A error code.
If you are doing it by formula you can use =NA() or =#N/A, but not ="N/A"
--
David Biddulph

"Gingerly" wrote in message
...
One of my charts contains "N/A" entries. Right now they are showing as
zeros
on the chart. I went to OPTIONS/CHART and the chose the LEAVE GAPS choice
but
they are still showing as zeros. Is there any way to skip that week if
the
entry is non-numeric? Thanks.