Identifying lastest/Lst Update in a list

basel_faulty

New Member
Joined
Sep 25, 2010
Messages
12
I have created a log where colleagues go in to update their preferences.
What i am looking to do is identify what line is the last update for any/all of the colleagues who have filled in.

As below i am looking to identify as i have in column C the line where these colleagues last updated?

Any ideas?

Cheers
B_F


<tbody>
[TD="class: xl65"][/TD]
[TD="class: xl65"]A[/TD]
[TD="class: xl65, width: 64"]B[/TD]
[TD="class: xl65, width: 64"]C[/TD]

[TD="class: xl65, width: 64"]2[/TD]
[TD="class: xl66, width: 64"]Log[/TD]
[TD="class: xl66, width: 64"]Emp ID[/TD]
[TD="class: xl66, width: 64"]LATEST[/TD]

[TD="class: xl65, width: 64"]3[/TD]
[TD="class: xl66, width: 64, align: right"]1[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]4[/TD]
[TD="class: xl66, width: 64, align: right"]2[/TD]
[TD="class: xl66, width: 64, align: right"]7751326[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]5[/TD]
[TD="class: xl66, width: 64, align: right"]3[/TD]
[TD="class: xl66, width: 64, align: right"]2217317[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]6[/TD]
[TD="class: xl66, width: 64, align: right"]4[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]7[/TD]
[TD="class: xl66, width: 64, align: right"]5[/TD]
[TD="class: xl66, width: 64, align: right"]7751326[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]8[/TD]
[TD="class: xl66, width: 64, align: right"]6[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]9[/TD]
[TD="class: xl66, width: 64, align: right"]7[/TD]
[TD="class: xl66, width: 64, align: right"]7751326[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]10[/TD]
[TD="class: xl66, width: 64, align: right"]8[/TD]
[TD="class: xl66, width: 64, align: right"]2217317[/TD]
[TD="class: xl66, width: 64, align: center"]TRUE[/TD]

[TD="class: xl65, width: 64"]11[/TD]
[TD="class: xl66, width: 64, align: right"]9[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]12[/TD]
[TD="class: xl66, width: 64, align: right"]10[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]13[/TD]
[TD="class: xl66, width: 64, align: right"]11[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]14[/TD]
[TD="class: xl66, width: 64, align: right"]12[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]15[/TD]
[TD="class: xl66, width: 64, align: right"]13[/TD]
[TD="class: xl66, width: 64, align: right"]7751326[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]16[/TD]
[TD="class: xl66, width: 64, align: right"]14[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]17[/TD]
[TD="class: xl66, width: 64, align: right"]15[/TD]
[TD="class: xl66, width: 64, align: right"]7751326[/TD]
[TD="class: xl66, width: 64, align: center"]TRUE[/TD]

[TD="class: xl65, width: 64"]18[/TD]
[TD="class: xl66, width: 64, align: right"]16[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl67, width: 64"][/TD]

[TD="class: xl65, width: 64"]19[/TD]
[TD="class: xl66, width: 64, align: right"]17[/TD]
[TD="class: xl66, width: 64, align: right"]9603444[/TD]
[TD="class: xl66, width: 64, align: center"]TRUE[/TD]

[TD="class: xl68"]Sheet1[/TD]

</tbody>
 
Last edited:

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
you could use a countif()
in C
put
=IF(COUNTIF(B3:B18,B2)=0, TRUE, "")
and copy down

Not as you copy down the range also changes - that is delibrate
 
Last edited:
Upvote 0
Not sure it's faster,probably it is...

In C2 enter and copy down:

=IF(A2=LOOKUP(9.99999999999999E+307,1/($B$2:$B$18=$B2),$A$2:$A$18),TRUE,"")
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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