Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default can i use COUNTIF with 2 conditions in excel 2000

respected sir,
i want to use COUNTIF with two condition in excel
(greater than 100000 but equal to 200000) i want to count the number of
entries in the specified range. please help me

  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 747
Default can i use COUNTIF with 2 conditions in excel 2000


=COUNTIF(A1:A10,200000)


On Jan 29, 11:59*am, jahangir
wrote:
respected sir,
* * * * * * * * * * i want to use COUNTIF with two condition in excel
(greater than 100000 but equal to 200000) i want to count the number of
entries in the specified range. please help me


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,480
Default can i use COUNTIF with 2 conditions in excel 2000

Hi

=COUNTIF(A:A,100000)-COUNTIF(A:A,200000)

--
Regards
Roger Govier

"jahangir" wrote in message
...
respected sir,
i want to use COUNTIF with two condition in excel
(greater than 100000 but equal to 200000) i want to count the number of
entries in the specified range. please help me

  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 211
Default can i use COUNTIF with 2 conditions in excel 2000

greater than 100000 but equal to 200000 is equal to 200000. Second condition
is not correct maybe you mean "less than 200000" which is more logical.

"jahangir" wrote:

respected sir,
i want to use COUNTIF with two condition in excel
(greater than 100000 but equal to 200000) i want to count the number of
entries in the specified range. please help me

  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,346
Default can i use COUNTIF with 2 conditions in excel 2000

Hi,

I suspect you mean greater than 100,000 and less then or equal to 200,000?

In 2000:

=SUMPRODUCT(--(A1:A99100000),--(A1:A99<=200000))


--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"jahangir" wrote:

respected sir,
i want to use COUNTIF with two condition in excel
(greater than 100000 but equal to 200000) i want to count the number of
entries in the specified range. please help me

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
Countif Conditions - Use of conditions that vary by cell value JonTarg Excel Discussion (Misc queries) 1 May 30th 08 01:21 PM
Excel 2000 - COUNTIF Richard Excel Discussion (Misc queries) 5 January 9th 07 04:25 PM
COUNTIF Formula in Excel with two conditions Gayla Excel Worksheet Functions 3 May 13th 06 07:00 AM
multiple conditions in COUNTIF (Excel 2000) Johbou Excel Discussion (Misc queries) 1 August 20th 05 10:54 AM
Sum with multiple conditions in Excel 2000 Magnus Oskarsson Excel Worksheet Functions 2 December 16th 04 04:09 PM


All times are GMT +1. The time now is 03:02 PM.

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"