Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In Excel 2007 i am trying to find a formula that would be able to regonise if
a cell was shaded in a paticualar colour, green and purple, and count how many there were for a specific month. The coloured cells are in cloumn 2 and the month number is in column AO. Is this possible? Thanks for any assistance offered. -- Jim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Yes you can see CPearson web http://www.cpearson.com/excel/colors.aspx if this helps please click yes thanks "Jim" wrote: In Excel 2007 i am trying to find a formula that would be able to regonise if a cell was shaded in a paticualar colour, green and purple, and count how many there were for a specific month. The coloured cells are in cloumn 2 and the month number is in column AO. Is this possible? Thanks for any assistance offered. -- Jim |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
sub checkcolor()' put in your desired color number
if activecell.interior.colorindex=6 then msgbox "c" end sub -- Don Guillett Microsoft MVP Excel SalesAid Software "Jim" wrote in message ... In Excel 2007 i am trying to find a formula that would be able to regonise if a cell was shaded in a paticualar colour, green and purple, and count how many there were for a specific month. The coloured cells are in cloumn 2 and the month number is in column AO. Is this possible? Thanks for any assistance offered. -- Jim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Coping a Coloured cell | Excel Worksheet Functions | |||
COUNT COLOURED CELL | Excel Discussion (Misc queries) | |||
Regonise coloum A while adding up coloum B to give a result in C | Excel Discussion (Misc queries) | |||
Target cell coloured based on whether one cell has a greater value | Excel Worksheet Functions | |||
IF formula & COLOURED CELL | New Users to Excel |