how strip links
uyus62
✭✭
How i can strips links in next sheet
Let Me give you example :https://petseatable.com/what-do-beavers-eat/
wanted to strip this and just write petseatable.com in next column.
How i can do this?
Answers
-
This is how I would do it, the formula in the last column is the only one needed, the others show how it works:
=FIND("//", [Primary Column]@row)
=FIND("/", [Primary Column]@row, 9)
=FIND("/", [Primary Column]@row, FIND("//", [Primary Column]@row) + 2)
=MID([Primary Column]@row, [Find //]@row + 2, [Find / Ver 2]@row - [Find //]@row - 2)
=MID([Primary Column]@row, [Find //]@row + 2, FIND("/", [Primary Column]@row, FIND("//", [Primary Column]@row) + 2) - FIND("//", [Primary Column]@row) - 2)
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives