#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


5060

i want to count that : A=1 and B="a" .
thanks


+-------------------------------------------------------------------+
|Filename: f.GIF |
|Download: http://www.excelforum.com/attachment.php?postid=5060 |
+-------------------------------------------------------------------+

--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,047
Default function

=sumproduct(--(a1:a1000=1)*(b2:b1000="a"))

hth
regards from Brazil
Marcelo

"external" escreveu:


5060

i want to count that : A=1 and B="a" .
thanks


+-------------------------------------------------------------------+
|Filename: f.GIF |
|Download: http://www.excelforum.com/attachment.php?postid=5060 |
+-------------------------------------------------------------------+

--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


hi.
thanks for your reply.
But it is not working.
I want that count of row that A=1 and B="a".

help!!!
thankss...


--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav Dav is offline
external usenet poster
 
Posts: 1
Default function


You will have to make it clearer what you require. Give more detail
please

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default function

=sumproduct(--(a1:a1000=1),--(b1:b1000="a"))

Regards,
Bernd



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


i want to find count of the row that A=1 and B="adana" ???
A B
1. 1 adana
2 2 adam
3 3 adana
4 1 adana


result=2!!!
( Because 1. and 4. row)

helpp!!
thanksss...


--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dav Dav is offline
external usenet poster
 
Posts: 1
Default function


The suggestions you have been given shold work

=sumproduct((a1:a1000=1)*(b2:b1000="a"))

as suggested above is what I would use

Regards

dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default function

There is a typo in there (should read B1, not B2).

This should work:
=sumproduct(--(a1:a4=1),--(b1:b4="adana"))

Regards,
Bernd

  #9   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


It stil is not working.

I trr that :

=sumproduct(--(Planli_calisma!B1:B4=1),--(Planli_calismaE1:E4="BITTI"))

Error Mesage=
If you are not trying to enter a formula,, avoid
using an equal sign(=) or minus sign(-), or precede it with a single
quatation mark(').

helpp please.
thanks...


--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323

  #10   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


thakns for your help.
i try that and it is working:

=SUMPRODUCT((Planli_calisma!B1:B100=1)*(Planli_cal isma!E1:E100="BITTI"))

but another problem: i want to control all rows.Not between 1-100
I try that:
=SUMPRODUCT((Planli_calisma!B:B=1)*(Planli_calisma !E:E="BITTI"))

but it is not working.How can i do ?
Thanks for all replies.


--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323



  #11   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 136
Default function

Hello,

You have a typo in your formula (a "!" is missing).

My examples were ok, I think. If you need more explanation, try
http://www.xldynamic.com/source/xld....T.html#explain

HTH,
Bernd

  #12   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default function


I am using MS EXCEL 2003.
I want to add date dynamicly (only MONTH)to a chart.
How can i do this?


--
external
------------------------------------------------------------------------
external's Profile: http://www.excelforum.com/member.php...o&userid=36592
View this thread: http://www.excelforum.com/showthread...hreadid=563323

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 a Custom Excel Function to Calculate Gini Coefficients [email protected] Excel Worksheet Functions 3 February 21st 06 10:15 PM
Date & Time mully New Users to Excel 4 May 23rd 05 11:56 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 07:04 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"