URLTEXT
Description
Returns, as a string, the anchor text component of a URL.
Syntax
URLTEXT(
url
)
- url: The URL, typically the output of the URL function.
Example
Formula | Result |
|---|---|
=URLTEXT(URL("http://www.workday.com","Workday")) | Workday (as plain text) |