Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get an EXCEL cell address from its row/column number

Excel How To

Get an EXCEL cell address from its row/column number

by  taupirho  Posted    (Edited  )
Another deceptively simple thing to want to do, but it took me an age to find this gem. Say you've got a cells row and column number and you want to return its cell reference in the format A1 or B5 etc . For example, the cell at row 34, column 78 equates to BZ34. Here's how you get it. Use the address operator.

cells(34,78).address(false,false) ' returns BZ34


Register to rate this FAQ  : BAD 1 2 3 4 5 6 7 8 9 10 GOOD
Please Note: 1 is Bad, 10 is Good :-)

Part and Inventory Search

Back
Top