Query - Unique and most recent

Fredek

Board Regular
Joined
Mar 8, 2011
Messages
65
Hi guys,

I would like to create a query that will deliver:

1. KRI_ID
2. DataDate
3. KRI Value

The difficulty is that I would like it to bring back each KRI_ID only once - only selecting the record with the most recent date available by using the DataDate field.

Any idea how I can get the query to do this?
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
You can do this in a series of two queries:

1. Create an Aggregate (Totals) Query. This query should only have the KRI_ID and DataDate fields in them. Click on the Totals button, and change the "Group By" phrase under the "DataDate" field to "Max".

2. Create a second query, joining your first query back to your original table on BOTH the KRI_ID and DataDate fields, and returning whatever table fields you desire.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,551
Members
449,088
Latest member
davidcom

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top