Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have data in a worksheet that I want it to count if it meets two points,
for example: Row 1 3 3 2 3 Row 2 A B A A I want it to count all instances where Row1 = 3 and Row 2=A, which should equal 2 in this instance but I can't seem to figure out the formula. Does anyone know how to do this? Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try this:
=SUMPRODUCT(--(A1:D1=3),--(A2=D2="A")) Biff "Mike" wrote in message ... I have data in a worksheet that I want it to count if it meets two points, for example: Row 1 3 3 2 3 Row 2 A B A A I want it to count all instances where Row1 = 3 and Row 2=A, which should equal 2 in this instance but I can't seem to figure out the formula. Does anyone know how to do this? Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMPRODUCT(--(A2:Z2=3),--(B3:Z3="A"))
-- Regards, Peo Sjoblom "Mike" wrote in message ... I have data in a worksheet that I want it to count if it meets two points, for example: Row 1 3 3 2 3 Row 2 A B A A I want it to count all instances where Row1 = 3 and Row 2=A, which should equal 2 in this instance but I can't seem to figure out the formula. Does anyone know how to do this? Thanks |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks. This works perfectly.
"Mike" wrote: I have data in a worksheet that I want it to count if it meets two points, for example: Row 1 3 3 2 3 Row 2 A B A A I want it to count all instances where Row1 = 3 and Row 2=A, which should equal 2 in this instance but I can't seem to figure out the formula. Does anyone know how to do this? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula Countif | Excel Discussion (Misc queries) | |||
help in countif formula. | Excel Discussion (Misc queries) | |||
countif formula | Excel Discussion (Misc queries) | |||
CountIf formula results in the formula itself being displayed. | Excel Worksheet Functions | |||
Another Countif Formula | Excel Discussion (Misc queries) |