LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.newusers
KRK KRK is offline
external usenet poster
 
Posts: 91
Default smoothing integer data - Thanks

Dave

This seems to work quite nicely - thanks. I'm not yet sure how it works,
but I will figure it out !!

I've plotted the original data alongside the smoothed data for both your
suggestions & they are both very good. The 2nd option might be better for
me as it does not require the row number of the last entry (your $A$20), and
my data is updated regularly.

Thanks again

K


"Dave Curtis" wrote in message
.. .
Hi,

This can only ever be an approximation, but the following should give you
something to work with.
Assuming your truncated data is in A1:A20, enter the following in B1 and
drag down

=A1+(COUNTIF($A$1:A1,A1)-1)/COUNTIF($A$1:$A$20,A1)

or use

=A1+(COUNTIF($A$1:A1,A1)-1)/COUNTIF($A$1:A1,A1)

for a slightly different set of numbers

Dave

url:http://www.ureader.com/msg/10355706.aspx


 
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
excel's curve-smoothing algorithm [email protected] Charts and Charting in Excel 2 October 9th 07 07:18 PM
Smoothing Line Graphs - Excel 2000 A. Preine - Texas GLO Coastal Resources Excel Discussion (Misc queries) 3 December 5th 06 07:16 PM
smoothing data Michael Vestel Excel Discussion (Misc queries) 1 November 18th 06 03:30 AM
double exponential smoothing in MS Excel? jay Excel Discussion (Misc queries) 0 March 2nd 06 03:27 PM
graph smoothing maksud Charts and Charting in Excel 4 August 10th 05 11:34 PM


All times are GMT +1. The time now is 05:04 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"