Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
RELATIVE_URL
Extracts a relative path from a url.
Parameter List
Syntax
RELATIVE_URL
(
url
)
url
The URL from which we want to extract a relative path.
Examples
Example 1
RELATIVE_URL("https://rows.com/integrations") returns /integrations
Example 2
RELATIVE_URL("rows.com/integrations") returns /integrations
Example 3
RELATIVE_URL("www.rows.com/integrations") returns /integrations
Example 4
RELATIVE_URL("https://rows.com/integrations/rows-company-search") returns /integrations/rows-company-search
Parameter List
Examples