Formula Library

Excel Formula To Remove Fragment From Url In Webhook Payload Text

Remove URL fragments in webhook payload text with a ready-to-use formula for Excel, Google Sheets, and WPS.

Quick answer

Remove fragment from url in webhook payload text.

Unified formula

ExcelWPS
=IFERROR(TEXTBEFORE(A2, "#"), A2)
View platform differences

Google Sheets

=IFERROR(INDEX(SPLIT(A2, "#"), 1), A2)

How it works

Need a custom version?

Related formulas