Functions§
- replaceb_
fn REPLACEB(old_text, start_byte, num_bytes, new_text)— replaces N bytes starting at byte position. start_byte is 1-based. For ASCII text this is identical to REPLACE. Returns#VALUE!if start_byte < 1 or num_bytes < 0.
REPLACEB(old_text, start_byte, num_bytes, new_text) — replaces N bytes starting at byte position.
start_byte is 1-based. For ASCII text this is identical to REPLACE.
Returns #VALUE! if start_byte < 1 or num_bytes < 0.