ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Countif with Named Range (https://www.excelbanter.com/excel-programming/435807-countif-named-range.html)

D

Countif with Named Range
 
I have a Named Range on a hidden sheet where the data may change. I am
trying to write a formula on another sheet which will Count the values that
are greater than the Named Range value. Ex:
Countif(Defects!$E:$E,Overage).... with or without quotes has been tried.
I have tried several variations but it will not work. There is only one
value in my named range so, the Named Range of Overage is .001.

Any thoughts on how to make this work.

Barb Reinhardt

Countif with Named Range
 
Have you tried the following.

=Countif(Defects!$E:$E,"" & Overage)

"D" wrote:

I have a Named Range on a hidden sheet where the data may change. I am
trying to write a formula on another sheet which will Count the values that
are greater than the Named Range value. Ex:
Countif(Defects!$E:$E,Overage).... with or without quotes has been tried.
I have tried several variations but it will not work. There is only one
value in my named range so, the Named Range of Overage is .001.

Any thoughts on how to make this work.


Charlie

Countif with Named Range
 
=COUNTIF(E:E,""&Overage)

"D" wrote:

I have a Named Range on a hidden sheet where the data may change. I am
trying to write a formula on another sheet which will Count the values that
are greater than the Named Range value. Ex:
Countif(Defects!$E:$E,Overage).... with or without quotes has been tried.
I have tried several variations but it will not work. There is only one
value in my named range so, the Named Range of Overage is .001.

Any thoughts on how to make this work.


D

Countif with Named Range
 
Perfect!!! I knew it had to be something simple. Works like a charm!!

"Barb Reinhardt" wrote:

Have you tried the following.

=Countif(Defects!$E:$E,"" & Overage)

"D" wrote:

I have a Named Range on a hidden sheet where the data may change. I am
trying to write a formula on another sheet which will Count the values that
are greater than the Named Range value. Ex:
Countif(Defects!$E:$E,Overage).... with or without quotes has been tried.
I have tried several variations but it will not work. There is only one
value in my named range so, the Named Range of Overage is .001.

Any thoughts on how to make this work.



All times are GMT +1. The time now is 10:16 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com