Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
AnnaV
 
Posts: n/a
Default Count if 3 different conditions exist


I have 3 columns of information. Column A has a date (01-Jan-05), column
B has a name, column C has either F, Inf, or Inv. I want a formula that
will count any date in column A that is January, and column B is Adam,
and column C is F.


--
AnnaV
------------------------------------------------------------------------
AnnaV's Profile: http://www.excelforum.com/member.php...fo&userid=9619
View this thread: http://www.excelforum.com/showthread...hreadid=496989

  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Count if 3 different conditions exist

=SUMPRODUCT(--(MONTH(A2:A200=1),--(B2:B200="Adam"),--(C2:C200="F"))

--

HTH

RP
(remove nothere from the email address if mailing direct)


"AnnaV" wrote in
message ...

I have 3 columns of information. Column A has a date (01-Jan-05), column
B has a name, column C has either F, Inf, or Inv. I want a formula that
will count any date in column A that is January, and column B is Adam,
and column C is F.


--
AnnaV
------------------------------------------------------------------------
AnnaV's Profile:

http://www.excelforum.com/member.php...fo&userid=9619
View this thread: http://www.excelforum.com/showthread...hreadid=496989



  #3   Report Post  
Posted to microsoft.public.excel.misc
Ragdyer
 
Posts: n/a
Default Count if 3 different conditions exist

Put the number of the month you're looking for in D1 (Jan=1, Feb=2,
etc....),
Name in D2,
And ID's in D3,

Then try this:

=SUMPRODUCT((MONTH(A1:A100)=D1)*(B1:B100=D2)*(C1:C 100=D3))

--
HTH,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"AnnaV" wrote in
message ...

I have 3 columns of information. Column A has a date (01-Jan-05), column
B has a name, column C has either F, Inf, or Inv. I want a formula that
will count any date in column A that is January, and column B is Adam,
and column C is F.


--
AnnaV
------------------------------------------------------------------------
AnnaV's Profile:
http://www.excelforum.com/member.php...fo&userid=9619
View this thread: http://www.excelforum.com/showthread...hreadid=496989


  #4   Report Post  
Posted to microsoft.public.excel.misc
AnnaV
 
Posts: n/a
Default Count if 3 different conditions exist


It Works! It Works! It Works!

Thank You!


--
AnnaV
------------------------------------------------------------------------
AnnaV's Profile: http://www.excelforum.com/member.php...fo&userid=9619
View this thread: http://www.excelforum.com/showthread...hreadid=496989

  #5   Report Post  
Posted to microsoft.public.excel.misc
Elkar
 
Posts: n/a
Default Count if 3 different conditions exist

Try this:

=SUMPRODUCT(--(MONTH(A1:A100)=1),--(B1:B100="Adam"),--(C1:C100="F"))

And of course, change the cell ranges to match your needs.

HTH,
Elkar

"AnnaV" wrote:


I have 3 columns of information. Column A has a date (01-Jan-05), column
B has a name, column C has either F, Inf, or Inv. I want a formula that
will count any date in column A that is January, and column B is Adam,
and column C is F.


--
AnnaV
------------------------------------------------------------------------
AnnaV's Profile: http://www.excelforum.com/member.php...fo&userid=9619
View this thread: http://www.excelforum.com/showthread...hreadid=496989




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
Advanced unique cell count with multiple conditions ... help! Flystar Excel Worksheet Functions 3 September 25th 05 03:50 AM
Count the number of Cells in one ROW with conditions Amanda Excel Worksheet Functions 2 September 9th 05 04:03 PM
returning a count if two conditions are met davmason Excel Worksheet Functions 5 July 17th 05 04:25 AM
How do I count number of cels the matches 2 conditions ? Abra Excel Worksheet Functions 2 February 27th 05 08:56 PM
Count If Formula for multiple conditions?? How To?? LPrain Excel Worksheet Functions 1 December 6th 04 09:18 PM


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