View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Pivot Table Ordering

Click one of the vlaues in the Data field (qty sold). then do Data=Sort

Select ascending or descending and click OK.

--
Regards,
Tom Ogilvy

"Tony" wrote in message
...
Hi,

I have a very simple Pivot Table with 2 dimensions and a single measure.

Page Field : - Store
Row Field : - Product
Data Field : - Qty Sold.

I want to order the pivot table by Qty. I am able to order by Store or
Product but every time I attempt to order by Qty I get the message

"Cannot Determine which Pivot table field to sort by"

How do I do this?

Thanks in advance