COUNTBETWEEN

Returns the number of cells that have a value that is between a range.

rangeThe range of cells you want to count.
min_valueThe smallest value (inclusive).
max_valueThe largest value (inclusive).

Remarks

* The values can be numbers or dates.
* The equivalent VBA function is COUNTBETWEEN

 A
1=JS.COUNTBETWEEN(23,23,23)


microsoft excel docs

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext