I'm not sure if this is even possible, but I have a bunch of URLs in column A that all start with https://www.mycompany.com/businessline/salespeople and then end differently based on what page they land on. For example:
https://www.mycompany.com/businessline/salespeople/jsmith
https://www.mycompany.com/businessline/salespeople/rdonatello
https://www.mycompany.com/businessline/salespeople/office/chicago
https://www.mycompany.com/businessline/salespeople/office/amsterdam
https://www.mycompany.com/businessline/salespeople/product/widget
https://www.mycompany.com/businessline/salespeople/product/cog
In column B I want to isolate only the stuff after "salespeople". So I want column B to show me:
jsmith
rdonatello
office/chicago
office/amsterdam
product/widget
product/cog
Is there a formula that will do that for me? I can't do =RIGHT because the number of characters I need varies. Is there anything that will do it for me?
https://www.mycompany.com/businessline/salespeople/jsmith
https://www.mycompany.com/businessline/salespeople/rdonatello
https://www.mycompany.com/businessline/salespeople/office/chicago
https://www.mycompany.com/businessline/salespeople/office/amsterdam
https://www.mycompany.com/businessline/salespeople/product/widget
https://www.mycompany.com/businessline/salespeople/product/cog
In column B I want to isolate only the stuff after "salespeople". So I want column B to show me:
jsmith
rdonatello
office/chicago
office/amsterdam
product/widget
product/cog
Is there a formula that will do that for me? I can't do =RIGHT because the number of characters I need varies. Is there anything that will do it for me?