The following is from an Excel table of tick data I'm analysing:
A .......B
751....299
751....70
752....66
752....165
752....154
752....154
752....154
752....26
752....26
752....628
752....621
752....518
752....503
753....598
753....598
753....731
753....749
Column A represents time, eg 751 = 7:51. Column B represents, for example, volume.
Via a VLOOKUP(...) table I can extract volume figures for each time increment, eg =VLOOKUP(752,A1:B17,2). However, these will always correspond to the last time values – not very accurate.
I would like to determine an average of all volumes for each time-frame. Unfortunately, as you can see the number of records within each time-frame is random.
Any suggestions appreciated.
Grant.
A .......B
751....299
751....70
752....66
752....165
752....154
752....154
752....154
752....26
752....26
752....628
752....621
752....518
752....503
753....598
753....598
753....731
753....749
Column A represents time, eg 751 = 7:51. Column B represents, for example, volume.
Via a VLOOKUP(...) table I can extract volume figures for each time increment, eg =VLOOKUP(752,A1:B17,2). However, these will always correspond to the last time values – not very accurate.
I would like to determine an average of all volumes for each time-frame. Unfortunately, as you can see the number of records within each time-frame is random.
Any suggestions appreciated.
Grant.
Last edited: