Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello, I have a function that counts (or sums) all the cells in a range that
have the same color than the sample cell CountIfColor (Range,SampleCell) I use a For-Next loop, and I compare the color of every cell with the color of the sample cell. The problem comes when I change the color of one of the cells of the range: the function doesn't recalculates. If I change the value goes ok, but if I change the color not. I can't use Worksheet_Change because the function is located in an .xla sheet, and the users do not know how to work with Vb. Can someone give me an idea (maybe a different focus) to help me? Thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Incorporating Cell color fill in an "if" logical function? | Excel Worksheet Functions | |||
How do I change the fill color of a cell using an "IF" function | Excel Worksheet Functions | |||
Create Pivot Table Data with Column "Sum" rather than "count" defa | Excel Discussion (Misc queries) | |||
Can I create an "IF" function using cell color as a logical test? | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |