COUNTIF - Cell reference

F

Fredrik

Hi!
I have a function COUNTIF(A:A;">=35000") that works well. But when I try to
use a cell reference it doesn´t work, like COUNTIF(A:A;">=B3")

Anyone have an idea?

Thanks in advance!
/Fredrik
 
P

Pmxgs

That happens because with the second formula you aren't looking for the
value of the cell b3 but the exact text '>=b3'.
 

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