COUNTIF

  • Thread starter Thread starter Barry Lennox
  • Start date Start date
B

Barry Lennox

I am having trouble with 'COUNTIF'. If I have the criteria as a single cell
reference all is well. If I enter ">" or "<" either alone or as a range I get
0 as the answer. I am wanting to count entries in a date range. The problem
is not one to do with dates as I tried it with plain numerals. I am running
Excel 2002 SP3 on Vista Home Premium
 
Thanks

I did find the other entries.

Sheeloo said:
This was answered elsewhere today...

Two choices
either use
=COUNTIF(A1:A100;B1)

with B1 having the condition like >10

or

=COUNTIF(A1:A100,">"&B1)
with B1 containing a value like 10
 

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

Similar Threads

Excel Need Countifs Formula Help 0
Sorting and COUNTIF 6
COUNTIF, Sorting, on Two Sheets 1
How do I do a conditional CountIf function 1
Countif 2
CountIf Dynamic 4
COUNTIFS 2
countifs criteria 4

Back
Top