C
Cindy
I have the following scenario:
Group 1 A 100
B 200
C 300
Group 2 A 150
B 250
C 350
etc...
Total A sum(100+150) *using cell ref
B sum(200+250)
C sum(300+350)
Here's the problem. I have many Groups so to get a total
of all the A's is time consuming but doable. However,
when I need to add a group in the middle, it throws off
all my totals and would have to be re-done. Any way
around this?
Any help will be greatly appreciated.
Group 1 A 100
B 200
C 300
Group 2 A 150
B 250
C 350
etc...
Total A sum(100+150) *using cell ref
B sum(200+250)
C sum(300+350)
Here's the problem. I have many Groups so to get a total
of all the A's is time consuming but doable. However,
when I need to add a group in the middle, it throws off
all my totals and would have to be re-done. Any way
around this?
Any help will be greatly appreciated.