Finding earliest time, per person, per day

FurRobotic

New Member
Joined
Feb 18, 2022
Messages
4
Office Version
  1. 2016
Platform
  1. Windows
I have a data set with three columns, Name, Date, and Time. There are some Names with 2 or more timestamps on the same day but all I need is the earliest time stamp to report on. Without using a pivot table I was wondering if there was a formula I could use that will be able to tell me the earliest time stamp per name, per day

Cardholder NameDateTime
Employee 112/1/202110:09:26
Employee 112/1/202118:54:24
Employee 112/2/20218:53:04
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi & welcome to MrExcel.
How about
+Fluff 1.xlsm
ABCDEFGH
1Cardholder NameDateTime
2Employee 112/01/202110:09:26Employee 112/01/202110:09:26
3Employee 112/01/202118:54:24Employee 112/02/202108:53:04
4Employee 112/02/202108:53:04
5
6
Primary
Cell Formulas
RangeFormula
H2:H3H2=AGGREGATE(15,6,$C$2:$C$100/($A$2:$A$100=F2)/($B$2:$B$100=G2),1)
 
Upvote 0
Thank you! That formula looks like it will work, I was just curious how you generated cells F2 and G2 (the data set I have it around 1500 rows with a large number of employees)
 
Upvote 0

Forum statistics

Threads
1,215,467
Messages
6,124,985
Members
449,201
Latest member
Lunzwe73

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