As long as you know the column is A, you can use MATCH to find the row number:

="A"&MATCH("m",A1:A26)

returns A13

"m" is in row 13 of col. A

HTH

Bruce