#1   Report Post  
d sweeney
 
Posts: n/a
Default count

I am trying to count two colums if they both meet/match a curtain number.

Example if A1 = 2 and B1 = 12 then add one to the count.

The array that I am trying to count is two colums, A2:A800 and B2:B8000
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

=SUMPRODUCT(--(A2:A800=2),--(B2:B800=12))

HTH
Jason
Atlanta, GA

-----Original Message-----
I am trying to count two colums if they both meet/match

a curtain number.

Example if A1 = 2 and B1 = 12 then add one to the count.

The array that I am trying to count is two colums,

A2:A800 and B2:B8000
.

  #3   Report Post  
Myrna Larson
 
Posts: n/a
Default

To count the matches in COLUMNS A and B:

=SUMPRODUCT((A2:A800=2)*(B2:B800=12))


On Mon, 21 Feb 2005 13:07:06 -0800, d sweeney <d
wrote:

I am trying to count two colums if they both meet/match a curtain number.

Example if A1 = 2 and B1 = 12 then add one to the count.

The array that I am trying to count is two colums, A2:A800 and B2:B8000


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
SUMPRODUCT Formula to Count Row of data Below Matched Criteria Sam via OfficeKB.com Excel Worksheet Functions 8 February 3rd 05 01:37 AM
count a group of numbers but do not count duplicates Lisaml Excel Worksheet Functions 2 January 26th 05 11:19 PM
Count number to reach a cumulative value Bruce Excel Worksheet Functions 5 January 25th 05 05:14 PM
Count If Formula Mimi Excel Worksheet Functions 0 November 5th 04 11:55 AM
count based on two fields - need quickly JO Excel Worksheet Functions 1 November 1st 04 09:44 PM


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