Replaces part of a text string with a different text string
=REPLACE(old_text, start_num, num_chars, new_text)
=REPLACE("abcdefghijk", 6, 5, "*")