+ Reply to Thread
Results 1 to 4 of 4

Find A Date

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664

    Find A Date

    Hi all,

    Wonder if anyone can help with this one. I've been trying various INDEX/MATCH combinations, but currently no joy.

    On one sheet ('Overview') I have a row with a number of dates in the cells (B4:H4). Each column has a project stage title (B3:H3).

    On another ('Detail') I want Excel to look at a date and find which project stage this is part of. For example, in 'Detail' I might have the date 1/12/2008. On the 'Overview' page this date might fall under the 'Send Drawings To Contractor' stage, even though this stage begins on 15/11/2008. and the next stage begins 10/12/2008.

    I've attached an example of the sheet I'm putting together - hope it makes things clearer.

    TIA,

    SamuelT
    Attached Files Attached Files
    Last edited by SamuelT; 12-10-2008 at 09:52 AM.

  2. #2
    Forum Contributor
    Join Date
    10-11-2007
    Location
    Sweden
    MS-Off Ver
    365
    Posts
    251
    I hope this works! See attached file.
    Attached Files Attached Files

  3. #3
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,719
    Steve's suggestion may be all you require but if you need to also match "Site 1", i.e. because you can't guarantee the row order, you could use this version

    =LOOKUP(B4,INDEX(Overview!B$4:H$13,MATCH(A4,Overview!A$4:A$13,0),0),Overview!B$3:H$3)

  4. #4
    Valued Forum Contributor
    Join Date
    09-23-2005
    Location
    Bristol, UK
    MS-Off Ver
    2007
    Posts
    664
    Thanks chaps - both working as required. (Not quite sure why my INDEX/MATCH wasn't working - ho hum).

+ 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