公式库

Excel Formula To Remove Query String From Url In Marketplace Export Text

Remove query strings from URLs in marketplace export text with a ready-to-use formula for Excel, Google Sheets, and WPS.

快速答案

Remove query string from url in marketplace export text.

统一公式

ExcelWPS
=IFERROR(TEXTBEFORE(A2, "?"), A2)
查看平台差异

Google Sheets

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

使用说明

需要定制版本?

相关公式