Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default counting in exel chart

I have columns of numbers some are interger number some are numbers with
decimal places. I want to count the number of integer numbers in each column
any ideas which formula I use. I have tried countif but cant find anyway of
specifying the integer number?
--
brian exel 2003
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,124
Default counting in exel chart

this is an array formula which must be entered using
ctrl+shift+enter

=COUNT(IF(MOD(H3:H6,1)=0,H3:H6))

--
Don Guillett
SalesAid Software

"brian exel" wrote in message
...
I have columns of numbers some are interger number some are numbers with
decimal places. I want to count the number of integer numbers in each
column
any ideas which formula I use. I have tried countif but cant find anyway
of
specifying the integer number?
--
brian exel 2003


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default counting in exel chart

Thank you for your quick response
--
brian exel 2003


"Don Guillett" wrote:

this is an array formula which must be entered using
ctrl+shift+enter

=COUNT(IF(MOD(H3:H6,1)=0,H3:H6))

--
Don Guillett
SalesAid Software

"brian exel" wrote in message
...
I have columns of numbers some are interger number some are numbers with
decimal places. I want to count the number of integer numbers in each
column
any ideas which formula I use. I have tried countif but cant find anyway
of
specifying the integer number?
--
brian exel 2003



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,718
Default counting in exel chart

Try this:

=SUMPRODUCT(--(MOD(A1:A12,1)=0))


"brian exel" wrote:

I have columns of numbers some are interger number some are numbers with
decimal places. I want to count the number of integer numbers in each column
any ideas which formula I use. I have tried countif but cant find anyway of
specifying the integer number?
--
brian exel 2003

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
How I Wok with Exel MIguel New Users to Excel 1 January 27th 07 08:05 PM
Create Chart by Counting Number of Times Data is Used Havenstar Excel Discussion (Misc queries) 2 October 11th 06 05:54 PM
how do I convert a non exel tabulation to exel dte123 New Users to Excel 2 June 30th 06 02:31 AM
Excel 12, insert chart does not work. Exel restart. Why? tujauja Charts and Charting in Excel 1 March 27th 06 12:45 AM
Exel Kent New Users to Excel 1 March 17th 06 10:23 AM


All times are GMT +1. The time now is 01:34 PM.

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"