Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi All,
How I count then no. of occurances in following condition Status Speed Harsh Braking 5 Driving 15 Harsh Braking 12 Harsh Braking 35 Harsh Braking 40 Driving 12 Harsh Braking 4 Harsh Braking 0 Driving 15 How I can count the No. of harsh Braking if speed is more then or equal to 10. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Wed, 23 Jul 2008 22:26:00 -0700, Hassan
wrote: Hi All, How I count then no. of occurances in following condition Status Speed Harsh Braking 5 Driving 15 Harsh Braking 12 Harsh Braking 35 Harsh Braking 40 Driving 12 Harsh Braking 4 Harsh Braking 0 Driving 15 How I can count the No. of harsh Braking if speed is more then or equal to 10. Thanks Try this formula: =SUMPRODUCT(- -($A$2:$A$10="Harsh Braking"), - -($B$2:$B$10=10)) Hope this helps / Lars-Åke |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks Lars
Its working fine. Thanks again "Lars-Ã…ke Aspelin" wrote: On Wed, 23 Jul 2008 22:26:00 -0700, Hassan wrote: Hi All, How I count then no. of occurances in following condition Status Speed Harsh Braking 5 Driving 15 Harsh Braking 12 Harsh Braking 35 Harsh Braking 40 Driving 12 Harsh Braking 4 Harsh Braking 0 Driving 15 How I can count the No. of harsh Braking if speed is more then or equal to 10. Thanks Try this formula: =SUMPRODUCT(- -($A$2:$A$10="Harsh Braking"), - -($B$2:$B$10=10)) Hope this helps / Lars-Ã…ke |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif | Excel Worksheet Functions | |||
How do I use a countif function according to two other countif fu. | Excel Worksheet Functions | |||
edit this =COUNTIF(A1:F16,"*1-2*")+COUNTIF(A1:F16,"*2-1*") | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions |