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

ABC
2LogEmp IDLATEST
319603444
427751326
532217317
649603444
757751326
869603444
977751326
1082217317TRUE
1199603444
12109603444
13119603444
14129603444
15137751326
16149603444
17157751326TRUE
18169603444
19179603444TRUE
Sheet1

<tbody>
</tbody>
 
Last edited:

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
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,216,146
Messages
6,129,134
Members
449,488
Latest member
qh017

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