+ Reply to Thread
Results 1 to 2 of 2

Extracting only numbers from a column

  1. #1
    Registered User
    Join Date
    03-02-2015
    Location
    Arizona
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO
    Posts
    14

    Extracting only numbers from a column

    Let's say I have a column with data:

    rat
    35
    5
    yard
    dog
    4
    cat
    20
    3
    59

    I want to have a column that extracts only the numbers to make:

    35
    5
    20
    3
    59

    How can I do this?

    Edit: Never mind, found a way thank you
    Last edited by justinx; 11-25-2021 at 07:00 AM.

  2. #2
    Forum Contributor
    Join Date
    04-15-2013
    Location
    Singapore, Melbourne
    MS-Off Ver
    Office 365
    Posts
    167

    Re: Extracting only numbers from a column

    Please try this formula:
    =IFERROR(INDEX($A$1:$A$10,SMALL(IF(ISNUMBER($A$1:$A$10),ROW($1:$10)),ROW(A1))),"")

    if you are using Office 365, the formula is very simple
    =FILTER(A1:$A$10,ISNUMBER($A$1:$A$10))
    Row row row your boat
    Gently down the stream

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Extracting numbers from a text thread within an array and forming a column
    By Muntasib in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-09-2021, 03:31 AM
  2. [SOLVED] Extracting Round Numbers From Column
    By soleimani1967 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-11-2019, 09:24 AM
  3. Replies: 8
    Last Post: 05-20-2015, 10:25 AM
  4. Replies: 4
    Last Post: 03-20-2014, 01:39 PM
  5. Extracting numbers from a column that are evenly spaced (14 rows apart)
    By GeographyLucy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-10-2013, 10:37 AM
  6. Extracting Numbers from "4S, 2P, 8V" within a column.
    By tk357 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-01-2013, 05:42 PM
  7. Replies: 17
    Last Post: 03-03-2010, 06:55 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1