Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
KoLM#s
 
Posts: n/a
Default Can you paste formulas with no value so Charts don't registerthem

I am trying to paste (Paste Special - Values) a row of formulas into a range
on a chart, some of these have values and some don't ... where there are no
values the cell still registers on the chart as 0 ... is there anyway of
pasting formulas so that the chart doesn't register the blank cells???

Many thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default Can you paste formulas with no value so Charts don't registerthem

Hi KolM#s. I'm not sure what you mean by pasting numbers into a chart, but
if you don't want to show the 0 you could use a helper column, assuming your
data is in a column, say D, after you paste specialvalues, you could use
=if(D1=0,"",D1) and copy down.
--
Sincerely, Michael Colvin


"KoLM#s" wrote:

I am trying to paste (Paste Special - Values) a row of formulas into a range
on a chart, some of these have values and some don't ... where there are no
values the cell still registers on the chart as 0 ... is there anyway of
pasting formulas so that the chart doesn't register the blank cells???

Many thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
KoLM#s
 
Posts: n/a
Default Can you paste formulas with no value so Charts don't registert

Hi Michael

Many thanks for your response... unfortunately I have tried this, but as
there is a formula in the blank cell, the chart registers it as a zero and
continues the line. I need the line to end on the relevant month. I have
automated the process using VB, this copies the column and pastes the values
into the the relevant column read by the chart.... unfortunately even though
the blank cells appear to have nothing in them they still register as zeros
on the chart, and only through manual intervention of highlighting the blank
cells and pressing delete can I get rid of the zeros on the chart.
Once again many thanks Vaughan

"Michael" wrote:

Hi KolM#s. I'm not sure what you mean by pasting numbers into a chart, but
if you don't want to show the 0 you could use a helper column, assuming your
data is in a column, say D, after you paste specialvalues, you could use
=if(D1=0,"",D1) and copy down.
--
Sincerely, Michael Colvin


"KoLM#s" wrote:

I am trying to paste (Paste Special - Values) a row of formulas into a range
on a chart, some of these have values and some don't ... where there are no
values the cell still registers on the chart as 0 ... is there anyway of
pasting formulas so that the chart doesn't register the blank cells???

Many thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
Michael
 
Posts: n/a
Default Can you paste formulas with no value so Charts don't registert

Sorry it didn't help. I hope someone else may have a solution. Good luck.
--
Sincerely, Michael Colvin


"KoLM#s" wrote:

Hi Michael

Many thanks for your response... unfortunately I have tried this, but as
there is a formula in the blank cell, the chart registers it as a zero and
continues the line. I need the line to end on the relevant month. I have
automated the process using VB, this copies the column and pastes the values
into the the relevant column read by the chart.... unfortunately even though
the blank cells appear to have nothing in them they still register as zeros
on the chart, and only through manual intervention of highlighting the blank
cells and pressing delete can I get rid of the zeros on the chart.
Once again many thanks Vaughan

"Michael" wrote:

Hi KolM#s. I'm not sure what you mean by pasting numbers into a chart, but
if you don't want to show the 0 you could use a helper column, assuming your
data is in a column, say D, after you paste specialvalues, you could use
=if(D1=0,"",D1) and copy down.
--
Sincerely, Michael Colvin


"KoLM#s" wrote:

I am trying to paste (Paste Special - Values) a row of formulas into a range
on a chart, some of these have values and some don't ... where there are no
values the cell still registers on the chart as 0 ... is there anyway of
pasting formulas so that the chart doesn't register the blank cells???

Many thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
Cutter
 
Posts: n/a
Default Can you paste formulas with no value so Charts don't registerthem


You have to have the formula result in an NA() in order to have the
chart ignore it.

In your formula try something like: =IF(A1=0,NA(),A1)
OR
=IF(A1="",NA(),A1)


--
Cutter
------------------------------------------------------------------------
Cutter's Profile: http://www.excelforum.com/member.php...fo&userid=9848
View this thread: http://www.excelforum.com/showthread...hreadid=507676

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
paste special - formulas bjw10 Excel Worksheet Functions 6 February 1st 06 05:17 PM
Paste special formulas? mturner Excel Discussion (Misc queries) 1 January 24th 06 03:39 PM
Logarithmic curve formulas in charts and LOGEST fx values? Rich Excel Worksheet Functions 4 November 23rd 05 03:49 AM
need a refresher: text boxes on charts that use relational formulas? KR Charts and Charting in Excel 3 October 26th 05 03:08 PM
Pasting worksheet with embedded charts FishMan Charts and Charting in Excel 2 October 5th 05 02:26 PM


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

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

About Us

"It's about Microsoft Excel"