+ Reply to Thread
Results 1 to 4 of 4

Locate numbers in a row and send them to a cell

Hybrid View

bklim Locate numbers in a row and... 05-24-2006, 07:22 AM
Guest Re: Locate numbers in a row... 05-24-2006, 07:35 AM
Guest Re: Locate numbers in a row... 05-24-2006, 08:15 AM
bklim Thanks alot to 2 of you, both... 05-25-2006, 02:49 AM
  1. #1
    Registered User
    Join Date
    06-13-2005
    Posts
    10

    Locate numbers in a row and send them to a cell

    Dear Experts, below is the excel worksheet and i have problem locating the numbers because the numbers are not in the standard column, some in B, some in C and D and the length of the numbers are not standard too, some 2, some 3 & 4 digits. If i want to send the numbers to specific column, let's say F, so that i can sort them later, is it possible?

    Thank you in advance!

    --A---B---C---D----E
    XYZ DEF 98 STU VCD

    QQQ 125 RTY VBN DRF

    ABC DEF RFT 0980 RFG

  2. #2
    Guest

    Re: Locate numbers in a row and send them to a cell

    Hi

    You could just use =SUM(A1:E1) which will ignore your text entries

    Hope this helps.
    Andy.

    "bklim" <bklim.28b7fn_1148469902.2833@excelforum-nospam.com> wrote in
    message news:bklim.28b7fn_1148469902.2833@excelforum-nospam.com...
    >
    > Dear Experts, below is the excel worksheet and i have problem locating
    > the numbers because the numbers are not in the standard column, some in
    > B, some in C and D and the length of the numbers are not standard too,
    > some 2, some 3 & 4 digits. If i want to send the numbers to specific
    > column, let's say F, so that i can sort them later, is it possible?
    >
    > Thank you in advance!
    >
    > --A---B---C---D----E
    > XYZ DEF 98 STU VCD
    >
    > QQQ 125 RTY VBN DRF
    >
    > ABC DEF RFT 0980 RFG
    >
    >
    > --
    > bklim
    > ------------------------------------------------------------------------
    > bklim's Profile:
    > http://www.excelforum.com/member.php...o&userid=24268
    > View this thread: http://www.excelforum.com/showthread...hreadid=545028
    >




  3. #3
    Ardus Petus
    Guest

    Re: Locate numbers in a row and send them to a cell

    Following array formula will return 1st number in each row:
    =INDEX(A1:E1,MATCH(TRUE,ISNUMBER(A1:E1),0))
    Vamidate with Ctrl+Shift+Enter, not just Enter

    HTH
    --
    AP

    "bklim" <bklim.28b7fn_1148469902.2833@excelforum-nospam.com> a écrit dans le
    message de news: bklim.28b7fn_1148469902.2833@excelforum-nospam.com...
    >
    > Dear Experts, below is the excel worksheet and i have problem locating
    > the numbers because the numbers are not in the standard column, some in
    > B, some in C and D and the length of the numbers are not standard too,
    > some 2, some 3 & 4 digits. If i want to send the numbers to specific
    > column, let's say F, so that i can sort them later, is it possible?
    >
    > Thank you in advance!
    >
    > --A---B---C---D----E
    > XYZ DEF 98 STU VCD
    >
    > QQQ 125 RTY VBN DRF
    >
    > ABC DEF RFT 0980 RFG
    >
    >
    > --
    > bklim
    > ------------------------------------------------------------------------
    > bklim's Profile:
    > http://www.excelforum.com/member.php...o&userid=24268
    > View this thread: http://www.excelforum.com/showthread...hreadid=545028
    >




  4. #4
    Registered User
    Join Date
    06-13-2005
    Posts
    10
    Thanks alot to 2 of you, both work the same and this is exactly what i want, expert

    Regards
    Last edited by bklim; 05-25-2006 at 02:54 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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