Excel TEXTAFTER Function – Google Sheets Alternative | ComTools

Learn Excel TEXTAFTER: what it does, Google Sheets support (Not supported), alternatives (REGEXEXTRACT), and convert formulas online.

What is Excel TEXTAFTER?

Returns text after a delimiter (Excel 365).

Google Sheets compatibility

On Google Sheets, TEXTAFTER is marked as Not supported. Use REGEXEXTRACT in Google Sheets. TEXTAFTER(A1,"-") ≈ REGEXEXTRACT(A1,"-(.*)")

Convert with ComTools

Paste a formula that uses TEXTAFTER into /excel-formula-converter, choose Google Sheets or Excel as the target, and get support status plus suggested rewrites.

FAQ

QDoes Google Sheets support TEXTAFTER?

Status: Not supported. Common alternative: REGEXEXTRACT.

QCan ComTools rewrite my formula automatically?

Simple renames (e.g. TEXTAFTER→REGEXEXTRACT, TEXTSPLIT→SPLIT) and simple LET expansions are attempted; complex formulas get guidance.