Como usar SUBSTITUTE en Excel?
En esta pagina puedes revisar el objetivo de SUBSTITUTE, sus argumentos y ejemplos de practica.
Substitutes occurrences of text with new text.
SUBSTITUTE(text, old_text, new_text, [instance_num])text
ObligatorioEnter a text value (wrap with quotes when needed).
old_text
ObligatorioEnter a text value (wrap with quotes when needed).
new_text
ObligatorioEnter a text value (wrap with quotes when needed).
instance_num
OpcionalEnter a numeric value.
Use SUBSTITUTE to Substitutes occurrences of text with new text.
Formula correcta de ejemplo
=SUBSTITUTE(B2, " ", "", 1)En esta pagina puedes revisar el objetivo de SUBSTITUTE, sus argumentos y ejemplos de practica.
Usa el boton de practica al final de la pagina para comenzar ejercicios de SUBSTITUTE de inmediato.
La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.