M
mike allen
i have an array in cells f8:n16 with letters across top row and numbers
along left column. these numbers and letters are not in any particular
order. the middle of this array has various information that i need to
retrieve, given a letter (that is on top row) and number (that is on left
column). i would like the cell address (row and column numbers) of the
intersection of these 2 inputs. example: 1st input = p, 2nd input=7. p is
in column m, or 13th row in spreadsheet, while 7 is in row 15. thus, i
would like to have cells(15,13) as my answer, which would correspond w/ what
i am trying to retrieve. thanks, mike allen
along left column. these numbers and letters are not in any particular
order. the middle of this array has various information that i need to
retrieve, given a letter (that is on top row) and number (that is on left
column). i would like the cell address (row and column numbers) of the
intersection of these 2 inputs. example: 1st input = p, 2nd input=7. p is
in column m, or 13th row in spreadsheet, while 7 is in row 15. thus, i
would like to have cells(15,13) as my answer, which would correspond w/ what
i am trying to retrieve. thanks, mike allen