+ Reply to Thread
Results 1 to 3 of 3

Return latest date Part repair information from an array

  1. #1
    Forum Contributor
    Join Date
    04-20-2011
    Location
    Birmingham, England
    MS-Off Ver
    Excel 2007
    Posts
    121

    Return latest date Part repair information from an array

    I have a list of spare part repairs. Column A Repair date, Column B Part reference, Column C repair information. The same Part reference can appear in the list at subsequent repair dates.

    How would I look up the array and return the latest date repair information from Column C.

    Help appreciated

    M

    ps dummy file attached for clarification. Red text is the wanted result.
    Attached Files Attached Files
    Last edited by Martin Chamberlin; 05-15-2014 at 04:17 PM. Reason: Simplify request
    Chambo1160

  2. #2
    Valued Forum Contributor
    Join Date
    03-20-2011
    Location
    UK
    MS-Off Ver
    Excel 2007/10/16
    Posts
    840

    Re: Return latest date Part repair information from an array

    Hi

    Try this Cell E2
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Cell F2
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    This is a array formula!! Copy both formulas and paste it excel wookbook!! Then press Ctrl+Shift+Enter same time!! Not just Enter ok.

    Regard
    micope21
    To help you by my post? it would be nice to click on to say "Thank you".
    If you are happy with a solution to your problem?
    Click Thread Tools above your first post,
    select "Mark your thread as Solved".

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Return latest date Part repair information from an array

    Assuming the latest date is the bottom-most date...

    Data Range
    A
    B
    C
    D
    E
    F
    1
    Repair Date
    Part Ref
    Repair information
    2
    2/1/2013
    Shaft 1
    Torn
    Shaft 1
    9/26/2013
    Snapped
    3
    6/7/2013
    Key 2
    Damaged
    4
    7/11/2013
    Drive 4
    Broken
    5
    7/14/2013
    Shaft 1
    Bent
    6
    9/26/2013
    Shaft 1
    Snapped
    7
    12/12/2013
    Drive 1
    Jammed


    This formula entered in E2:

    =LOOKUP(2,1/(B2:B7=D2),A2:A7)

    Format as Date

    This formula entered in F2:

    =LOOKUP(2,1/(B2:B7=D2),C2:C7)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ 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] Return the value from the row with latest date
    By G.Bregvadze in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-12-2013, 09:14 AM
  2. [SOLVED] Return an array which changes according to latest date in heading at the top of table
    By David Brown in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 03-21-2013, 07:16 AM
  3. [SOLVED] Return latest Date from cell containing several dates?
    By Motox in forum Excel General
    Replies: 2
    Last Post: 09-10-2012, 07:26 AM
  4. [SOLVED] Latest date within a conditional array...!!!
    By pavan210 in forum Excel General
    Replies: 12
    Last Post: 04-26-2012, 03:12 PM
  5. Excel 2007 : Lookup a value and return the latest date
    By pinkshirt in forum Excel General
    Replies: 4
    Last Post: 07-04-2011, 06:13 AM

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