alternatively, you can just use OFFSET:
the syntax for offset (from the help files) is:
=offset(start reference, rows, columns, height, width)
you should be able to infer from what you have done with the MATCH function is to determine how many rows down you are from a start point - that can therefore go into the "rows" part of the function. All you then have to do is enter the number of columsn across you want to go and Bob is your mother's brother
=offset(J1,MATCH(LARGE(J1:J183,1),J1:J183,0),colsAcross,1,1)
Rather than just asking for generic help, please be prepared to try things out and make use of the help files.....