I'm looking for a way to find work log entries made by unique users and then count the number of entires made. Work log entires are saved as seen below with a time stamp followed by a users login name. The next line then shows the state they are from. The next line(s) would contain that users update.
10/12/2006 8:22:46 AM DaveA
Missouri
Please run test.
10/12/2006 8:23:03 AM JohnB
California
Running test right now.
10/12/2006 8:23:19 AM MikeC
California
Test completed.
10/12/2006 8:23:41 AM JohnB
California
Closing issue as test was completed.
10/12/2006 9:22:46 AM DaveA
Missouri
Issue Resolved.
I want a formula that looks for "California" and then goes to the previous line and grabs the users login name. In this example it would display:
JohnB (2 entries)
MikeC(1 entry)
Thanks again for your help.
10/12/2006 8:22:46 AM DaveA
Missouri
Please run test.
10/12/2006 8:23:03 AM JohnB
California
Running test right now.
10/12/2006 8:23:19 AM MikeC
California
Test completed.
10/12/2006 8:23:41 AM JohnB
California
Closing issue as test was completed.
10/12/2006 9:22:46 AM DaveA
Missouri
Issue Resolved.
I want a formula that looks for "California" and then goes to the previous line and grabs the users login name. In this example it would display:
JohnB (2 entries)
MikeC(1 entry)
Thanks again for your help.