gsgriffin
Technical User
- Oct 17, 2002
- 27
Here's a question that I could REALLY use help with...
I have a matrix with about 20 columns and 500 rows. The values inside the matrix has been given different background colors to provide a visual indicator as to what type of value they are. I have Red, Yellow, and Green cells.
Problem: I must be able to total each column and break out the sum value for the red cells, yellow cells, and green cells.
How can I do this?
Example:
12 5 4
6 8 7
2 3 7
4 8 4
The answers I need are:
Column 1: Red=16 Yellow=6 Green=2
Column 2: Red=8 Yellow=8 Green=8
Column 3: Red=11 Yellow=11 Green=0
I have a matrix with about 20 columns and 500 rows. The values inside the matrix has been given different background colors to provide a visual indicator as to what type of value they are. I have Red, Yellow, and Green cells.
Problem: I must be able to total each column and break out the sum value for the red cells, yellow cells, and green cells.
How can I do this?
Example:
12 5 4
6 8 7
2 3 7
4 8 4
The answers I need are:
Column 1: Red=16 Yellow=6 Green=2
Column 2: Red=8 Yellow=8 Green=8
Column 3: Red=11 Yellow=11 Green=0