Skip to main content

Module replace

Module replace 

Source

Functions§

replace_fn
REPLACE(old_text, start_num, num_chars, new_text) — replaces N chars starting at position. start_num is 1-based. Returns #VALUE! if start_num < 1 or num_chars < 0.