DrunknMunky14
New Member
- Joined
- Jun 4, 2014
- Messages
- 15
Hi guys,
I'm trying to get the last entry of data from my database per person.
The database looks a little like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Person[/TD]
[TD]Date of Entry[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1/1/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]1/1/2014[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]2/2/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]3/3/2014
[/TD]
[/TR]
</tbody>[/TABLE]
On a different sheet I want column 2 to look like this:
[TABLE="width: 400"]
<tbody>[TR]
[TD]A[/TD]
[TD]2/2/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]3/3/2014[/TD]
[/TR]
</tbody>[/TABLE]
Do I use a VLOOKUP, INDEX with SUMPRODUCT inside or something else completely?
I'm trying to get the last entry of data from my database per person.
The database looks a little like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Person[/TD]
[TD]Date of Entry[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]1/1/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]1/1/2014[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]2/2/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]3/3/2014
[/TD]
[/TR]
</tbody>[/TABLE]
On a different sheet I want column 2 to look like this:
[TABLE="width: 400"]
<tbody>[TR]
[TD]A[/TD]
[TD]2/2/2014[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]3/3/2014[/TD]
[/TR]
</tbody>[/TABLE]
Do I use a VLOOKUP, INDEX with SUMPRODUCT inside or something else completely?