sachinkapasi
New Member
Hi,
I have a pivot table and the data in the pivot table looks as follows:
UID Date Start Act
68779 12/14/2012 500
12/15/2012 $(28)
12/18/2012 $(460)
12/28/2012 $(6)
2/11/2013 $(4)
The "Start" and "Act" are different occurrences of a column called Tran_Type which I have used as a column Label filtered to select the "start" and "act" values and the Values of the pivot field is an Amount
I want to do two things:
I want to get the uid and count of dates (I can do that in a separate pivot but was wondering how to get it in macro)
Second, I want to order the date and find the duration between oldest and newest activity
Please let me know
I have a pivot table and the data in the pivot table looks as follows:
UID Date Start Act
68779 12/14/2012 500
12/15/2012 $(28)
12/18/2012 $(460)
12/28/2012 $(6)
2/11/2013 $(4)
The "Start" and "Act" are different occurrences of a column called Tran_Type which I have used as a column Label filtered to select the "start" and "act" values and the Values of the pivot field is an Amount
I want to do two things:
I want to get the uid and count of dates (I can do that in a separate pivot but was wondering how to get it in macro)
Second, I want to order the date and find the duration between oldest and newest activity
Please let me know