Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count Specific Item in Specific Row


I'm a newbie and sorry about the nomenclature. I want to be able to
count specific entries in Columns B and C against a specific criteria
in Column A.

Let's say the sheet has 100 rows of three columns (A,B,C). Column A
rows will have entered 1, 2, or 3. Columns B and C will have entered
W, X, or Y.

So we can have 1 W W, 2 W X, 1 X X, 3 Y Y, etc. What I want to be able
to do is to determine how many W X and Y EACH are in the rows with only
1, only 2, and only 3.


--
RayH
------------------------------------------------------------------------
RayH's Profile: http://www.excelforum.com/member.php...o&userid=36647
View this thread: http://www.excelforum.com/showthread...hreadid=564005

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count Specific Item in Specific Row


RayH Wrote:
I'm a newbie and sorry about the nomenclature. I want to be able to
count specific entries in Columns B and C against a specific criteria
in Column A.

Let's say the sheet has 100 rows of three columns (A,B,C). Column A
rows will have entered 1, 2, or 3. Columns B and C will have entered
W, X, or Y.

So we can have 1 W W, 2 W X, 1 X X, 3 Y Y, etc. What I want to be able
to do is to determine how many W X and Y EACH are in the rows with only
1, only 2, and only 3.


So, basically, you want a table with the headers W, X, Y and rows 1, 2,
3 with the counts of each?

Let's say you put such a table in the cells D1:G4, so the W,X,Y are in
E1:G1 and 1,2,3 are in D2:D4.

Then set
E2=SUMPRODUCT(--($A$1:$A$100=$D2),(--($B$1:$B$100=E$1))+(--($C$1:$C$100=E$1)))

Fill this down and across to complete the table.

HTH,
Scott


--
Maistrye
------------------------------------------------------------------------
Maistrye's Profile: http://www.excelforum.com/member.php...o&userid=36078
View this thread: http://www.excelforum.com/showthread...hreadid=564005

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count Specific Item in Specific Row


The cell says ##VALUE.


--
RayH
------------------------------------------------------------------------
RayH's Profile: http://www.excelforum.com/member.php...o&userid=36647
View this thread: http://www.excelforum.com/showthread...hreadid=564005

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Count Specific Item in Specific Row

You can try this:

=SUMPRODUCT(($A$1:$A$10=$D2)*($B$1:$C$10=E$1))

And copy across and then down.
--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===


"RayH" wrote in message
...

The cell says ##VALUE.


--
RayH
------------------------------------------------------------------------
RayH's Profile:
http://www.excelforum.com/member.php...o&userid=36647
View this thread: http://www.excelforum.com/showthread...hreadid=564005


  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Count Specific Item in Specific Row


Can someone help me interpet the rows and cells in the formula so I can
transfer it to the spreadsheet that I'm actually using? I'm using rows
15-1000 for potential entries.

Column A will have entries 1-31. Columns G,J,andM will have entries
C,36,MH,NB. Yes, I am trying to have Columns for C, 36, MH, NB and
rows 1-31.


--
RayH
------------------------------------------------------------------------
RayH's Profile: http://www.excelforum.com/member.php...o&userid=36647
View this thread: http://www.excelforum.com/showthread...hreadid=564005



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,572
Default Count Specific Item in Specific Row

It must be the late hour here, but I don't understand a word you're saying
in describing your datalist, in relation to what you originally posted.

Try describing it again ... explicitly.

--
Regards,

RD

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

Can someone help me interpet the rows and cells in the formula so I can
transfer it to the spreadsheet that I'm actually using? I'm using rows
15-1000 for potential entries.

Column A will have entries 1-31. Columns G,J,andM will have entries
C,36,MH,NB. Yes, I am trying to have Columns for C, 36, MH, NB and
rows 1-31.


--
RayH
------------------------------------------------------------------------
RayH's Profile:

http://www.excelforum.com/member.php...o&userid=36647
View this thread: http://www.excelforum.com/showthread...hreadid=564005


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 specific value with filtered data Shawn13 Excel Worksheet Functions 1 June 29th 06 12:27 AM
count by specific text color in range of cell Tii99 Excel Discussion (Misc queries) 2 April 4th 06 09:58 AM
How do I count a value if another field = a specific value? Excel AprilCarter Excel Worksheet Functions 3 September 14th 05 03:49 AM
Count cells with specific values in the cells next to them? Christopher Excel Worksheet Functions 2 September 8th 05 05:49 PM
SPECIFIC WORD COUNT FROM A RANGE Nigel Excel Discussion (Misc queries) 6 April 28th 05 01:52 PM


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