Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
ExcelMonkey wrote:
Can't seem to get this to work. Run-time Error 438 - Object does not support property or method. Why is this? RowNumberArray has numbers in it. NumOccurences = Application.WorkshseetFunction.CountIf(RowNumberAr ray, RowNumberArray(X)) The worksheet function COUNTIF doesn't accept arrays. If you don't want to loop as suggested, if the functions in the freely downloadable file at http://home.pacbell.net/beban are available to your workbook NumOccurrences = ArrayCountIf(RowNumberArray, RowNumberArray(X)) Alan Beban |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif array | Excel Worksheet Functions | |||
COUNTIF Array | Excel Discussion (Misc queries) | |||
Countif Array | Excel Worksheet Functions | |||
countif within array | Excel Worksheet Functions | |||
How do I use countif an array for =45<=50 | Excel Programming |