Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Might be basic question, but I am having brain cramp!!! I am trying to
count the number of times in a sheet column 1 = 10 AND column 2 = South. I have tried multiple version of the count, and, if, countif etc, but can not figure it out. Please advise |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(--(A1:A100=10),--(B1:B100="south")) Better to use cells to hold the criteria: D1 = 10 E1 = south =SUMPRODUCT(--(A1:A100=D1),--(B1:B100=E1)) -- Biff Microsoft Excel MVP "JANeyer" wrote in message ... Might be basic question, but I am having brain cramp!!! I am trying to count the number of times in a sheet column 1 = 10 AND column 2 = South. I have tried multiple version of the count, and, if, countif etc, but can not figure it out. Please advise |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT((A1:A10=10)*(B1:B10="South"))
Tyro "JANeyer" wrote in message ... Might be basic question, but I am having brain cramp!!! I am trying to count the number of times in a sheet column 1 = 10 AND column 2 = South. I have tried multiple version of the count, and, if, countif etc, but can not figure it out. Please advise |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I change column headers from numeric to alpha? | Excel Discussion (Misc queries) | |||
Lookup the last alpha numeric value in a column | Excel Discussion (Misc queries) | |||
Change the column designation from a numeric to an alpha | Excel Discussion (Misc queries) | |||
Excel XP. column headings are numeric I want alpha | Setting up and Configuration of Excel | |||
column changed from alpha to numeric | Excel Worksheet Functions |