COUNTIF(range,>=range_name)

  • Thread starter Thread starter cp
  • Start date Start date
C

cp

I'm working on interest rate scenarios. I have a range defined by cells
($n$20:$n$2000) with a formulas that chooses the lower of the current
interest rate or a named range (a singe cell) of "IR". Now I want to find
out how many are still below IR. I've tried
countif($n$20:$n$2000,"<IR")
but it returns 0.

It DOES work if instead of IR I enter the actual new rate (say, "4%"), but
since IR can change with the scenario, that doesn't seem efficient.

I appreciate your time and help!

-- cp
 

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

Countif Help 3
Speek cells, barcode scanner 3
NPV & IRR 5
countif with multiple criteria 3
defining a range 2
Countif function 1
multi tiered percentage rent calculation 3
Inserting and retaining an input variable 4

Back
Top