View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sanjay[_2_] Sanjay[_2_] is offline
external usenet poster
 
Posts: 19
Default Total values per colour

Hi,

I have a number of rows, for each row I have several columns


Red Green Blue Pink
Row1 | Col1 | Col2 | Col3 | Col4 | Col5 |
Col6 | Col7 |Total1 |Total2 |Total3 |Total4
Row2 | Col1 | Col2 | Col3 | Col4 | Col5 |
Col6 | Col7 |Total1 |Total2 |Total3 |Total4
Row3 | Col1 | Col2 | Col3 | Col4 | Col5 |
Col6 | Col7 |Total1 |Total2 |Total3 |Total4
Row4 | Col1 | Col2 | Col3 | Col4 | Col5 |
Col6 | Col7 |Total1 |Total2 |Total3 |Total4



For each col1 - col7 there will be a value which will be colour coded, I
would like to be able total the values in the Total columns for the correct
colours - is this possible?

Regards,

Sanj