Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a table that looks like the following
one Y one two two three Y three Y three What I am trying to do is count the numbers of Y's based on the value in the first column ie......count y's if column 1 = 3 Thanks Tim |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is that 3 or three?
=SUMPRODUCT(--(A1:A100=3),--(B1:B100="Y") or =SUMPRODUCT(--(A1:A100="three"),--(B1:B100="Y") -- HTH RP (remove nothere from the email address if mailing direct) "Tim" wrote in message ... I have a table that looks like the following one Y one two two three Y three Y three What I am trying to do is count the numbers of Y's based on the value in the first column ie......count y's if column 1 = 3 Thanks Tim |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum Cell Values of one column based on Another Cell Value in a different column | Excel Worksheet Functions | |||
Count the number of cell based on the value of certain cell | New Users to Excel | |||
conditional cell format based on cell in same row, previous column | Excel Worksheet Functions | |||
Format cell in column B based on value in the next cell (column c) | Excel Discussion (Misc queries) | |||
Deleting Rows based on text in cell & formatting cell based on text in column beside it | Excel Programming |