REPLACE
Text

Replaces part of a text string with a different text string

Syntax:

=REPLACE(old_text, start_num, num_chars, new_text)

Example:

=REPLACE("abcdefghijk", 6, 5, "*")