Formula Library

Excel Formula To Remove Suffix -B From Text In Analytics Event Text

Remove suffix -B from text in analytics event text with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Remove suffix -B from text in analytics event text.

Unified formula

ExcelGoogle SheetsWPS
=IF(RIGHT(A2, LEN("-B"))="-B", LEFT(A2, LEN(A2)-LEN("-B")), A2)

How it works

Need a custom version?

Related formulas