View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Can you tally cells by their fill color?

thanks gord
forgot about that option

regards
FSt1

"Gord Dibben" wrote:

If you have Excel 2003(don't know about 2007)

You could try this alternate method which doesn't use VBA or any add-ins but
cannot return a SUM to a cell.

In 2003 you can specify the Format color to look for under
EditFindOptionsFormatFormat.

Select the color from the Patterns dialog and Find All.

In the found dialog box the first cell will be highlighted.

SHIFT + End + Down Arrow to select all found cells.

The selected cells can then be summed/counted by right-click on Status Bar and
"Sum" or "Count"

Otherwise you would need VBA code.

FSt1 has pointed you to Chip's site.


Gord Dibben MS Excel MVP

On Fri, 25 Jan 2008 13:13:01 -0800, Angyl
wrote:

We've been going through a list and shading certain cells colors based on
responses we get from our clients. Red for not interested, yellow for left a
message, etc.

I know it's possible to tally the TEXT in a cell, but is it likewise
possible to tally like the number of cells in a column that are RED fill?

Thanks