#1   Report Post  
Rob
 
Posts: n/a
Default Chart data source

I need my chart to be blank between 2 points but the data
source it takes from contains the following formula

=IF(H14=0,"0",1780/H14)

even if I change it to

=IF(H14=0,"",1780/H14)

It still has the same effect unless the cell is cleared
using the delete button. This I dont want to have to do
because the person entering the information I have asked
not to delete formulas

Thanks

Rob
  #2   Report Post  
Ken Wright
 
Posts: n/a
Default

Try =IF(H14=0,ISNA(),1780/H14)

Depends on what kind of chart chart though?

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Rob" wrote in message
...
I need my chart to be blank between 2 points but the data
source it takes from contains the following formula

=IF(H14=0,"0",1780/H14)

even if I change it to

=IF(H14=0,"",1780/H14)

It still has the same effect unless the cell is cleared
using the delete button. This I dont want to have to do
because the person entering the information I have asked
not to delete formulas

Thanks

Rob



  #3   Report Post  
Andy Pope
 
Posts: n/a
Default

Hi Ken,

I think you meant NA() instead of ISNA().

=IF(H14=0,NA(),1780/H14)

Cheers
Andy

Ken Wright wrote:
Try =IF(H14=0,ISNA(),1780/H14)

Depends on what kind of chart chart though?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #4   Report Post  
Ken Wright
 
Posts: n/a
Default

Dohhhhhhhhhhh - Cheers Andy. So used to testing for it as opposed to
creating one - grrrrrrrrr - :-)

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Andy Pope" wrote in message
...
Hi Ken,

I think you meant NA() instead of ISNA().

=IF(H14=0,NA(),1780/H14)

Cheers
Andy

Ken Wright wrote:
Try =IF(H14=0,ISNA(),1780/H14)

Depends on what kind of chart chart though?


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info



  #5   Report Post  
Ken Wright
 
Posts: n/a
Default

Andy, sure I'm not going nuts - aren't there a copule of charttypes that
doesn't work on??

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------
<snip




  #6   Report Post  
Andy Pope
 
Posts: n/a
Default

Hi Ken,

Doesn't work for area chart, that still drops to zero.

Cheers
Andy

Ken Wright wrote:
Andy, sure I'm not going nuts - aren't there a copule of charttypes that
doesn't work on??


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #7   Report Post  
Ken Wright
 
Posts: n/a
Default

Cheers - Knew I wasn't going loopy there.

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Andy Pope" wrote in message
...
Hi Ken,

Doesn't work for area chart, that still drops to zero.

Cheers
Andy

Ken Wright wrote:
Andy, sure I'm not going nuts - aren't there a copule of charttypes that
doesn't work on??


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info



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
Help with data not getting plotted Scott Ehrlich Excel Discussion (Misc queries) 2 January 25th 05 05:17 AM
Help with data not getting plotted Scott Ehrlich Charts and Charting in Excel 1 January 23rd 05 05:15 PM
changing proportion of chart and data table Dawn Parks Charts and Charting in Excel 3 January 6th 05 01:18 AM
Excel 97 chart opened in Excel 2003 - Source Data problem DHunt Charts and Charting in Excel 0 December 6th 04 08:05 PM
Chart disappears when source data cells are hidden Disappearing charts Excel Discussion (Misc queries) 2 December 5th 04 03:24 AM


All times are GMT +1. The time now is 12:30 AM.

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"