countif

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to count the number of cells in a range that are less than a givin number. It works if I use a whole nunber but I want it to reflect a cell that would change.
 
try
=COUNTIF(I1:I20,"<"&L1)

--
Don Guillett
SalesAid Software
(e-mail address removed)
drpence said:
I am trying to count the number of cells in a range that are less than a
givin number. It works if I use a whole nunber but I want it to reflect a
cell that would change.
 
=COUNTIF(myrng,"<"&F1)

HTH
Jason
Atlanta, GA
-----Original Message-----
I am trying to count the number of cells in a range that
are less than a givin number. It works if I use a whole
nunber but I want it to reflect a cell that would change.
 
That's it. I Have been trying every combination possible with no luck.

Thank You
 

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

Back
Top