sachinkapasi
New Member
Hi,
I have a series of data as follows:
Id Date
1 2/12/2013
2 3/12/2013
2 1/12/2013
1 4/1/2013
I have many such ids and dates.
I want to find the minimum and maximum date for each distinct uid
So the output can be like this:
Id Min Max
1 2/12/2013 4/1/2013
2 1/12/2013 3/12/2013
Can someone please suggest a macro code or a pseudo code even to do this
Thanks
I have a series of data as follows:
Id Date
1 2/12/2013
2 3/12/2013
2 1/12/2013
1 4/1/2013
I have many such ids and dates.
I want to find the minimum and maximum date for each distinct uid
So the output can be like this:
Id Min Max
1 2/12/2013 4/1/2013
2 1/12/2013 3/12/2013
Can someone please suggest a macro code or a pseudo code even to do this
Thanks