+ Reply to Thread
Results 1 to 5 of 5

Pull numeric from text

  1. #1
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,695

    Pull numeric from text

    spoons (6)
    Tea spoons (6)
    forks (6)
    knives (6)
    Can opener (1)
    Chopping board (1)
    Frying pan (1)
    Plates (6)
    Mugs (6)
    Glasses (6)

    I got this on a1 downwards , need formula on b1 to give me those numerics

  2. #2
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,695

    Re: Pull numeric from text

    expected result will be

    6
    6
    6
    6
    1
    1
    1
    6
    6
    6

  3. #3
    Registered User
    Join Date
    11-06-2019
    Location
    Jakarta
    MS-Off Ver
    Office 360
    Posts
    2

    Re: Pull numeric from text

    =abs(value(right(a1;3)))

  4. #4
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Pull numeric from text

    in your sample no numbers are greater than 1 digit however they could be?

    =MID(A1,SEARCH("(",A1,1)+1,LEN(A1)-SEARCH("(",A1,1)-1)*1

    if you want it as a number

  5. #5
    Forum Contributor
    Join Date
    01-04-2014
    Location
    East Africa
    MS-Off Ver
    MS OFFICE 2013 PRO PLUS
    Posts
    3,695

    Re: Pull numeric from text

    davsth yours working , thank you

+ 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. Copy and fill down a numeric+text value but dont change numeric value
    By HaroonSid in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-15-2017, 02:34 PM
  2. [SOLVED] Pull first numeric characters
    By makinmomb in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-09-2015, 04:07 AM
  3. Formula to pull in Text Value associated with Maximum numeric value
    By Greenbay125 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 06-02-2014, 02:22 PM
  4. [SOLVED] Pull numeric value from text string.
    By Sam Capricci in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 12-05-2013, 02:03 PM
  5. Pull out a part of numeric cell
    By Anibha Jain in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 06-01-2013, 11:06 PM
  6. How do I pull just the numeric characters in a cell?
    By punter in forum Excel General
    Replies: 4
    Last Post: 08-01-2006, 04:49 PM
  7. Replies: 4
    Last Post: 02-06-2006, 03:05 AM

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