View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bernard Liengme Bernard Liengme is offline
external usenet poster
 
Posts: 4,393
Default How do i plot a data set that has one data point missing

1) In the blank cell enter =NA() which shows as #N/A and is ignored by the
chart engine. Or if using formula use something like =IF(A10, B1/A1, NA())

2) Click chart; use Tools | Options; open Chart tab and specify how missing
data is to be treated.

best wishes
--
Bernard V Liengme
Microsoft Excel MVP
www.stfx.ca/people/bliengme
remove caps from email

"planet SA" <planet wrote in message
...