Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Interpolated charts

When chart data contains #N/A between 2 data points there is a feature in
Excel that interpolates the data in the middle. This is very useful but is
there a way of getting hold of that interpolated data. I mean the actual
numbers. It would save me a lot of time having to calculate them myself.
Thank you
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Interpolated charts

Hi,

You need to calculate that value using a formula

Assuming the NA value is in cell B4 this will tell you the mid Y value

=B3+((B5-B3)/2)

Cheers
Andy

Ben wrote:
When chart data contains #N/A between 2 data points there is a feature in
Excel that interpolates the data in the middle. This is very useful but is
there a way of getting hold of that interpolated data. I mean the actual
numbers. It would save me a lot of time having to calculate them myself.
Thank you


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 618
Default Interpolated charts

But of course if the X-axis spacing is not equal you will need something a
little more complicated to calculate the appropriate Y value.
--
David Biddulph

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

You need to calculate that value using a formula

Assuming the NA value is in cell B4 this will tell you the mid Y value

=B3+((B5-B3)/2)

Cheers
Andy


Ben wrote:
When chart data contains #N/A between 2 data points there is a feature in
Excel that interpolates the data in the middle. This is very useful but
is there a way of getting hold of that interpolated data. I mean the
actual numbers. It would save me a lot of time having to calculate them
myself. Thank you



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Interpolated charts

You only need to apply the same formula to the X values in order to get
the mid x point.

David Biddulph wrote:
But of course if the X-axis spacing is not equal you will need something a
little more complicated to calculate the appropriate Y value.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 618
Default Interpolated charts

Yes, but the OP may be talking about a situation where he has a defined X
point, not mid-way between the adjacent ones, and for which the Y value is
NA() and he's looking for an interpolated value.

As usual, the answer depends on the question. :-)
--
David Biddulph

"Andy Pope" wrote in message
...
You only need to apply the same formula to the X values in order to get
the mid x point.

David Biddulph wrote:
But of course if the X-axis spacing is not equal you will need something
a little more complicated to calculate the appropriate Y value.

--

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





  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2,489
Default Interpolated charts

Yes, you're right.

More like this then,

CalcY =PrevY+ (NextY - PrevY)/(NextX - PrevX)*(RequiredX -PrevX)

Cheers
Andy

David Biddulph wrote:
Yes, but the OP may be talking about a situation where he has a defined X
point, not mid-way between the adjacent ones, and for which the Y value is
NA() and he's looking for an interpolated value.

As usual, the answer depends on the question. :-)


--

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
Getting rid of unusable charts? Bubba Charts and Charting in Excel 1 May 4th 06 12:30 AM
Charts not recognizing source data if original linked data is changed. JLC Charts and Charting in Excel 3 October 14th 05 01:29 AM
Pasting worksheet with embedded charts FishMan Charts and Charting in Excel 2 October 5th 05 02:26 PM
How To Change Fonts In Multiple Charts in a Workbook? Cweed Charts and Charting in Excel 1 August 30th 05 12:07 AM
Excel Charts Linked to Spreadsheets Rich Charts and Charting in Excel 1 July 4th 05 04:36 PM


All times are GMT +1. The time now is 08:06 PM.

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"