Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'm trying to write a function which returns the quantity purchased
from the most recent order given a list of customers, order dates, and quantities. Input would look like this: Customer # Order date Quantity 1 3/5/06 2 1 4/12/06 5 1 5/19/06 4 2 1/3/06 3 2 4/5/06 4 3 2/12/06 2 3 3/19/06 1 3 5/22/06 7 Results would look like: Customer # Most Recent Order Quantity 1 5/19/06 4 2 4/5/06 4 3 5/22/06 7 I've been trying to use INDEX(MATCH) but have not been successful, probably because its the Friday of a long weekend. Thanks again for everyone's help - Happy 4th. JC |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
matching data from column b | Excel Worksheet Functions | |||
Fuzzy matching data | Excel Discussion (Misc queries) | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
Only text values matching using index/match lookup - data type pro | Excel Worksheet Functions | |||
Matching data in one column to another | Excel Worksheet Functions |