Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
00:00 Don't count
00:01 Count 00:10 Count 01:00 Count 12:01 Count I want to count a column that has 1 to 60 minutes and 1 to 12 hrs. Any help would be appreciated. Fly Boy 5 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use following function
=COUNTIF(A:A,"0") "Fly Boy 5" wrote: 00:00 Don't count 00:01 Count 00:10 Count 01:00 Count 12:01 Count I want to count a column that has 1 to 60 minutes and 1 to 12 hrs. Any help would be appreciated. Fly Boy 5 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
One way:
1-60 minutes: =COUNTIF(A:A,"0") - COUNTIF(A:A,"" & 1/24) or, alternatively: =SUMPRODUCT(--(A1:A1000),--(A1:A100<=1/24)) 1-12 hours: =COUNTIF(A:A,"" & 1/24) - COUNTIF(A:A,"" & 12/24) or, alternatively: =SUMPRODUCT(--(A1:A1001/24),--(A1:A100<=0.5)) In article , Fly Boy 5 wrote: 00:00 Don't count 00:01 Count 00:10 Count 01:00 Count 12:01 Count I want to count a column that has 1 to 60 minutes and 1 to 12 hrs. Any help would be appreciated. Fly Boy 5 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks, it worked great!!!!!!!!!!!!
"sand" wrote: use following function =COUNTIF(A:A,"0") "Fly Boy 5" wrote: 00:00 Don't count 00:01 Count 00:10 Count 01:00 Count 12:01 Count I want to count a column that has 1 to 60 minutes and 1 to 12 hrs. Any help would be appreciated. Fly Boy 5 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I get a count of number of cells filled in? | Excel Discussion (Misc queries) | |||
Count Number of Different Cells | Excel Worksheet Functions | |||
count number of cells | Excel Worksheet Functions | |||
Count the number of Cells in one ROW with conditions | Excel Worksheet Functions | |||
How do I count the number of cells in a list, e.g. H6:H12, J4, J7: | Excel Worksheet Functions |