Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sorry, I'm new to this forum and could not find the option to upload a sample
file. But please see the below sample layout of my data: SHEET 1 shows the vendor numbers (column A) and their corresponding worked dates (column B). SHEET 2 is where I need to display the "most recent worked dates" (column B) for each vendor. Thanks to everyone for your help! ***** SHEET 1 ***** Vendor Date Worked ------ ----------- 1-00004 11/28/2008 1-00004 11/25/2009 1-00005 11/26/2008 1-00005 11/23/2009 1-00007 12/19/2008 1-00010 12/2/2009 1-00013 2/13/2009 1-00013 2/19/2010 1-00014 9/24/2008 1-00014 12/30/2008 1-00014 10/2/2009 1-00014 10/29/2009 1-00015 8/6/2008 1-00015 1/20/2009 1-00016 12/23/2008 1-00016 1/24/2010 ***** SHEET 2 ***** Vendor Most Recent Worked Date ------ ---------------------- 1-00004 1-00005 1-00006 1-00007 1-00008 1-00010 1-00011 1-00012 1-00013 1-00014 1-00015 "Mike H" wrote: Hi, You should always provide information on your data layout to avoid the need for us to guess. This assumes vendor in column A and dates in column B. This is an ARRAY formula. Vendor being looked up in C1 =MAX(IF(A1:A100=C1,B1:B100)) This is an array formula which must be entered by pressing CTRL+Shift+Enter 'and not just Enter. If you do it correctly then Excel will put curly brackets 'around the formula {}. You can't type these yourself. If you edit the formula 'you must enter it again with CTRL+Shift+Enter. -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "BrightRed" wrote: Hi, I have a list of vendors, each having done work on several different dates. I need to find each vendor's latest worked date and display them on a separate worksheet. Is using a MAX inside VLOOKUP the right approach to this problem? Can this be done without adding additional columns? Please advice and thanks for you help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I use VLOOKUP to nest more then 7 IF statements? | Excel Discussion (Misc queries) | |||
Can you combine VLOOKUP with a nest HLOOKUP? | Excel Discussion (Misc queries) | |||
Syntax to Nest ISERROR with a VLookup | Excel Worksheet Functions | |||
Nest vlookup within large function | Excel Worksheet Functions | |||
HOW DO I NEST THE VLOOKUP FUNCTION WITH THE LEFT FUNCTION | Excel Worksheet Functions |