Hi
Apologies for the basic nature of the following question but hoping someone can help.
I have a spreadsheet that contains hundreds of servers each with a unique hostname, also have a list of applications and an alignment to indicate which server(s) have which application(s) - noting that a server could serve multiple applications or could be a single server maintaining a single application. I have crossed referenced each application to indicate the status of the application whether giving an "Active" or "Inactive" state.
I have created a Pivot table whereby:
Columns = State (Active or Inactive)
Rows = Device (name of the server)
Values = ApplicationID (this being a distinct count)
The pivot table results in the Device being identified for the number of applications attributed to it - that is fine. For example, the Pivot results will look something akin to:
Device Active Inactive GrandTotal
Fred 1 0 1
Fredda 0 2 2
Freddie 1 2 3
What I want to do, is add a simple column to the Pivot Table, that performs a calculation of "Active - Inactive" and essentially if a negative value is returned then this will mean the server is not being used. I have looked at Calculated Fields but selecting the pivot table doesn't give me the option, only to create sets.
Ideal would be to remove the "GrandTotal" and replace with a formula to perform the calculation of "Active - Inactive"
Any help, very gratefully received.
Apologies for the basic nature of the following question but hoping someone can help.
I have a spreadsheet that contains hundreds of servers each with a unique hostname, also have a list of applications and an alignment to indicate which server(s) have which application(s) - noting that a server could serve multiple applications or could be a single server maintaining a single application. I have crossed referenced each application to indicate the status of the application whether giving an "Active" or "Inactive" state.
I have created a Pivot table whereby:
Columns = State (Active or Inactive)
Rows = Device (name of the server)
Values = ApplicationID (this being a distinct count)
The pivot table results in the Device being identified for the number of applications attributed to it - that is fine. For example, the Pivot results will look something akin to:
Device Active Inactive GrandTotal
Fred 1 0 1
Fredda 0 2 2
Freddie 1 2 3
What I want to do, is add a simple column to the Pivot Table, that performs a calculation of "Active - Inactive" and essentially if a negative value is returned then this will mean the server is not being used. I have looked at Calculated Fields but selecting the pivot table doesn't give me the option, only to create sets.
Ideal would be to remove the "GrandTotal" and replace with a formula to perform the calculation of "Active - Inactive"
Any help, very gratefully received.