Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() OK, I have another one... I have conditional formating turned on so once an item is marked as completed, it's cell turns blue. Now I want to total the items that have turned blue. Is there an easy way to do this? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#2
![]() |
|||
|
|||
![]()
By using the same test as your Conditional Formatting uses.
and use of SUMPRODUCT or SUMIF --- HTH, David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001] My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "jennerifw" wrote in message ... OK, I have another one... I have conditional formating turned on so once an item is marked as completed, it's cell turns blue. Now I want to total the items that have turned blue. Is there an easy way to do this? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#3
![]() |
|||
|
|||
![]()
See http://www.xldynamic.com/source/xld.ColourCounter.html, but note the
constraints -- HTH RP (remove nothere from the email address if mailing direct) "jennerifw" wrote in message ... OK, I have another one... I have conditional formating turned on so once an item is marked as completed, it's cell turns blue. Now I want to total the items that have turned blue. Is there an easy way to do this? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#4
![]() |
|||
|
|||
![]() I've tried that and it didn't work. I have a static number in the cells of colum A. If colum B has a date, then the number in colum A turns blue. Now I want to add all of the blue numbers at the bottom of colum A. I've tried SUMIF, using the same criteria as the conditional formating, and I got an error. Any other ideas? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#5
![]() |
|||
|
|||
![]()
If you have CF, what is the condition?
-- HTH RP (remove nothere from the email address if mailing direct) "jennerifw" wrote in message ... I've tried that and it didn't work. I have a static number in the cells of colum A. If colum B has a date, then the number in colum A turns blue. Now I want to add all of the blue numbers at the bottom of colum A. I've tried SUMIF, using the same criteria as the conditional formating, and I got an error. Any other ideas? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#6
![]() |
|||
|
|||
![]() My CF condition is: Formula is =I13=1 So if this is met, then F13 will turn blue. Now at the bottom of F I want to sum all cells that have met the condition. Does that make sense? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#7
![]() |
|||
|
|||
![]()
I think so, just use
=SUMIF(I13:AI13,"1") adjust the range I13:AI13 to the range with the values. -- HTH Bob Phillips "jennerifw" wrote in message ... My CF condition is: Formula is =I13=1 So if this is met, then F13 will turn blue. Now at the bottom of F I want to sum all cells that have met the condition. Does that make sense? -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
#8
![]() |
|||
|
|||
![]() I'm sorry for being so confused on this one. When I use that formula I get the sum of the colum with the dates in it, not the sum of the static values. To break it down: Colum F = static value Colum I= date Only some of Colum I have a date in them, so therefore only some of Colum F are blue. At the bottom of colum F I want to total the blue ones. I appreciate all the help you've been giving me on this one! -- jennerifw ------------------------------------------------------------------------ jennerifw's Profile: http://www.excelforum.com/member.php...o&userid=26071 View this thread: http://www.excelforum.com/showthread...hreadid=394409 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
New column based on row cell format | Excel Discussion (Misc queries) | |||
format cell based on results of vlookup function | Excel Worksheet Functions | |||
format based on data from another cell | New Users to Excel | |||
I want to format a cell based on an adjacent cells value | Excel Discussion (Misc queries) | |||
how do you format a row of cells based upon a value in another ce. | Excel Discussion (Misc queries) |