Hi
I have a table that looks more or less like this:
Reference Orde BillTo Date
1 1 C1 01/11/16
1 2 C2 02/11/16
1 3 C3 10/11/16
2 4 C4 02/11/16
2 5 C5 05/11/16
2 6 C6 12/11/16
3 7 C1 03/11/16
3 8 C2 06/11/16
I have made a pivot table that shows the reference as row labels min of date and max of date
Sort of like this
Row Lables Min of Date Max of Date
1 01/11/16 10/11/16
2 02/11/16 12/11/16
3 03/11/16 06/11/16
So far so good
My issue is that i need to add 6 days to the Min of Date and have it to look like this
Row Lables Min of Date Max of Date Exp Date
1 01/11/16 10/11/16 07/11/16
2 02/11/16 12/11/16 08/11/16
3 03/11/16 06/11/16 09/11/16
But i haven't been able to make it work.
Is it me or it can not be done?
=min date cell + 6 deoes not do the trik
Pleade help
I have a table that looks more or less like this:
Reference Orde BillTo Date
1 1 C1 01/11/16
1 2 C2 02/11/16
1 3 C3 10/11/16
2 4 C4 02/11/16
2 5 C5 05/11/16
2 6 C6 12/11/16
3 7 C1 03/11/16
3 8 C2 06/11/16
I have made a pivot table that shows the reference as row labels min of date and max of date
Sort of like this
Row Lables Min of Date Max of Date
1 01/11/16 10/11/16
2 02/11/16 12/11/16
3 03/11/16 06/11/16
So far so good
My issue is that i need to add 6 days to the Min of Date and have it to look like this
Row Lables Min of Date Max of Date Exp Date
1 01/11/16 10/11/16 07/11/16
2 02/11/16 12/11/16 08/11/16
3 03/11/16 06/11/16 09/11/16
But i haven't been able to make it work.
Is it me or it can not be done?
=min date cell + 6 deoes not do the trik
Pleade help