Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can I use a formula to count how many cells in a particular row is exactly
equal to the corresponding cell in another row? In the example below, I want to compare Rows 3 & 4 against Row 1. the answer for Row 3 would be 3 (the 1st, 3rd and 5th numbers) and the answer for Row 4 would be 2 (the 2nd and 5th numbers) eg Row 1 = 3, 4, 5, 3 ,4, 3 Row 3 = 3, 5, 5, 4, 4, 6 Row 4 = 4, 4, 4, 5, 4, 5 If there is a formula, can it then be modified to show if the cell in Row 3 or 4 is greater (or less than) the corresponding cell in Row 1? Hope this makes sense. Cheers |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Try =SUMPRODUCT(--($A$1:$F$1=A2:F2)) and copy down -- Regards Roger Govier "Marlsnz" wrote in message ... Can I use a formula to count how many cells in a particular row is exactly equal to the corresponding cell in another row? In the example below, I want to compare Rows 3 & 4 against Row 1. the answer for Row 3 would be 3 (the 1st, 3rd and 5th numbers) and the answer for Row 4 would be 2 (the 2nd and 5th numbers) eg Row 1 = 3, 4, 5, 3 ,4, 3 Row 3 = 3, 5, 5, 4, 4, 6 Row 4 = 4, 4, 4, 5, 4, 5 If there is a formula, can it then be modified to show if the cell in Row 3 or 4 is greater (or less than) the corresponding cell in Row 1? Hope this makes sense. Cheers |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Errors in COUNT, COUNTA, COUNTIF when counting merged cells | Excel Worksheet Functions | |||
Counting Occurrence of Text within Text in Cells in Range. | Excel Worksheet Functions | |||
Counting Unique Cells When Spread Sheet is Filtered | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting empty cells within a range of cells | New Users to Excel |