Automatically attaching specified suffixes to text in Excel -


i trying come way attach specified suffix string of text in excel, when matches string.

example:

i have list contains several domains:

xyz.blogspot.com, abc.blogspot.co.uk, edf.blogspot.co.jp 

for each of these, want strip off suffix (.com, .co.uk etc) , apply new suffix list have (.com, .co.uk, .co.jp, .in, .br etc).

the idea when see xyz.blogspot.com, can instantly , automatically create possible variations of domain name.

any appreciated, thanks.

i have feeling not suit (but seems answer question):

=left($a2,len($a$1)+find($a$1,a2)-1)&b$1   

copied across , down suit.

so22485173 examle


Comments

Popular posts from this blog

basic authentication with http post params android -

vb.net - Virtual Keyboard commands -

How to get multiresult with multicondition in Sql Server -