Funciones Excel

En esta página iré añadiendo algunas funciones que considere útiles que se pueden implementar en Excel.

Generar slug URL válida a partir de un texto

=SUSTITUIR(SUSTITUIR(SUSTITUIR(SUSTITUIR(SUSTITUIR(SUSTITUIR(SUSTITUIR(MINUSC(A2);" ";"-");"ñ";"n");"á";"a");"é";"e");"í";"i");"ó";"o");"ú";"u")
👉  Validar el formato de un número de teléfono en Excel con una función VBA

👇Tu comentario