COUNTIF Question

P

patrick s.

I need help with the COUNTIF function. What I'm trying to do is count
range of cells if they are equal to the value of a specific cell
Example: COUNTIF (A1:A20,”=>B1”), but it does not look at what’s in B
it only counts it if the cell value is B1. Does anyone know how t
accomplish this, I would greatly appreciate any help
 
A

Alan Beban

patrick said:
I need help with the COUNTIF function. What I'm trying to do is count a
range of cells if they are equal to the value of a specific cell.
Example: COUNTIF (A1:A20,”=>B1”), but it does not look at what’s in B1
it only counts it if the cell value is B1. Does anyone know how to
accomplish this, I would greatly appreciate any help.
=COUNTIF(A1:A4000,">="&B1)

Alan Beban
 
F

FPA1869

I have a large Db of single and double digit numbers and I need
formula
for counting the number of eadh. There are 38 different numbers all i
one coluum. I have only used my Excel as a database and never use
fromuli.
I can find no formula that looks remotely like what I need or even th
way
to enter a formula. <grin> Well, I said that I'm a newbie
 

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


Top