Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm not sure I understand, but if you have 1,2,3,... in the timebins column
(column B), you could use a formula like: =MAX(IF(B1:B99=1,A1:A99)) A pivottable might work nicely, too. You can show the max/min/average/sum/count/(lots of stuff) based on that timebins column. ferrdav wrote: thank's dave, but my problem it's a bit more complex: time bin it's a function that assess a number to those trades that are in whithin a certain range of time, let's say 5 minutes. since the number of trades (for a security) aren't the same for 5 minutes in 5 minutes, i need to isolate prices that were made in first 5 minutes of tdaes (time bin = 1) form those in the second five minutes of trade (time bin=2) and so on... this' what time bin function does what i need is to calculate the maximum price between those in time bin 1, and then the maximum in time bin 2 and so on... i believe i should use a do..while loop, but i cannot do that...:( ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |