COUNTBETWEEN
COUNTBETWEEN(range, min_value, max_value)
Returns the number of cells that have a value that is between a range.
range | The range of cells you want to count. |
min_value | The smallest value (inclusive). |
max_value | The largest value (inclusive). |
Remarks
* The values can be numbers or dates.
* The equivalent VBA function is COUNTBETWEEN
|