Loading...
Loading...
Format numbers, dates, or times as text using custom formatting.
| Function | Use Case | Syntax |
|---|---|---|
| FIND | Locate the position of a character or substring in text. | =FIND(find_text, within_text, [start_num]) |
| SUBSTITUTE | Replace specific text within a string. | =SUBSTITUTE(text, old_text, new_text, [instance_num]) |