Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

168
Vistas
get name name of cell from his range google script

I want to retrieve the name of a cell having his range. this is the range :

var rangeOfCell = sheet.getRange(100,5);

I want to know how to get his native(A1, AB6,..., ZZA9) name easily

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

In order to retrieve "name of cell" (A1Notation) from sheet.getRange(100,5), please use getA1Notation() as follows.

Sample script:

var rangeOfCell = sheet.getRange(100,5).getA1Notation();
console.log(rangeOfCell)
  • For example, if sheet is declared like var sheet = SpreadsheetApp.getActiveSheet(), this script returns E100.

Reference:

  • getA1Notation()
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda