Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Most recent receipt date for an item

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Most recent receipt date for an item

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Most recent receipt date for an item

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Most recent receipt date for an item

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pivot table: Most recent price for an item? Pierre Excel Worksheet Functions 3 January 3rd 08 09:35 PM
Most recent price per item KatV Excel Worksheet Functions 0 January 20th 07 03:05 PM
most recent date excelFan Excel Discussion (Misc queries) 1 December 21st 06 02:57 PM
Looking up the most recent date CatatonicBug Excel Worksheet Functions 3 September 8th 06 08:46 PM
clipboard in Excel collects but will only paste most recent item Gregory1558 Excel Discussion (Misc queries) 1 May 17th 05 06:35 PM


All times are GMT +1. The time now is 07:29 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"