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

I am trying to get a count of how many times a number appears In colume A
that is a check in colume B. What formula do I use ?

Colume A colume B
$140 check
$30 Pass
$140 Pass
$115 Check
$75 Check
$30 check
$140 check

Answer:

$140 2
$115 1
$30 1
$75 1

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default count

Try this:

=SUMPRODUCT(--(A1:A10=140),--(B1:B10="check"))

Or, if you have the unique numbers listed in a range, say D1:D5

=SUMPRODUCT(--(A$1:A$10=D1),--(B$1:B$10="check"))

Then copy down as needed


--
Biff
Microsoft Excel MVP


"Ros" wrote in message
...
I am trying to get a count of how many times a number appears In colume A
that is a check in colume B. What formula do I use ?

Colume A colume B
$140 check
$30 Pass
$140 Pass
$115 Check
$75 Check
$30 check
$140 check

Answer:

$140 2
$115 1
$30 1
$75 1



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

Ros,

I placed the following formula into column C:
=SUMPRODUCT(--($B$1:$B$7=B1),--($A$1:$A$7=A1))

Pull this formula down to return the Count for each criteria, A:B. So,
140:Check, 30:Pass, etc. If you wanted to amend this to only show the Check,
change B1 to "Check" and only for $140, change A1 to 140.

--
--Thomas [PBD]
Working hard to make working easy.
Answered your question? Click ''''Yes'''' below.


"Ros" wrote:

I am trying to get a count of how many times a number appears In colume A
that is a check in colume B. What formula do I use ?

Colume A colume B
$140 check
$30 Pass
$140 Pass
$115 Check
$75 Check
$30 check
$140 check

Answer:

$140 2
$115 1
$30 1
$75 1

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
Count Employee Work Time - Don't Double-count Overlapping Apts. J Excel Worksheet Functions 0 April 27th 07 05:52 AM
Excel 2000, count, sort a list & count totals? sunslight Excel Worksheet Functions 1 April 9th 07 05:46 PM
How do i count numbers and letters to find a total count of all Linda Excel Worksheet Functions 4 November 10th 05 04:51 PM
Count Intervals of 1 Numeric value in a Row and Return Count down Column Sam via OfficeKB.com Excel Worksheet Functions 8 October 4th 05 04:37 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


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