Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
i am trying to get Excel to tell me the number of times a value appears in both column a and columb b. for example: a a a n a a m a a a m d the result i am looking for excel to come up with is 3. i have been trying for about 3 days now with no luck does anyone have suggestions? Thanks :) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
actually, i figured it out, thanks tho
"JMB" wrote: Say the data is in A1:B6 =SUMPRODUCT(--(A1:A6="A"),--(B1:B6="A")) "ScottyC" wrote: Hi i am trying to get Excel to tell me the number of times a value appears in both column a and columb b. for example: a a a n a a m a a a m d the result i am looking for excel to come up with is 3. i have been trying for about 3 days now with no luck does anyone have suggestions? Thanks :) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, that worked. however, I can't seem to get that formula to work across
diffreent pages within the database? "JMB" wrote: Say the data is in A1:B6 =SUMPRODUCT(--(A1:A6="A"),--(B1:B6="A")) "ScottyC" wrote: Hi i am trying to get Excel to tell me the number of times a value appears in both column a and columb b. for example: a a a n a a m a a a m d the result i am looking for excel to come up with is 3. i have been trying for about 3 days now with no luck does anyone have suggestions? Thanks :) |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Scotty,
Try this =COUNTIF('[Workbook] Sheet!$A$2:$A$2530,A2) "ScottyC" wrote: actually, i figured it out, thanks tho "JMB" wrote: Say the data is in A1:B6 =SUMPRODUCT(--(A1:A6="A"),--(B1:B6="A")) "ScottyC" wrote: Hi i am trying to get Excel to tell me the number of times a value appears in both column a and columb b. for example: a a a n a a m a a a m d the result i am looking for excel to come up with is 3. i have been trying for about 3 days now with no luck does anyone have suggestions? Thanks :) |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Glad to help.
"ScottyC" wrote: actually, i figured it out, thanks tho "JMB" wrote: Say the data is in A1:B6 =SUMPRODUCT(--(A1:A6="A"),--(B1:B6="A")) "ScottyC" wrote: Hi i am trying to get Excel to tell me the number of times a value appears in both column a and columb b. for example: a a a n a a m a a a m d the result i am looking for excel to come up with is 3. i have been trying for about 3 days now with no luck does anyone have suggestions? Thanks :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Countif Formula /Sort Bug??? | Excel Discussion (Misc queries) | |||
COUNTIF or not to COUNTIF on a range in another sheet | Excel Worksheet Functions | |||
Combining IF and COUNTIF based on two columns | Excel Discussion (Misc queries) | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions | |||
Countif - Countif | Excel Worksheet Functions |