Count If

E

Eán

How do I write a formula that will return a '1' if an adjoining cells
contains a value between 1 - 7?
Help please - many thanks.
 
D

Dave Peterson

Another one:

=(A1>=1)*(A1<=7)

Multiplying is like using AND.
(Adding is like using OR)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top