Hello ohh wise ones,
Simple question for some, but causing me difficulty,
I am trying to get the max date for a certain user without using an array formula,
i've got one sheet with userid's and dates
[TABLE="width: 500"]
<tbody>[TR]
[TD]Userlogin[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/22/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula which will give me the max date for a user WITHOUT using an array formula,
I userstand that =max(criteria=criteriarange, value) will give me the correct answer, however,
1. firstly an array does not re populate automatically
2. i am getting an error from excel saying it has ran out of resources
3. it causes performance issues on the workbook.
Any ideas?
Plsss
Simple question for some, but causing me difficulty,
I am trying to get the max date for a certain user without using an array formula,
i've got one sheet with userid's and dates
[TABLE="width: 500"]
<tbody>[TR]
[TD]Userlogin[/TD]
[TD]Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/22/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][TABLE="width: 68"]
<tbody>[TR]
[TD="class: xl63, width: 68, align: right"]4/21/2014[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
I would like a formula which will give me the max date for a user WITHOUT using an array formula,
I userstand that =max(criteria=criteriarange, value) will give me the correct answer, however,
1. firstly an array does not re populate automatically
2. i am getting an error from excel saying it has ran out of resources
3. it causes performance issues on the workbook.
Any ideas?

Plsss