Create a Pivot Table
Generates a pivot table from an existing table based on specified criteria.
Last updated
Was this helpful?
Was this helpful?
the file
open the sales data table at the file
create a pivot table from the sales data table with
the row fields are "Region"
the column field is "Product"
the value field is "Sales"
the aggregation function is "sum"
the aggregate column name is "Sales"