Replaces characters within text
=REPLACE(old_text, start_num, num_chars, new_text)
=REPLACE("abcdef", 2, 3, "XXX")