Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
If they are only counted as matches if they are on the same row then =SUM(N(A1:A5=B1:B5)) Entered as an array (press Shift+Ctrl+Enter to enter the formula) If the matches are case sensitive (A2 is not equal to a2) then =SUMPRODUCT(1*EXACT(A1:A5,B1:B5)) or =SUMPRODUCT(--EXACT(A1:A5,B1:B5)) -- If this helps, please click the Yes button Cheers, Shane Devenshire "Araseli" wrote: I'm trying to put together a formula that will count the number of times the data in column a matches c. I need a total column in this case(row 6) should say 2 because text in columns a & c only match 3 times Say i have: a b c d e 1 c1 c1 2 c2 c1 3 f3 f3 4 p2 f3 5 t4 t4 6 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
count number of rows with 2 matching text cells | Excel Worksheet Functions | |||
Count matching text in column | Excel Discussion (Misc queries) | |||
Count matching text in two columns | Excel Discussion (Misc queries) | |||
Help with Matching Text Fields - Then Moving the Matching Cells Side by Side | Excel Discussion (Misc queries) | |||
How to count matching text | Excel Discussion (Misc queries) |