Ok here's what I am trying to do.
In several worksheets, I have rows of data. There are columns that contain each of the following pieces of data (the first one is column A, second B, etc, separated by semi-colons):
COST CENTER; NAME; TITLE; PHONE; FLOOR; COMPUTER 1; COMPUTER 2; COMPUTER 3; MONITOR 1; MONITOR 2
Each worksheet is by department - each department has multiple cost centers.
What I would like to do is have a summary page with rows for each unique cost center and then counts of each hardware type. The other part is that there are some cost centers that are duplicated amongst departments (worksheets) - so I will need to formulate this across worksheets.
So ultimately I have something that looks like (columns separated by "--")
COST CENTER -- QTY PC 1 -- QTY PC 2 -- etc...
CC12345 -- 5 -- 3 -- etc...
CC54321 -- 12 -- 9 -- etc....
At the end of the day I need to know that cost center 12345 will be buying X PC1's, Y PC2's, Z PC3's, etc.
Help!!
Many thanks in advance!
In several worksheets, I have rows of data. There are columns that contain each of the following pieces of data (the first one is column A, second B, etc, separated by semi-colons):
COST CENTER; NAME; TITLE; PHONE; FLOOR; COMPUTER 1; COMPUTER 2; COMPUTER 3; MONITOR 1; MONITOR 2
Each worksheet is by department - each department has multiple cost centers.
What I would like to do is have a summary page with rows for each unique cost center and then counts of each hardware type. The other part is that there are some cost centers that are duplicated amongst departments (worksheets) - so I will need to formulate this across worksheets.
So ultimately I have something that looks like (columns separated by "--")
COST CENTER -- QTY PC 1 -- QTY PC 2 -- etc...
CC12345 -- 5 -- 3 -- etc...
CC54321 -- 12 -- 9 -- etc....
At the end of the day I need to know that cost center 12345 will be buying X PC1's, Y PC2's, Z PC3's, etc.
Help!!
Many thanks in advance!