Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() In a series of rising pricebars for a stock, I'm trying to find the value of the lowest low in a pullback. I have to find this low value separate from price bars that preceded the pullback. The maximum number of bars I look back is 6, but in those 6 bars there may be lower lows before the pullback started. The pullback starts when one of the highs is lower than the previous high. I've attached pictures to clarify what I'm trying to do. Does anyone have any ideas? Thank you for your help. +-------------------------------------------------------------------+ |Filename: pullback spreadsheet.JPG | |Download: http://www.excelforum.com/attachment.php?postid=4194 | +-------------------------------------------------------------------+ -- sam mcgee ------------------------------------------------------------------------ sam mcgee's Profile: http://www.excelforum.com/member.php...o&userid=30235 View this thread: http://www.excelforum.com/showthread...hreadid=499159 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Try... =IF(COUNTIF(D2:INDEX(D2:D9,MATCH(2,1/(D2:D9=MAX(D2:D9)))),"<"&MAX(D2:D9)),MIN(D2:INDEX( D2:D9,MATCH(2,1/(D2:D9=MAX(D2:D9))))),"No Lessor Values after Peak") ...confirmed with CONTROL+SHIFT+ENTER, not just ENTER. Adjust the range accordingly. Hope this helps! -- Domenic ------------------------------------------------------------------------ Domenic's Profile: http://www.excelforum.com/member.php...o&userid=10785 View this thread: http://www.excelforum.com/showthread...hreadid=499159 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"Drop the lowest" in computing average | Excel Worksheet Functions | |||
finding multiple MIN's | Excel Worksheet Functions | |||
Range vs. lowest #, 2nd lowest #, 3rd lowest #, etc | Excel Discussion (Misc queries) | |||
Finding the average by dropping the lowest | Excel Worksheet Functions | |||
How can I get the lowest price, second lowest etc. from a range o. | Excel Worksheet Functions |