View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default Count If, criteria is greater than

So close

=COUNTIF(BE33:EZ33,"<"&FE33)


--
HTH

Bob Phillips

"Jordan" wrote in message
...
I have a group of numbers and I need to know what number of them are less
than the value in another cell.
Should look something like this:
=COUNTIF(BE33:EZ33,""<FE33) or
=COUNTIF(BE33:EZ33,"<FE33") or
=COUNTIF(BE33:EZ33,"<"FE33)

I don't know. Basically I want to know the number of cells that have

values
less than FE33. And of course FE33, and many of the other cells are

formulas
themselves.

Thanks,
Jordan