Hi ,
Try out the following formula in A10 :
=IF(AND(A10>MAX(OFFSET(A10,-8,0,8,1)),A10>MAX(OFFSET(A10,1,0,9,1))),A10,"")
Copy it down as far as you need to.
In case the calculations take too long , or other calculations in your workbook are slowed down because of using OFFSET , we might have to replace the OFFSET with INDEX. The resulting formulae might , of course , be longer.
Narayan