View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Luke M Luke M is offline
external usenet poster
 
Posts: 2,722
Default How do I tell excel not to plot certain values in a data series

Either have the cell return the NA() error as in:
=IF(A2=1,A2*2,NA())
if using formulas, or if the cells truly are empty

Under Tools-Options - Charts, change the way empty cells are handled.

--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Tom" wrote:

On a line graph not all my values are numeric. Excel is plotting these
letters at 'zero'. What I prefer is for excel to put in gaps instead. How can
I achieve this?