Skip to content

Instantly share code, notes, and snippets.

@robertohernando
Last active January 9, 2024 12:29
Show Gist options
  • Save robertohernando/214c5277914d6fb845b62bf2b108d19f to your computer and use it in GitHub Desktop.
Save robertohernando/214c5277914d6fb845b62bf2b108d19f to your computer and use it in GitHub Desktop.
[Excel - borrar último carácter] eliminar último carácter de una celda de texto en #excel
Eliminar el último carácter de un texto en excel
=IZQUIERDA(A2; LARGO(A2)-1)
@lucilaramos
Copy link

Genio, gracias

@vnasp
Copy link

vnasp commented Jan 9, 2024

Gracias!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment