Link to home
Start Free TrialLog in
Avatar of Michael Purdham
Michael PurdhamFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Concatenate field values into rows in a pivot table

I have a simple pivot table which displays sales by Customer by Year by Period.
The rows are
-Customer Name
      -Branch Name
          -Item Number
              Item Description

I would like to concatenate the Item Number & Description into one row to display the rows as
-Customer Name
      -Branch Name
          -Item Number & " " & Item Description

Clearly I could calculate another column in the source data but would be better if I can do this in the pivot table.

Thanks.
SOLUTION
Avatar of Rob Henson
Rob Henson
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Michael Purdham

ASKER

Not a real solution to my question