OR statement inside a COUNTIF statement

C

Carla

I am trying to get a formula that will count numbers
within a range that begin with a 1 OR 2 OR 3 OR 4.

Thank you.
 
M

medialint

=OR(logical, logical) and
=AND(logical, logical)

Are themselves worksheet functions.
 
Top