Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Col A has a slew of part numbers with many of them repeated; Col B has
a transaction date for that item. On sheet 2, there's the list of items which appear in colum A on sheet 1 (none repeated on sheet 2). I'd like to populate ColumnB on sheet 2 with the most recent transaction date that matches up with the most recent transaction date in column B on sheet 1. Ideas? Pierre |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In Sheet2,
With unique part numbers in A2 down In B2, array-entered**: =MAX(IF(Sheet1!$A$2:$A$100=A2,Sheet1!$B$2:$B$100)) Format B2 as date, copy down ADapt the ranges to suit **Press CTRL+SHIFT+ENTER to confirm the formula instead of just pressing ENTER -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Pierre" wrote in message ... Col A has a slew of part numbers with many of them repeated; Col B has a transaction date for that item. On sheet 2, there's the list of items which appear in colum A on sheet 1 (none repeated on sheet 2). I'd like to populate ColumnB on sheet 2 with the most recent transaction date that matches up with the most recent transaction date in column B on sheet 1. Ideas? Pierre |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Feb 8, 4:20*pm, "Max" wrote:
In Sheet2, With unique part numbers in A2 down In B2, array-entered**: =MAX(IF(Sheet1!$A$2:$A$100=A2,Sheet1!$B$2:$B$100)) Format B2 as date, copy down ADapt the ranges to suit **Press CTRL+SHIFT+ENTER to confirm the formula instead of just pressing ENTER -- Max Singaporehttp://savefile.com/projects/236895 xdemechanik Max, looks great and works like a charm. Thanks much. Pierre |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Good to hear that, Pierre.
Thanks for feeding back. -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Pierre" wrote Max, looks great and works like a charm. Thanks much. Pierre |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table: Most recent price for an item? | Excel Worksheet Functions | |||
Most recent price per item | Excel Worksheet Functions | |||
most recent date | Excel Discussion (Misc queries) | |||
Looking up the most recent date | Excel Worksheet Functions | |||
clipboard in Excel collects but will only paste most recent item | Excel Discussion (Misc queries) |