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.

Comments
Post a Comment