Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Dear all, Hopefully a simple countif function query. I want to count the number of values that are less than a certain cell reference. However, when I enter =COUNTIF(A1:A25,<G1) it returns an error. Basically I want to count all occurences in cells A1 to A25 where the value is less than the value in G1. Any ideas? -- stevepain ------------------------------------------------------------------------ stevepain's Profile: http://www.excelforum.com/member.php...o&userid=21759 View this thread: http://www.excelforum.com/showthread...hreadid=386449 |
#2
![]() |
|||
|
|||
![]() Here you go: =COUNTIF(A1:A25,"<"&G1) Does that help? Ron -- Ron Coderre ------------------------------------------------------------------------ Ron Coderre's Profile: http://www.excelforum.com/member.php...o&userid=21419 View this thread: http://www.excelforum.com/showthread...hreadid=386449 |
#3
![]() |
|||
|
|||
![]() Thanks Ron - that works fine! -- stevepain ------------------------------------------------------------------------ stevepain's Profile: http://www.excelforum.com/member.php...o&userid=21759 View this thread: http://www.excelforum.com/showthread...hreadid=386449 |
#4
![]() |
|||
|
|||
![]()
try this: =COUNTIF(A1:A25,"<"&G1)
Regards, KL "stevepain" wrote in message ... Dear all, Hopefully a simple countif function query. I want to count the number of values that are less than a certain cell reference. However, when I enter =COUNTIF(A1:A25,<G1) it returns an error. Basically I want to count all occurences in cells A1 to A25 where the value is less than the value in G1. Any ideas? -- stevepain ------------------------------------------------------------------------ stevepain's Profile: http://www.excelforum.com/member.php...o&userid=21759 View this thread: http://www.excelforum.com/showthread...hreadid=386449 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Flexible Cell Reference | Excel Discussion (Misc queries) | |||
reference cell value from fixed column with variable row | Excel Discussion (Misc queries) | |||
Cell Formula reference to cell Based On third Cell Content | Excel Discussion (Misc queries) | |||
Name Box cell reference | Excel Worksheet Functions | |||
Using the results from two seperate cells to create cell reference | Excel Worksheet Functions |