R
Risky Dave
Hi,
I have an array, defined by:
vNetScore = .Range(.Range("s3"), .Range("s100")).Value
Valid values within this array can be anything between 0 and 25.
I need to count the number of values within sets of sub-ranges in this array:
Number of occurrences of 0-6
Number of occurrences of 7 - 14
Number of occurrences of 15 - 21
Number of occurrences of 22-25
Hope this makes sense!
This is in Office '07 under Vista.
Can anyone provide the code to do this?
TIA
Dave
I have an array, defined by:
vNetScore = .Range(.Range("s3"), .Range("s100")).Value
Valid values within this array can be anything between 0 and 25.
I need to count the number of values within sets of sub-ranges in this array:
Number of occurrences of 0-6
Number of occurrences of 7 - 14
Number of occurrences of 15 - 21
Number of occurrences of 22-25
Hope this makes sense!
This is in Office '07 under Vista.
Can anyone provide the code to do this?
TIA
Dave