Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to count the number of cells in a range that are greater than a
particular number, which I have programmed excel to calculate and display in a fixed cell. Unfortunately, when I use that cell's reference in a countif (or countifs) condition statement, the countif function ignores the cell value. If I substitute the cell reference by the fixed numerical value in the countif condition, the countif function calculates the desired value correctly. Any suggestions about how to use a cell reference rather than a fixed numerical value in the countif condition syntax? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try
=COUNTIF(A1:A8,"="&B1) where B1 is the value you are counting Mike "JonTarg" wrote: I want to count the number of cells in a range that are greater than a particular number, which I have programmed excel to calculate and display in a fixed cell. Unfortunately, when I use that cell's reference in a countif (or countifs) condition statement, the countif function ignores the cell value. If I substitute the cell reference by the fixed numerical value in the countif condition, the countif function calculates the desired value correctly. Any suggestions about how to use a cell reference rather than a fixed numerical value in the countif condition syntax? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif with Conditions | Excel Worksheet Functions | |||
Countif with 2 conditions | Excel Worksheet Functions | |||
Using countif with 2 conditions | Excel Worksheet Functions | |||
COUNTIF for 2 conditions | Excel Worksheet Functions | |||
How can I use COUNTIF to sum for two conditions? | Excel Worksheet Functions |