![]() |
Counting Number of Discrepancies between 2 rows
I've got integer values in Rows B and C, columns 1 to 20
I'd like to be able to count the number of times where the column values in rows B and C don't match. Can someone point me in the right direction. TIA Rob |
Counting Number of Discrepancies between 2 rows
B, C are columns, 1 to 20 are rows
Maybe you meant to do this In say, D2: =SUMPRODUCT(--(B2:B20<C2:C20)) -- Max Singapore --- "RobFJ" wrote: I've got integer values in Rows B and C, columns 1 to 20 I'd like to be able to count the number of times where the column values in rows B and C don't match |
Counting Number of Discrepancies between 2 rows
Hi,
=SUMPRODUCT(--(B1:B20<C1:C20)) -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "RobFJ" wrote: I've got integer values in Rows B and C, columns 1 to 20 I'd like to be able to count the number of times where the column values in rows B and C don't match. Can someone point me in the right direction. TIA Rob . |
All times are GMT +1. The time now is 07:19 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com