Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I want to count how many numbers in a range are less than a given value.
However, I don't want that given value to be hardcoded in the COUNTIF formula. For example: I want this formula: =COUNTIF(P4:P1073,"=-0.0045") to look something like: =COUNTIF(P4:P1073,"=V4") However that second formula doesnt seem to work. Any ideas? |
#2
![]() |
|||
|
|||
![]()
=COUNTIF(P4:P1073,"="&V4)
-- HTH RP (remove nothere from the email address if mailing direct) "adamcal" wrote in message ... I want to count how many numbers in a range are less than a given value. However, I don't want that given value to be hardcoded in the COUNTIF formula. For example: I want this formula: =COUNTIF(P4:P1073,"=-0.0045") to look something like: =COUNTIF(P4:P1073,"=V4") However that second formula doesnt seem to work. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF COMBINATION?? | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions | |||
Countif - Countif | Excel Worksheet Functions | |||
countif, again | Excel Worksheet Functions |