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

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
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,821
Messages
6,121,755
Members
449,049
Latest member
excelknuckles

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