M
Mark
Hi,
I am trying to compare two sets of five numbers on the
same row, (B5:F5) with (H5:L5). Each set of numbers does
not have any duplicate values. And the value of the
numbers in both sets range from 1-75 (not sure if this
matters much). I would like to count how many numbers in
one set matches numbers in the other set. I have tried
using the following code in cell N5, but am not getting
the right count. I have tried typing the code in cell N5
and pressing "ctrl/shift/enter," but am not having any
luck. Any suggestions?
=SUM(IF(FREQUENCY(B5:F5,H5:L5)>0,1))
=FREQUENCY(B5:F5,H5:L5)
Thanks for the assistance!
I am trying to compare two sets of five numbers on the
same row, (B5:F5) with (H5:L5). Each set of numbers does
not have any duplicate values. And the value of the
numbers in both sets range from 1-75 (not sure if this
matters much). I would like to count how many numbers in
one set matches numbers in the other set. I have tried
using the following code in cell N5, but am not getting
the right count. I have tried typing the code in cell N5
and pressing "ctrl/shift/enter," but am not having any
luck. Any suggestions?
=SUM(IF(FREQUENCY(B5:F5,H5:L5)>0,1))
=FREQUENCY(B5:F5,H5:L5)
Thanks for the assistance!