Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
The procedure below increments a counter (StatusCount) based on the value
contained in range cells. The procedure executes properly when the first range cell value is changed but will not automatically execute again. Any assistance would be appreciated. Function StatusCount(Status) For Each cell In Worksheets("Sheet1").range("ILStatusRange").Cells If cell.Value = Status Then StatusCount = StatusCount + 1 End If Next End Function Function is shown in cell as: =StatusCount("O") where "O" is one of the six values that occur in the range. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simplify formula | Excel Worksheet Functions | |||
Formula or not? | Excel Worksheet Functions | |||
Match / Vlookup within an Array formula | Excel Discussion (Misc queries) | |||
how do i make a cell date sensitive to execute a formula or input. | Excel Discussion (Misc queries) | |||
Cell doesn't show formula result - it shows formula (CTRL + ' doe. | Excel Worksheet Functions |