+ Reply to Thread
Results 1 to 3 of 3

searching a column and returning a value

  1. #1
    Registered User
    Join Date
    02-08-2007
    Posts
    11

    searching a column and returning a value

    Hello,

    I apologize for my ignorance but I am hoping that someone will be able to tell me how I can do the following. On Sheet2, I have columns of that pick out timing information from an experiment I conducted. Each column contains only a single value but that value could be anywhere in the column between rows 1 and 850, and the location of the value changes between columns, and between datasets. I would like to write a formula on Sheet3 that will put all the timing information in the same column and in row 1 so that I can sort it more easily. Is it possible to write a formula that can perform this function, or is there another way to accomplish this?

    I hope this makes sense. Please let me know if any further information is required.

    Thank you very much,

    Paul

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678

    Re: searching a column and returning a value

    You're more likely to get a useful response if you post an example workbook and show desired results.
    Entia non sunt multiplicanda sine necessitate

  3. #3
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885

    Re: searching a column and returning a value

    The following might be what you're after. In sheet3 cell A1 put the array formula:

    =INDEX(Sheet1!A:A,MATCH(TRUE,Sheet1!A:A<>"",0))

    After typing that formula you must press CTRL+SHIFT+ENTER. When done properly Excel will automatically insert braces around the formula.

    Copy that across as many columns as you need. It will search each column from Sheet1 for the first cell that has a value and show it to you.

+ 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