Hi - I have a list of records summarizing individuals by cost center (there's also other fields of data but these are the 2 main ones that I'm concerned about).
I need to be able to insert a row at each change in cost center and then insert a formula to count the number of individuals within that cost center. (So all of the rows above - up to the point of a different cost center).
I need to be able to physically insert a formula and the the count value as data may change. The formulas need to be able to recalculate the count of inviduals.
The data looks like this:
Doe Jane CstCtr1
Evans Joe CstCtr1
Jones Kris CstCtr1
Abrams Mack CstCtr2
Evans Mary CstCtr2
I need it to look like this:
Doe Jane CstCtr1
Evans Joe CstCtr1
Jones Kris CstCtr1
Count 3 <---this needs to be a formula
Abrams Mack CstCtr2
Evans Mary CstCtr2
Count 2 <---this needs to be a formula
Many thanks.
I need to be able to insert a row at each change in cost center and then insert a formula to count the number of individuals within that cost center. (So all of the rows above - up to the point of a different cost center).
I need to be able to physically insert a formula and the the count value as data may change. The formulas need to be able to recalculate the count of inviduals.
The data looks like this:
Doe Jane CstCtr1
Evans Joe CstCtr1
Jones Kris CstCtr1
Abrams Mack CstCtr2
Evans Mary CstCtr2
I need it to look like this:
Doe Jane CstCtr1
Evans Joe CstCtr1
Jones Kris CstCtr1
Count 3 <---this needs to be a formula
Abrams Mack CstCtr2
Evans Mary CstCtr2
Count 2 <---this needs to be a formula
Many thanks.