If you go to the Data tab, click on it you will see a button called Text to Columns. it is fairly self explanatory once clicked on. You want the "Delimited" option.
If you go to the Data tab, click on it you will see a button called Text to Columns. it is fairly self explanatory once clicked on. You want the "Delimited" option.
Use the LEN function to return the length of the name including the country.
In the next cell deduct 5 from the value of LEN (3 letters + 2 brackets)
Use the LEFT function to give you the text minus the 5 characters removed:
Horses name in cell A1 FORUMITE (IRE) In B1 formula is LEN (A1) = 14 In C1 formula =(B1-5) = 9 In D1 formula is =LEFT (A1,C1) = FORUMITE (the first 9 characters of A1)
Use the LEN function to return the length of the name including the country.In the next cell deduct 5 from the value of LEN (3 letters + 2 brackets)Use the LEFT function to give you the text minus the 5 characters removed:Horses name in cell A1 FORUM
Text to Columns tab, Delimited, Delimiters "Other" use the first bracket (. Job done, delete the column with the country codes in if not required.
That seems overly complicated to me.Text to Columns tab, Delimited, Delimiters "Other" use the first bracket (. Job done, delete the column with the country codes in if not required.
just use find and replace it's a lot easier than all the faffing around
press control + H together , where it says Find what: stick in (*) then press the button sayng Replace All
just use find and replace it's a lot easier than all the faffing aroundpress control + H together , where it says Find what: stick in (*) then press the button sayng Replace All
Problem with text to columns is you may have other data in the next columns, Equimine.co.uk.
Sometimes having only a limited knowledge of excel is a bonus , Compound Magic :)
Problem with text to columns is you may have other data in the next columns, Equimine.co.uk.Sometimes having only a limited knowledge of excel is a bonus , Compound Magic :)
Well i've always used that method equimime,just 6 clicks does it including add/remove column. But as far as I can tell the 'dont import column' option just leaves you with the suffix, and not the horse name. And you do have to reset it afterwards otherwise it will do text to columns removing brackets for anything else you copy and paste on the sheet.
Well i've always used that method equimime,just 6 clicks does it including add/remove column.But as far as I can tell the 'dont import column' option just leaves you with the suffix, and not the horse name. And you do have to reset it afterwards oth
You are making sure you don't import the "suffix" column, not the original column which would have the horse name in the case requested. The copy paste scenario is certainly nothing I have come across.
sandcYou are making sure you don't import the "suffix" column, not the original column which would have the horse name in the case requested.The copy paste scenario is certainly nothing I have come across.