Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If I have a series of numbers, and I want to count the
amount of time the numer 3.7 appears, what would the equation be?? Thanks for the help. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
=COUNTIF(A:A,3.7) for column A -- Regards Frank Kabel Frankfurt, Germany "Steven" schrieb im Newsbeitrag ... If I have a series of numbers, and I want to count the amount of time the numer 3.7 appears, what would the equation be?? Thanks for the help. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() -----Original Message----- Hi =COUNTIF(A:A,3.7) for column A -- Regards Frank Kabel Frankfurt, Germany "Steven" schrieb im Newsbeitrag ... If I have a series of numbers, and I want to count the amount of time the numer 3.7 appears, what would the equation be?? Thanks for the help. . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Steven" wrote in message ...
If I have a series of numbers, and I want to count the amount of time the numer 3.7 appears, what would the equation be?? Thanks for the help. Steven, Try the "countif" function. Give it the range containing the series of numbers, and the number you want to count, and it will let you know how many times it appears. To count the instances of 3.7 in the range a1:c3, enter this formula in an empty cell outside of the range: =COUNTIF(A1:C3,3.7) -Jon Crowell |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count Employee Work Time - Don't Count Duplicates | Excel Worksheet Functions | |||
Count Employee Work Time - Don't Double-count Overlapping Apts. | Excel Worksheet Functions | |||
Excel 2000, count, sort a list & count totals? | Excel Worksheet Functions | |||
Count Intervals of 2 Numeric values in same Row and Return Count across Row | Excel Worksheet Functions | |||
Count Intervals of Filtered TEXT values in Column and Return Count across a Row | Excel Worksheet Functions |