Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Ricky Ray
 
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.
  #2   Report Post  
Posted to microsoft.public.excel.charting
Bernard Liengme
 
Posts: n/a
Default 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 wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.charting
Ricky Ray
 
Posts: n/a
Default 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 wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excell Problem when opening file created in another application!! Zircum Excel Discussion (Misc queries) 2 March 28th 06 03:31 PM
Linking Excell values to word document Kent Links and Linking in Excel 0 January 17th 06 08:56 PM
Problem with updating values with INDIRECT.EXT SU Excel Worksheet Functions 1 April 8th 05 10:14 AM
a problem with pasting into Excell sheet Jurek Setting up and Configuration of Excel 1 March 17th 05 06:54 PM
Grand Totals @ Same Place Amber M Excel Worksheet Functions 2 December 30th 04 07:13 PM


All times are GMT +1. The time now is 11:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"