C
ciaran.hudson
Hi,
I want to create a table.
It will look like a pivot table.
But it will not do any calcultaion.
What would normally be 'Values' in a pivot table simply needs to return content - more like a lookup.
Each record in my data set is unique and I am not trying to do calculation.
I am just trying to represent the same data differently.
Here is an example of the data.
Data File
User Computer Status
Paul PC1 Active
Paul PC2 Inactive
Peter PC1 Locked
Peter PC2 Active
Note, each record when all 3 fields combined is unique.
And here is the desired table
Desired Table
User PC1 PC2
Paul Active Inactive
Peter Locked Active
In the desired table.
Each User will appear only once as a row
Each Computer will only appear once as a column.
And the status will appear where the User and Computer meet.
If it cannot be done in Excel, I am open to Access solutions.
Regards,
Ciarán
I want to create a table.
It will look like a pivot table.
But it will not do any calcultaion.
What would normally be 'Values' in a pivot table simply needs to return content - more like a lookup.
Each record in my data set is unique and I am not trying to do calculation.
I am just trying to represent the same data differently.
Here is an example of the data.
Data File
User Computer Status
Paul PC1 Active
Paul PC2 Inactive
Peter PC1 Locked
Peter PC2 Active
Note, each record when all 3 fields combined is unique.
And here is the desired table
Desired Table
User PC1 PC2
Paul Active Inactive
Peter Locked Active
In the desired table.
Each User will appear only once as a row
Each Computer will only appear once as a column.
And the status will appear where the User and Computer meet.
If it cannot be done in Excel, I am open to Access solutions.
Regards,
Ciarán