Hello all,
I have found how to find the second newest date using the Large function. However it only works when there is only one instance of the date. I have a table with were each date is recorded three times for three different products. When I use =Large(A:A, 2) it returns the max date as the bottom three rows of the table have that.
My table looks something like this:
[TABLE="width: 200"]
<tbody>[TR]
[TD]Week[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 3[/TD]
[/TR]
</tbody>[/TABLE]
Any thoughts or suggestions are appreciated.
Thanks,
Brent
I have found how to find the second newest date using the Large function. However it only works when there is only one instance of the date. I have a table with were each date is recorded three times for three different products. When I use =Large(A:A, 2) it returns the max date as the bottom three rows of the table have that.
My table looks something like this:
[TABLE="width: 200"]
<tbody>[TR]
[TD]Week[/TD]
[TD]Product[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]8/28/2016[/TD]
[TD]Product 3[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 1[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 2[/TD]
[/TR]
[TR]
[TD]9/4/2016[/TD]
[TD]Product 3[/TD]
[/TR]
</tbody>[/TABLE]
Any thoughts or suggestions are appreciated.
Thanks,
Brent