I need a formula that fits in a single cell. I have two rows of 1 and 0 data 100 cells wide. That is 100 pairs of 1 and 0 data, each top row cell (1 or 0) directly over a bottom row cell(1 or 0), 100 cells wide left to right. I would like a single cell formula that returns how many of the top row 1 or 0 data matches the bottom row 1 and 0 data. This might kinda look like the correlation function but it would be XOR or XNOR and not correlation. I suppose I could put 100 XOR formulas in one cell, but there should be a better formula than that. This is for my personal use.
Thanks All - Mike