Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
April
 
Posts: n/a
Default How do I use the count if function for a range from 40-60 ?

I need to find the number of times in which a value is reported between the
range of 40-60. I need the formula for this type of calculation
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default How do I use the count if function for a range from 40-60 ?

Hi April

One way
=COUNTIF(A:A,"39")-COUNTIF(A:A,"60")

--
Regards

Roger Govier


"April" <April @discussions.microsoft.com wrote in message
...
I need to find the number of times in which a value is reported between
the
range of 40-60. I need the formula for this type of calculation



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ashish Mathur
 
Posts: n/a
Default How do I use the count if function for a range from 40-60 ?

hi,

You may try the following array formula (Ctrl+Shift+Enter)

=count(if((range40)*(range<60),range))

Regards,

"April" wrote:

I need to find the number of times in which a value is reported between the
range of 40-60. I need the formula for this type of calculation

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
creating function (vba) with range arguments Fredouille Excel Worksheet Functions 2 September 12th 05 11:01 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Count cells based on date range in another column [email protected] New Users to Excel 1 May 5th 05 08:11 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
Sum and Count Function Daniell Excel Worksheet Functions 0 November 2nd 04 12:03 AM


All times are GMT +1. The time now is 05:53 AM.

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

About Us

"It's about Microsoft Excel"