Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default How do I count in Excel?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default How do I count in Excel?

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 32
Default Thanks very much.


-----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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default How do I count in Excel?

"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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Count Employee Work Time - Don't Count Duplicates J Excel Worksheet Functions 3 May 1st 07 10:47 PM
Count Employee Work Time - Don't Double-count Overlapping Apts. J Excel Worksheet Functions 0 April 27th 07 05:52 AM
Excel 2000, count, sort a list & count totals? sunslight Excel Worksheet Functions 1 April 9th 07 05:46 PM
Count Intervals of 2 Numeric values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 12 September 24th 05 10:58 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


All times are GMT +1. The time now is 06:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"