View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Dave F Dave F is offline
external usenet poster
 
Posts: 2,574
Default getting chart legend to ignore #NA s!

To follow up on EJ's response, if you post the formula(s) which return #NA!
errors, someone here can tell you how to trap the error (i.e., have 0 or ""
returned in place of the error).

Dave
--
Brevity is the soul of wit.


"EJ" wrote:

I would use IF IS ERROR in each cell or ISNA to get a blank cell instead of a
#N/A

"arran1180" wrote:

Hi there,
I have a pei chart based on a dynamic table that sometimes contains #NA for
the rows data.

The chart updates fine, but in the legend i get an entry for every row -
including all the NAs! is there any way i can avoud this that you can think
of?

I've used VBA plenty in Access, so am prepared to have a bash writing any
code in excel with any pointers you may have!
thx