Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
For example, IF the cell $C$9 has a background color of RED then I want to
display 1 in this cell ($D$9). Once this is completed I am tallying up everything in column D to find out how many times that happened. (FTI - reason for this is that RED shows an absence and we need to calculate how many absenses) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Chip Pearson's page about this subject:
http://www.cpearson.com/excel/colors.htm "sunshine19992" wrote: For example, IF the cell $C$9 has a background color of RED then I want to display 1 in this cell ($D$9). Once this is completed I am tallying up everything in column D to find out how many times that happened. (FTI - reason for this is that RED shows an absence and we need to calculate how many absenses) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Trust me on this!
It would be easier to denote an absence with an "A" and then count the As as opposed to counting RED cells. =COUNTIF(A1:A10,"A") Biff "sunshine19992" wrote in message ... For example, IF the cell $C$9 has a background color of RED then I want to display 1 in this cell ($D$9). Once this is completed I am tallying up everything in column D to find out how many times that happened. (FTI - reason for this is that RED shows an absence and we need to calculate how many absenses) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In addition.......if you really want the cell to be red use Conditional
Formatting to color it red after you enter Biff's "A" for absence. Gord Dibben MS Excel MVP On Wed, 23 May 2007 14:11:20 -0400, "T. Valko" wrote: Trust me on this! It would be easier to denote an absence with an "A" and then count the As as opposed to counting RED cells. =COUNTIF(A1:A10,"A") Biff "sunshine19992" wrote in message ... For example, IF the cell $C$9 has a background color of RED then I want to display 1 in this cell ($D$9). Once this is completed I am tallying up everything in column D to find out how many times that happened. (FTI - reason for this is that RED shows an absence and we need to calculate how many absenses) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Add background color to cell | Excel Discussion (Misc queries) | |||
changing cell background color | Excel Worksheet Functions | |||
Cell background color update | Excel Worksheet Functions | |||
Default Border, Font Color, and Cell Background Color | Excel Discussion (Misc queries) | |||
background color of my cell does not change | Excel Discussion (Misc queries) |