Comments on: How to remove text and leave numbers in Excel or vice versa

Imagine this: you receive raw data for analysis and find out that numbers are mixed with text in one column. In most cases, it will certainly be more convenient to have them in separate columns for closer examination. Continue reading

Comments page 2. Total comments: 52

  1. Hi, I'm using the RemoveText custom function but it doesn't preserve decimals. For example, 950.43 becomes 95043. Is there a way to save the decimals?

  2. Thanks! That worked perfectly!

  3. Hello,

    It's the perfect solution. How to make an empty cell for the blank cell? Since we drag the formula down, the empty cell grabs some wired string and special character.

    Thank you!

    1. Hi Evan,

      Nest your formula in the IF function like this:

      =IF(A2="", "", your_formula)

      Where A2 is the cell with the original data.

  4. Hi Svetlana,
    This is such a cool example; thank you for providing it. In my data I am trying to pull out numeric value from my text which is listed for example as 70 MPH. There could be other numeric values after the MPH but I dont want those. Can this formula be adjuster to only pull the numberic value before MPH? Thanks!

    1. Hello!
      Try to substitute this expression in the formula instead of A2:

      LEFT(A2,SEARCH("MPH",A2)-1)

      I hope it’ll be helpful.

  5. Hi Svetlana,

    what is the software you use to highlight your images in all your articles?

    Kind regards

    1. Hi Sukumar,

      It's FastStone Capture.

      1. Thank you
        Regards

Post a comment



Thank you for your comment!
When posting a question, please be very clear and concise. This will help us provide a quick and relevant solution to
your query. We cannot guarantee that we will answer every question, but we'll do our best :)