+ Reply to Thread
Results 1 to 8 of 8

retrieve multiple cells with identical cell next to it

Hybrid View

Perkett21 retrieve multiple cells with... 02-03-2012, 01:21 PM
NBVC Re: retrieve multiple cells... 02-03-2012, 02:30 PM
Perkett21 Re: retrieve multiple cells... 02-10-2012, 11:58 AM
NBVC Re: retrieve multiple cells... 02-10-2012, 12:05 PM
Perkett21 Re: retrieve multiple cells... 02-10-2012, 12:33 PM
NBVC Re: retrieve multiple cells... 02-10-2012, 12:40 PM
Perkett21 Re: retrieve multiple cells... 02-10-2012, 12:55 PM
NBVC Re: retrieve multiple cells... 02-10-2012, 01:06 PM
  1. #1
    Registered User
    Join Date
    02-03-2012
    Location
    ATL, GA
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: retrieve multiple cells with identical cell next to it

    This is kind of making sense but I am having trouble applying it to what I need.
    What I need to do is extract all of the information from messy data and put it into a nice table.
    In the example file I have here, I want to get out every timestamp (Column F) where "start" comes up in
    the D column. and I want to do this for every single "Start".
    After this I am going to do that for every value field in column D- but that is just replacing what I am looking for.
    If you could look into a bit more, I would greatly appreciate it.
    Thank you so much!

    examplesearch.xlsx

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

    Re: retrieve multiple cells with identical cell next to it

    I used this formula in Sheet2:

    =IFERROR(INDEX(Sheet1!$F$1:$F$31,SMALL(IF(Sheet1!D1:D31="Start",ROW(Sheet1!$D$1:$D$31)-ROW(Sheet1!D1)+1),ROWS($A$2:$A2))),"")
    confirmed with CTRL+SHIFT+ENTER and copied down.
    Attached Files Attached Files
    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.

+ 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