Reputation: 1
Is this possible to change any column entry of a google sheet as shown in the pictures? Example
I want to change the above entries of Column C to the entries shown in the below picture.
Please post me a way to do that anyhow.
Upvotes: 0
Views: 31
Reputation: 1
try:
=INDEX(IFERROR(REGEXEXTRACT(A1:A, "^(?:https?:\/\/)?(?:www\.)?([^\/]+)")))
Upvotes: 1