Hello and thanks in advance for your help
I have a spread sheet that looks like this:
<tbody>
</tbody>I would like my pivot table to look like this:
<tbody>
</tbody>
The layout is not the problem. The values in the 'value grid' should not be calculated but strictly return the actual value or part number. Not COUNT, SUM etc... However, I cant find a way to do this.
Has anyone got any suggestions?
Regards
Bert
I have a spread sheet that looks like this:
Item # | MFG | MFG Part # |
123456 | ABC | OAIHP8 |
123456 | XYZ | QEQEU |
123456 | AINS | IQFLCV |
<tbody>
</tbody>
Item# | ABC | XYZ | AINS |
123456 | OAIHP8 | QEQEU | IQFLCV |
<tbody>
</tbody>
The layout is not the problem. The values in the 'value grid' should not be calculated but strictly return the actual value or part number. Not COUNT, SUM etc... However, I cant find a way to do this.
Has anyone got any suggestions?
Regards
Bert