">=" usage in a function

S

Shane R. Pouch

Hello to all,

I have the following function that I'm using without incident -
COUNTIF(L12:L65536,">=4"). It simply tells me how many times the value 4 or
larger exists in column "L" between rows 12 and 65536.

However, I want to be able to change "4" to a cell reference, where I can
put in any value I want. But, for some reason the following will not work
COUNTIF(L12:L65536,">=A4"). I even tried this COUNTIF(L12:L65536,>=A4) with
no luck.

I'm stumped - what is the proper syntax??
 

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