Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Since the key is Person X try this:
This data is in the range A2:C4 10/10/06 Person 1 15 10/10/06 Person 2 25 15/10/06 Person 1 10 A10 = Person 1 A11 = Person 2 Enter this formula in B10 as an array using the key combination of CTRL,SHIFT,ENTER (not just ENTER): =MAX(IF(B$2:B$4=A10,A$2:A$4)) Enter this formula in C10 as an array using the key combination of CTRL,SHIFT,ENTER (not just ENTER): =INDEX(C$2:C$4,MATCH(1,(B$2:B$4=A10)*(A$2:A$4=B10) ,0)) Select both B10 and C10 and copy down as needed. Biff "sarahmarsden" wrote in message ups.com... Hello, I have a list as follows, and I would like to get the lastest Number Ordered for each Person based on the date. Date Person Order 10/10/06 Person 1 15 10/10/06 Person 2 25 15/10/06 Person 1 10 ie I would like to see the following as a result Date Person Order 10/10/06 Person 2 25 15/10/06 Person 1 10 Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
selection based on a date in a cell | Excel Discussion (Misc queries) | |||
Function to calculate based on a portions of a number | Excel Worksheet Functions | |||
select cell based on a number in another cell | New Users to Excel | |||
Formula to return cell contents based on multiple conditions | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |