Daniel Valle
New Member
Hi,
I have a table with many parts numbers with a date, some part numbers is repeated, with several dates, but I need to get the quantity of last date
I want to call a specific part number and get the quantity of last date
Example: If I want to pick 627622036B the result must be 20
Part Number Date Qty
6272649W6C 9/15/2015 20
6272649W6C 9/20/2015 25
627379400C 9/15/2015 30
627379400C 9/20/2015 25
627379400C 9/21/2015 20
627622036B 9/15/2015 15
627622036B 9/20/2015 30
627622036B 9/25/2015 15
627622036B 9/26/2015 20
6282010BMD 9/15/2015 35
6282010BMD 9/17/2015 45
6282010BMD 9/20/2015 50
Thank you
I have a table with many parts numbers with a date, some part numbers is repeated, with several dates, but I need to get the quantity of last date
I want to call a specific part number and get the quantity of last date
Example: If I want to pick 627622036B the result must be 20
Part Number Date Qty
6272649W6C 9/15/2015 20
6272649W6C 9/20/2015 25
627379400C 9/15/2015 30
627379400C 9/20/2015 25
627379400C 9/21/2015 20
627622036B 9/15/2015 15
627622036B 9/20/2015 30
627622036B 9/25/2015 15
627622036B 9/26/2015 20
6282010BMD 9/15/2015 35
6282010BMD 9/17/2015 45
6282010BMD 9/20/2015 50
Thank you