Learning level
70/100
Learning level
70/100
Product version
1.0.1
Guide status
Stable
Sections
3
Clean, extract, find and combine text with VauSheet's implemented text functions.
What this guide covers
Quick facts
LEN counts characters and TRIM removes outer whitespace while collapsing repeated whitespace.
LEFT, RIGHT and MID return substrings. FIND returns a 1-based position and reports an error if the search text is not found.
SUBSTITUTE replaces text, TEXTJOIN joins multiple values with a delimiter, CONCAT concatenates values, and LOWER/UPPER change case.