Funcion de Excel

REPLACE

Replaces part of text based on position.

REPLACE(old_text, start_num, num_chars, new_text)

Argumentos

old_text

Obligatorio

Enter a text value (wrap with quotes when needed).

start_num

Obligatorio

Enter a numeric value.

num_chars

Obligatorio

Enter a numeric value.

new_text

Obligatorio

Enter a text value (wrap with quotes when needed).

Vista previa de practica

Use REPLACE to Replaces part of text based on position.

Formula correcta de ejemplo

=REPLACE(B2, 1, 2, "XX")

Practicar esta funcion

Preguntas frecuentes sobre REPLACE

Como usar REPLACE en Excel?

En esta pagina puedes revisar el objetivo de REPLACE, sus argumentos y ejemplos de practica.

Donde practicar REPLACE?

Usa el boton de practica al final de la pagina para comenzar ejercicios de REPLACE de inmediato.

Que argumentos pide REPLACE?

La seccion de argumentos muestra cuales son obligatorios y cuales opcionales.