xXMCP1317Xx
New Member
- Joined
- Jun 16, 2011
- Messages
- 4
(blank),A,B,C,D,E,F,G,H,I,J;
Date,2,5,7,8,3,6,12,44,8,16;
(blank),A,B,C,D,E,G,H,I,J;
Opt 1,#,#,#,#,#,#,#,#,#;
Opt 2,#,#,#,#,#,#,#,#,#;
Opt 3,#,#,#,#,#,#,#,#,#;
Total,1,3,4,8,3,4,1,2,12;
Okay so for example commas signify columns and each line is a row.
Also, The letters are meant to signify people.
So lets say the line with date shows how many emails a person received. In the second group the total shows how many they replied to. Sometime there is someone who received an email but has no replies. Signified by the missing F in group two.
If on a new row I want to take the total divided by date. How do I make it so it recognizes that it has to match reference the name for both groups.
Also, once thats solved. the Opt 1-3 is also variable. so the total can shift up and down. how do I condition it so that the row containing total is highlighted and also only have it highlight until cell is blank. So in this example it would only highlight up until it hits the column containing 12.
Hope this is not confusing. The help is much appreciated.
Date,2,5,7,8,3,6,12,44,8,16;
(blank),A,B,C,D,E,G,H,I,J;
Opt 1,#,#,#,#,#,#,#,#,#;
Opt 2,#,#,#,#,#,#,#,#,#;
Opt 3,#,#,#,#,#,#,#,#,#;
Total,1,3,4,8,3,4,1,2,12;
Okay so for example commas signify columns and each line is a row.
Also, The letters are meant to signify people.
So lets say the line with date shows how many emails a person received. In the second group the total shows how many they replied to. Sometime there is someone who received an email but has no replies. Signified by the missing F in group two.
If on a new row I want to take the total divided by date. How do I make it so it recognizes that it has to match reference the name for both groups.
Also, once thats solved. the Opt 1-3 is also variable. so the total can shift up and down. how do I condition it so that the row containing total is highlighted and also only have it highlight until cell is blank. So in this example it would only highlight up until it hits the column containing 12.
Hope this is not confusing. The help is much appreciated.