PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting excell charting problem with false values

Reply

excell charting problem with false values

 
Thread Tools Rate Thread
Old 06-04-2006, 11:19 PM   #1
=?Utf-8?B?Umlja3kgUmF5?=
Guest
 
Posts: n/a
Default excell charting problem with false values


I have the following formula =IF(AND(BU2<$BU$1110,BU2>$BU$1111),BU2,"") chart
shows 0's for false empty value "" I would like to skip false or format so
that value doesn't get charted.
  Reply With Quote
Old 06-04-2006, 11:51 PM   #2
Bernard Liengme
Guest
 
Posts: n/a
Default Re: excell charting problem with false values

Replace 'nothing' with N/A which gets ignored by chart.
=IF(AND(BU2<$BU$1110,BU2>$BU$1111),BU2,NA())
best wishes
--
Bernard V Liengme
www.stfx.ca/people/bliengme
remove caps from email

"Ricky Ray" <Ricky Ray@discussions.microsoft.com> wrote in message
news:44FC3775-2804-4167-BF87-01EE74E1A291@microsoft.com...
>I have the following formula =IF(AND(BU2<$BU$1110,BU2>$BU$1111),BU2,"")
>chart
> shows 0's for false empty value "" I would like to skip false or format
> so
> that value doesn't get charted.



  Reply With Quote
Old 07-04-2006, 04:05 PM   #3
=?Utf-8?B?Umlja3kgUmF5?=
Guest
 
Posts: n/a
Default Re: excell charting problem with false values

Thanks for the input. This solution created another problem. Now the
formulas at the bottom of this column stdev, average do not compute. Any way
to have both graphing and computation without creating a new column?

"Bernard Liengme" wrote:

> Replace 'nothing' with N/A which gets ignored by chart.
> =IF(AND(BU2<$BU$1110,BU2>$BU$1111),BU2,NA())
> best wishes
> --
> Bernard V Liengme
> www.stfx.ca/people/bliengme
> remove caps from email
>
> "Ricky Ray" <Ricky Ray@discussions.microsoft.com> wrote in message
> news:44FC3775-2804-4167-BF87-01EE74E1A291@microsoft.com...
> >I have the following formula =IF(AND(BU2<$BU$1110,BU2>$BU$1111),BU2,"")
> >chart
> > shows 0's for false empty value "" I would like to skip false or format
> > so
> > that value doesn't get charted.

>
>
>

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off