+ Reply to Thread
Results 1 to 2 of 2

get column number from a row with numbers and tect in different cells

  1. #1
    Registered User
    Join Date
    11-16-2015
    Location
    USA
    MS-Off Ver
    Window 7
    Posts
    28

    get column number from a row with numbers and tect in different cells

    I have a row with different text and numbers in different columns. I want to get the first column number which contains a number from the row.
    C1 C2 C3 C4 C5 C6
    Extrusion SAPA 8 windsor 37.81 farminton

    from the above table i want the formula to find out first number in the row which is 8 and give the column number which is 3.

    Thank you !
    Last edited by Raja10; 09-15-2017 at 09:46 AM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: get column number from a row with numbers and tect in different cells

    If your range is A1:F1, try this

    =MATCH(TRUE,INDEX(ISNUMBER(A1:F1),0),0)

+ 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. [SOLVED] Count number of cells that contain numbers based on another column
    By DarrenCl in forum Excel General
    Replies: 11
    Last Post: 09-08-2016, 07:22 AM
  2. Replies: 3
    Last Post: 08-01-2016, 10:31 AM
  3. Count number of clusters of numbers within a column of numbers
    By SEABOND in forum Hello..Introduce yourself
    Replies: 3
    Last Post: 08-01-2016, 09:34 AM
  4. Replies: 5
    Last Post: 07-23-2015, 08:38 AM
  5. Tect to Columns
    By M-Tommo in forum Excel General
    Replies: 2
    Last Post: 02-19-2015, 07:07 AM
  6. I would like A1 to auto fill with a specific tect if 3 other cells contain specific text
    By Mattyevs1000 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 01-09-2014, 03:35 PM
  7. Replies: 9
    Last Post: 11-13-2012, 02:37 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