Hello.
I have a table that looks something like this:
Line Item Qty Customer Note CIF Date
1 item1 10 customer 1 increase by 5% CIF Edm 2/6/2016
1 item1 10 customer 3 keep steady CIF Cgy 2/28/2016
2 item2 5 customer 2 decrease by 2% CIF Tor 3/1/2016
3 item3 20 customer 3 decrease by 10% CIF Cgy 2/15/2016
And I'd like to pivot it to look something like this:
Customer 1 Customer 2 Customer 3
Line Item Qty Note CIF Date Note CIF Date Note CIF Date
1 item1 10 increase by 5% CIF Edm 2/6/2016 keep steady CIF Cgy 2/28/2016
2 item2 5 decrease by 2% CIF Tor 3/1/2016
3 item3 20 decrease by 10% CIF Cgy 2/15/2016
Can I do this in Excel? I know Excel is touchy when it comes to text fields in the values section.
I have a table that looks something like this:
Line Item Qty Customer Note CIF Date
1 item1 10 customer 1 increase by 5% CIF Edm 2/6/2016
1 item1 10 customer 3 keep steady CIF Cgy 2/28/2016
2 item2 5 customer 2 decrease by 2% CIF Tor 3/1/2016
3 item3 20 customer 3 decrease by 10% CIF Cgy 2/15/2016
And I'd like to pivot it to look something like this:
Customer 1 Customer 2 Customer 3
Line Item Qty Note CIF Date Note CIF Date Note CIF Date
1 item1 10 increase by 5% CIF Edm 2/6/2016 keep steady CIF Cgy 2/28/2016
2 item2 5 decrease by 2% CIF Tor 3/1/2016
3 item3 20 decrease by 10% CIF Cgy 2/15/2016
Can I do this in Excel? I know Excel is touchy when it comes to text fields in the values section.