Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 6
Default Determining length of trend before significant retrace

In range of data I need to find jthe largest numerical movement in one
direction without (x) retrace. (x in this case being a specified whole
number)
Please help with a formula or direct me to where I could find this
information.
Using Excel 2007
For example: in range of numerical data, the largest directional integer
movement was 300 before the data moved 25 in reverse.
Example 2: The largest directional integer movement was 224 before
the data moved 30 in reverse.
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 24
Default Determining length of trend before significant retrace

Assuming you have a column of numerical integer data in column B,
In C2, enter
=ABS(B2-B1)
to calculate the magnitude of the difference between them, then, in another
cell, enter
=LARGE(C2:C26,5)
where C2:C26 is your data range, and your looking for the 5th largest number.
--
Anne Murray


"DouglasinHawaii" wrote:

In range of data I need to find jthe largest numerical movement in one
direction without (x) retrace. (x in this case being a specified whole
number)
Please help with a formula or direct me to where I could find this
information.
Using Excel 2007
For example: in range of numerical data, the largest directional integer
movement was 300 before the data moved 25 in reverse.
Example 2: The largest directional integer movement was 224 before
the data moved 30 in reverse.

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
Determining length of trend before significant retrace DouglasinHawaii Setting up and Configuration of Excel 0 April 1st 08 02:13 AM
First significant figure Nige Danton Excel Worksheet Functions 14 December 14th 07 03:53 PM
Validation length, Range length I think I need to rephrase the question Excel Discussion (Misc queries) 5 September 17th 07 06:29 AM
Determining error associated with polynomial trend lines. BJ Richter Charts and Charting in Excel 1 April 21st 06 10:16 PM
Last significant row in a column David Berg Excel Worksheet Functions 8 April 10th 05 08:03 PM


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