Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi all,
I have two list of numbers (say colums A and B) that change values for different settings. I need to have a formula that counts the number of coincidences in colum B. Coincidences mean that the value in a B cell, cell b10 for example, has the same value that the matching cell in A (cell A10 in this case). Other example below. In that case the number of coincidences is 1. A B 3 2 5 5 1 7 7 1 Thanks for your time Mika |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Mika
Try =SUMPRODUCT(--(A1:A4=B1:B4)) -- Regards Roger Govier "Mika" wrote in message ups.com... Hi all, I have two list of numbers (say colums A and B) that change values for different settings. I need to have a formula that counts the number of coincidences in colum B. Coincidences mean that the value in a B cell, cell b10 for example, has the same value that the matching cell in A (cell A10 in this case). Other example below. In that case the number of coincidences is 1. A B 3 2 5 5 1 7 7 1 Thanks for your time Mika |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Roger, you did it !!
Thanks Mika Roger |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF or SUMPRODUCT to total cells containing multiple texts | Excel Worksheet Functions | |||
Sumproduct (Sumif) with Nested Or Criteria | Excel Worksheet Functions | |||
SUMPRODUCT or SUMIF | Excel Discussion (Misc queries) | |||
SUMIF Function Inside SUMPRODUCT Function | Excel Worksheet Functions | |||
Sumif not Sumproduct | Excel Worksheet Functions |