Excel VBA - Obtendo o Endereço de Referência das células de um Range - How to Get the Cell Address of a Matching Column and Row in Excel

Excel VBA - Obtendo o Endereço de Referência das células de um Range - How to Get the Cell Address of a Matching Column and Row in Excel


Esta função do Excel permite obter o endereço correspondente das colunas e linhas na planilha Excel da guia de origem, como a seguir:


Endereço dos Campos (células) na fonte:
 =(ADDRESS(1,MATCH(A2,Data!$A$1:$AH$1,0),1))

Campo (célula) número da LINHA:
 =MID(B2,FIND("$",B2,2)+1,LEN(B2)-FIND("$",B2,2))

Campo (célula) número da COLUNA:
 =MATCH(A2,Data!$A$1:$AH$1,0)

Campo (célula) nome do índice da coluna:
 =LEFT(B2,FIND("$",B2,2)-1)



Deixe seus comentários, compartilhe este artigo!


⬛◼◾▪ Social Media ▪◾◼⬛
• FACEBOOK • TWITTER • INSTAGRAM • TUMBLR • GOOGLE+ • LINKEDIN • PINTEREST

⬛◼◾▪ Blogs ▪◾◼⬛ 

⬛◼◾▪ CONTATO ▪