+ Reply to Thread
Results 1 to 6 of 6

Find latest date when the name appeared either formula or vba multiple sheets

  1. #1
    Forum Contributor
    Join Date
    02-19-2013
    Location
    UK
    MS-Off Ver
    Excel 2019
    Posts
    677

    Find latest date when the name appeared either formula or vba multiple sheets

    Hi,

    I have 3 sheets in a work book.
    In column A, I enter the date in each sheet
    In Column G, I enter the name in each sheet

    I want to populate in 3rd sheet with latest date when the name had appeared.
    It is very tiring to type Lookup or Vlookup in each cell .( actual workbook there is too much of a data)
    Is there any easy way of doing it please?
    I have attached sample workbook
    Many thanks
    Kind regards
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: Find latest date when the name appeared either formula or vba multiple sheets

    Easy if you add help columns.
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    02-19-2013
    Location
    UK
    MS-Off Ver
    Excel 2019
    Posts
    677

    Re: Find latest date when the name appeared either formula or vba multiple sheets

    Hi JieJenn,
    You are very right. never thought of this before.
    Thanks very much for such a prompt reply and help.
    You made my day
    I have clicked * to express my gratitude.
    I am closing this one as solved.
    Again thanks a lot
    Kind Regards

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Find latest date when the name appeared either formula or vba multiple sheets

    Try this in B2, copied down...
    =MAX(INDEX(Sheet2!A:A,MATCH(Sheet3!A2,Sheet2!G:G,0)),INDEX(Sheet1!A:A,MATCH(Sheet3!A2,Sheet1!G:G,0)))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  5. #5
    Forum Contributor
    Join Date
    02-19-2013
    Location
    UK
    MS-Off Ver
    Excel 2019
    Posts
    677

    Re: Find latest date when the name appeared either formula or vba multiple sheets

    Hi FDibbins,
    This works like a magic and more easy one.
    Thanks for your kind help.
    You too have made my day
    I have clicked * to express my gratitude.
    Thanks again
    Kind regards

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Find latest date when the name appeared either formula or vba multiple sheets

    Happy to help and thanks for the feedback

+ 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. Formula for Value by Date & Find Number Count with Word on Multiple Sheets
    By mydragonstalents in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 09-20-2013, 06:29 PM
  2. Find the Latest Date
    By davidhale87 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-09-2013, 05:20 PM
  3. How do I find latest add sheets?
    By endy5 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-26-2013, 03:13 AM
  4. [SOLVED] Formula to find the latest date of a specified occurance
    By happyhorse in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-16-2013, 12:37 PM
  5. Replies: 1
    Last Post: 04-04-2012, 08:21 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