Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
why won't this formula work? =countif(j2:j20,"1",f2:f20<"40")
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Because you are not using the formula correctly. This function only has 2 arguments, the first is the range, and the second is the criteria Hence this will count all the 1's in the range =countif(j2:j20,"1") Matt -- Mallycat ------------------------------------------------------------------------ Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514 View this thread: http://www.excelforum.com/showthread...hreadid=561912 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"ingeman" wrote:
why won't this formula work? =countif(j2:j20,"1",f2:f20<"40") Guessing that the formula above represents what you want to do .. Assuming cols J and F actually contain real numbers with the possibility of some empty cells within col F, try instead: =SUMPRODUCT((J2:J20=1)*(F2:F20<40)*(F2:F20<"")) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
importing csv files, problem with date formats | Excel Worksheet Functions | |||
CountIf & null values problem | Excel Worksheet Functions | |||
countif problem | Excel Discussion (Misc queries) | |||
Excel Display Problem | Excel Discussion (Misc queries) | |||
problem with countif | Excel Worksheet Functions |