You could also use a formula to get this data, eg:-
With your #calls data in say Col B in B4:B100, and the variable you wish to compare to (in this case 50) in say F2
then in any other set of cells (say J1:N1)
=OFFSET($B$1,MIN(IF($B$4:$B$27>$F$2,ROW($B$4:$B$27)))-1,-1)
=OFFSET($B$1,MIN(IF($B$4:$B$27>$F$2,ROW($B$4:$B$27)))-1,0)
=OFFSET($B$1,MIN(IF($B$4:$B$27>$F$2,ROW($B$4:$B$27)))-1,1)
=OFFSET($B$1,MIN(IF($B$4:$B$27>$F$2,ROW($B$4:$B$27)))-1,2)
=OFFSET($B$1,MIN(IF($B$4:$B$27>$F$2,ROW($B$4:$B$27)))-1,3)
The last argument will give the you the values from the cells to the (-1) immediate left, (0) that cell, (1) immediate cell to the right, (2) cell 2 cells to the right etc of the first cell that matches your criteria.
Each formula must be array entered using CTRL+SHIFT+ENTER
Regards
Ken..............
----------------------------------------------------------------------------
![[peace] [peace] [peace]](/data/assets/smilies/peace.gif)
It's easier to beg forgiveness than ask permission
----------------------------------------------------------------------------