trim

  1. bs0d

    Txt To Columns Correction

    Sometimes I receive data that has a text to columns bust. Assume a list of accounts are in column A, and column B has numbers. In some cases with very large numbers, the first digit of the value for column B will be the last character in column A. I could detect accounts where this happened...
  2. A

    Remove always the same characteres from differents texts

    Hello, I Have the below kind ot text that repeats over 100-200 lines: 8-LL-001D-RJS / MSIAG-01 - (GI) 1 tramo - ESPECIAL 8-LL-014D-RJS / MSIAG-02 -(GI) 1 tramo - FL 3-RJS-739 (PO) - 7 tramos and many other "X-XX-XXX - X tramos" I need a new text which is always the words left to the left of...
  3. D

    Clean and Trim Data from a column without removing alt-enter.

    Hey, As my last post regarding is not addressed I am posting this again. I want to clean (removing non-printable character) and trim (removing extra spaces at the beginning and end) my data in selection within a column. As the clean function also remove alt-enter, I want alt-enter to be...
  4. D

    Clean and Trim data from a column

    Hi, I am trying to clean or trim my data in a column. My objective is to remove all non-printable characters and also the leading and tailing extra spaces or the ALT-enters. The code I have written also removes ALT-enters in the middle of the data :(. Please find my code below: Sub CleanTrim()...
  5. K

    Return text string after the first alphabetical character

    Hi, I have a file that exports out of a system as text, the format of the lines are all slightly different and will show as: | PRJ 001 | -- WBS 002 | ---| WBS 003 |--||| WBS 004 |--|||--WBS 005 I would like to trim everything to the left of the first letter but I am struggling to find a way...
  6. B

    Get Last ID from string using formula

    Hi all, I need to extract an ID number from this piece of text...
  7. A

    Extract only 3 consecutive numbers from string

    I need to search a text string, find 3 consecutive numbers in a row, then extract the first two characters. I have given an example below. The 3 consecutive numbers will always be between "-" but the occurrence of "-" will vary. The numbers also might be stored as text within the string. The...
  8. H

    How to remove duplicate data (one of 100+ examples in my table: *Yunnan* & * Yunnan*)

    I have a data with a column full of duplicated values like the example in my title. I know we can use TRIM function to remove the space, but there are records like "South America" with a valid space so I can't apply TRIM for all. Also, there are so many examples like * Yunnan* that it is very...
  9. F

    Cut length of Vlookup results

    Would anyone know how to return only the first several digits of a vlookup value? I'm trying to save space by shrinking the columns and only having a portion of the lookup value. For example, my source data shows the table below. I would like to just pull in "Jones, Indiana". I've tried...
  10. N

    Pull Characters Around a Certain Character

    So I'm trying to pull data from a set. The info I need is the numbers around a decimal. <tbody> Have Need Intel Core 2.14 GHz 2.14 AMD Core 1.99 GHz 1.99 Intel Pentium 2.56 GHz 2.56 </tbody> I have been using the formula =MID(A1,FIND(".",A1,1),3) so I can get the numbers after the...
  11. L

    VBA Trim error

    Hei. I've been trying different things but I can't find what the issue is. When I use code below as is, I get run-time error -2147417848 (80010108). When I remove line 5 (the one with Trim function), it works ok. I test it manually adding spaces in from and after the text value in a cell. If...
  12. R

    Trim Function

    Hi, Could someone help me or point me in the right direction, I have this formula =LEFT(MID(A1,FIND("/",A1)+1,LEN(A1)),FIND("/",MID(A1("/",A1)+1,LEN(A1)))-1) It extracts the middle part of: 1113987 / TBA / Apples So the result will be TBA However I have a number of these which sometimes...
  13. J

    Remove Comma's from Cell

    I have values like this in the cell E6 1177,1178,,,,,1185,,,,,,1344,,,,,,1346,,,,,1251,,,1487,,,,,,1488,,,,,1489,,,,,,1348,,,,,1481,,,,,1485,,,,,,1486 I want these values in separate rows on F column, what should be the formula ?
  14. E

    Trim a date

    Hi there, I have a long list of dates as presented in cell A1 below and would like to 'trim' it to only show the year in cell B1. Any assistance would be gratefully received as the list is very long! Regards Ben <colgroup><col width="35" style="width: 26pt; mso-width-source: userset...
  15. K

    Get rid of leading spaces, Trim and Clean doesn't work, Code shows 0

    Hi gurus, I've read many posts on various forum to solve the problems on the leading space(or space-like stuff), but after trying many functions, including Trim(), Trim(Clean()),Code(Left()), and other ways, I still cannot get rid of it... Originally I pasted these from a word document, and...
  16. D

    Remove Trailing Semicolons

    I found the following formula for removing trailing commas on this site: Sub RemoveTrailingCommas_Version1() Dim Cell As Range For Each Cell In Selection Cell.Value = Replace(Replace(RTrim(Replace(Replace(Cell.Value, " ", Chr(1)), ",", " ")), " ", ","), Chr(1), " ") Next End Sub I...
  17. P

    VBA: Trim Headers from Multiple Excel files

    Hello! New to this forum. I am looking for a code in VBA to automatically trim headers from 12 different Excel files that I receive once a week by Outlook. I already have code written in Outlook to automatically download these Excel files from Outlook onto a network server.. I need the macro...
  18. C

    Substitute and Trim Issue

    Hi, I am currently trying to pick out our order numbers beginning 'RVW0' from cells with long strings of text. I have succeeded so far... however! Some idiot has been using underscores and now they're messing up my sheets! I need my formula to ignore everything either side of the order number...
  19. A

    Amazon links ASIN

    https://www.amazon.com/Gerber-Sundress-Bloomer-Sailboats-Months/dp/B06X9R9KRG/ref=sr_1_1?s=apparel&ie=UTF8&qid=1499285599&sr=1-1&nodeID=7628012011&psd=1&keywords=baby+girl+clothes I want to have a formula to locate the "dp" in this link and than count 11 characters Results of the formula...
  20. Z

    Trim text to get a number

    Hey guys, hope you all are well. My sheet - I got - is a big mess. in the cells there is a full sentence with some numbers which I want to get, for instance: TEXT Fee: 123$ MORE TEXT Rate: 456$ MORE TEXT The sentences never have the same length and never the same text Main Problem: How...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top