Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a strange requirement maybe, but I do a budget spreadsheet on which I
highlight items that have cleared my checking account. I would like to be able to write a formula that sums only the cells that are highlighted a certain color. Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
let me clear this up a little. I don't really mean "highlighted" as in I
highlighted them with a mouse. What I mean is formatted with a fill color. sorry for the confusion. "Robin" wrote: I have a strange requirement maybe, but I do a budget spreadsheet on which I highlight items that have cleared my checking account. I would like to be able to write a formula that sums only the cells that are highlighted a certain color. Is this possible? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can't do it with a formula; it'll need VBA:
Colour functions: a.. http://www.cpearson.com/excel/colors.aspx b.. http://xldynamic.com/source/xld.ColourCounter.html c.. http://www.ozgrid.com/VBA/Sum.htm -- David Biddulph Robin wrote: let me clear this up a little. I don't really mean "highlighted" as in I highlighted them with a mouse. What I mean is formatted with a fill color. sorry for the confusion. "Robin" wrote: I have a strange requirement maybe, but I do a budget spreadsheet on which I highlight items that have cleared my checking account. I would like to be able to write a formula that sums only the cells that are highlighted a certain color. Is this possible? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
do I have to have an add-in or something to do VBA in Excel?
"David Biddulph" wrote: You can't do it with a formula; it'll need VBA: Colour functions: a.. http://www.cpearson.com/excel/colors.aspx b.. http://xldynamic.com/source/xld.ColourCounter.html c.. http://www.ozgrid.com/VBA/Sum.htm -- David Biddulph Robin wrote: let me clear this up a little. I don't really mean "highlighted" as in I highlighted them with a mouse. What I mean is formatted with a fill color. sorry for the confusion. "Robin" wrote: I have a strange requirement maybe, but I do a budget spreadsheet on which I highlight items that have cleared my checking account. I would like to be able to write a formula that sums only the cells that are highlighted a certain color. Is this possible? . |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No.
-- David Biddulph Robin wrote: do I have to have an add-in or something to do VBA in Excel? "David Biddulph" wrote: You can't do it with a formula; it'll need VBA: Colour functions: a.. http://www.cpearson.com/excel/colors.aspx b.. http://xldynamic.com/source/xld.ColourCounter.html c.. http://www.ozgrid.com/VBA/Sum.htm -- David Biddulph Robin wrote: let me clear this up a little. I don't really mean "highlighted" as in I highlighted them with a mouse. What I mean is formatted with a fill color. sorry for the confusion. "Robin" wrote: I have a strange requirement maybe, but I do a budget spreadsheet on which I highlight items that have cleared my checking account. I would like to be able to write a formula that sums only the cells that are highlighted a certain color. Is this possible? . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting multiple cells, I can't see the cells highlighted | Excel Discussion (Misc queries) | |||
Cells referenced in formula bar not highlighted in worksheet | Excel Discussion (Misc queries) | |||
Sum Highlighted Cells | Excel Discussion (Misc queries) | |||
highlighted cells | Excel Discussion (Misc queries) | |||
Why aren't my cells highlighted when I select multiple cells? | Setting up and Configuration of Excel |