counting coloured fields

R

Redsphynx

Hi,

I need to keep a tally on how many fields are green in a given row. Is this
possbile? If so how?
 
T

T. Valko

Can you create a formula based on the logic of *why* the "fields" are green?

For example, they're green because they're less than 100 or they're green
because they're Monday dates.
 
R

Redsphynx

No, the column doesn't go green until I tell it. It is for a register, and
once I have verified that the number (column) is associated with a person,
then I select entire column, and change it green. That tells me at a glance
what numbers I have verified, and what ones I haven't.
 
R

Redsphynx

How do I use VBA? I have gone to that website and it is what I want to do,
but I have no clue where to start.
 
M

Max

Redsphynx said:
How do I use VBA? I have gone to that website and it is what I want to do,
but I have no clue where to start.

For starters, take away this wonderful sample from my archives:
http://savefile.com/files/377039
CountCellsByFillColor_Using_BobPhillips_ColorIndex_UDF.xls
(Full details inside, nicely packaged:
how to install Bob's udf, how to use it in excel, etc ..)

The link given above still works, just tested the download here
 
Top