+ Reply to Thread
Results 1 to 5 of 5

Find first numeric value in a row.

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Find first numeric value in a row.

    Can someone help me write a statement that identifies the first numeric value in row 3 (8.56)?

    Thanks
    Attached Files Attached Files
    Last edited by rhudgins; 06-08-2010 at 11:07 AM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Find first numeric value in a row.

    Try:

    =INDEX(C3:Q3,MATCH(TRUE,INDEX(ISNUMBER(C3:Q3),0),0))
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Re: Find first numeric value in a row.

    Thanks. How can I change it to search every column in row 3 rather then stop at column Q?

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Find first numeric value in a row.

    Try:


    =INDEX(3:3,MATCH(TRUE,INDEX(ISNUMBER(3:3),0),0))

  5. #5
    Forum Contributor
    Join Date
    01-05-2010
    Location
    New York
    MS-Off Ver
    Excel 2016
    Posts
    747

    Re: Find first numeric value in a row.

    thanks. perfect!

+ 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