View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JP[_4_] JP[_4_] is offline
external usenet poster
 
Posts: 897
Default Pivot Table Excel 2003 & 2007

If I understand you correctly, you have the information running from
left to right, instead of from top to bottom. Just transpose the data
by copying it, right-clicking an empty area of your worksheet and
choosing "Paste Special" and select "Transpose". Then you can create
the Pivot Table. You can do this in Excel 2003.

HTH,
JP


On Oct 23, 1:02*pm, Heera wrote:
Hi All,

I am using Excel 2007.

I have the following fields in the column.

Emp ID
Name
Supervisor
Quantity
Amount

I want to create a pivot table in which I want the data in the
following format.

Supervisor * * * * *Name * * Emp ID *Amount
Heera * * * * * * * * Komal * * 111 * * * * *30
Heera * * * * * * * * Mike * * * *112 * * * * 40
Heera * * * * * * * * Tony * * * 113 * * * * *50

The important thing is I want Supervisor, Name & Emp ID in all the
rows.

This is not posiable in Excel 2003 is it posiable in excel 2007.

Regards

Heera