Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
http://www.cpearson.com/excel/colors.htm
-- Kind regards, Niek Otten "Sanjay" wrote in message ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.ColourCounter.html for a working
solution -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sanjay" wrote in message ... 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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks - I tried adding the functions but in the cell from both sites I get
an #NAME? error what am I doing wrong? Thanks! "Bob Phillips" wrote: See http://www.xldynamic.com/source/xld.ColourCounter.html for a working solution -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sanjay" wrote in message ... 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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Have you added the VBA code?
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "sanj" wrote in message ... Thanks - I tried adding the functions but in the cell from both sites I get an #NAME? error what am I doing wrong? Thanks! "Bob Phillips" wrote: See http://www.xldynamic.com/source/xld.ColourCounter.html for a working solution -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sanjay" wrote in message ... 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 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob,
I added the VB code on the by adding a Module and also tried by adding the code to the 'ThisWorkbook' - don't know what I am doing wrong? Thanks "Bob Phillips" wrote: Have you added the VBA code? -- HTH Bob Phillips (remove nothere from email address if mailing direct) "sanj" wrote in message ... Thanks - I tried adding the functions but in the cell from both sites I get an #NAME? error what am I doing wrong? Thanks! "Bob Phillips" wrote: See http://www.xldynamic.com/source/xld.ColourCounter.html for a working solution -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sanjay" wrote in message ... 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 |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It should go in a standard code module (InsertModule), not a sheet module,
and not ThisWorkbook. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "sanj" wrote in message ... Bob, I added the VB code on the by adding a Module and also tried by adding the code to the 'ThisWorkbook' - don't know what I am doing wrong? Thanks "Bob Phillips" wrote: Have you added the VBA code? -- HTH Bob Phillips (remove nothere from email address if mailing direct) "sanj" wrote in message ... Thanks - I tried adding the functions but in the cell from both sites I get an #NAME? error what am I doing wrong? Thanks! "Bob Phillips" wrote: See http://www.xldynamic.com/source/xld.ColourCounter.html for a working solution -- HTH Bob Phillips (remove nothere from email address if mailing direct) "Sanjay" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to change font colour for values. eg if value < 10 red, gre. | Excel Discussion (Misc queries) | |||
Sum total cells to change colour | Excel Discussion (Misc queries) | |||
Change text colour if range of values all zero | Excel Worksheet Functions | |||
How can I colour format all cells based on their values | Excel Worksheet Functions | |||
Having colour for different values | Excel Discussion (Misc queries) |