Pivot Table - return orginal value for all

staggerlee011

New Member
Joined
May 27, 2014
Messages
6
Hi all,

Im importing some data from SQL which contains rows like:

SERVER ALERT RESULT
a 1 0
a 2 20
a 3 52
b 1 1
b 2 23
b 3 5
c 1 23
c 2 10
c 3 3

I was hoping i could pass it into a pivot table and return Row = Server Column = Alert and Value = Result, But its accumilating them. Is there any way to simply return the actual value? ie:

Server 1 2 3
A 0 20 52
B 1 23 5
C 23 10 3


Hope someone can help.

S
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
.
.

Insert a pivot table with "Server" as a row field, "Alert" as a column field and "Result" as a data field with sum function...
 
Upvote 0

Forum statistics

Threads
1,215,823
Messages
6,127,071
Members
449,358
Latest member
Snowinx

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top