Thread: Count If
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Count If

Another one:

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

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

Eán wrote:

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.


--

Dave Peterson