D
Dimitri de Failly
Hello,
I'm trying to do the following
I have a table with "purchase date", "item purchased", "vendor" and "price"
and would like to extract for each item and vendor the LAST price paid.
040101 ItemA VendorX 10$
040131 ItemA VendorX 11$
040215 ItemA VendorY 12$
040312 ItemA VendorY 13$
The result should be
040131 ItemA VendorX 11$
040312 ItemA VendorY 13$
Any thoughts ?
Thanks in advance for your help !!
ps: I have tried to run a pivot table view with a grouping by max but it
shows the last date (in my example 040312)
I'm trying to do the following
I have a table with "purchase date", "item purchased", "vendor" and "price"
and would like to extract for each item and vendor the LAST price paid.
040101 ItemA VendorX 10$
040131 ItemA VendorX 11$
040215 ItemA VendorY 12$
040312 ItemA VendorY 13$
The result should be
040131 ItemA VendorX 11$
040312 ItemA VendorY 13$
Any thoughts ?
Thanks in advance for your help !!
ps: I have tried to run a pivot table view with a grouping by max but it
shows the last date (in my example 040312)