Hi All,
I've tried a few combinations to get this to work but I seem to be failing at it.
I have a series of rows that have data in them in the form of a single letter (R, I, D, W)
I have one row at the bottom of the list that also has the same values, in different orders (D, I, R, W)
So an example might look like this:
So the count for the end of Row1 should be 4 (First two D's match, then third R's, fourth I's, 7th' R's) so 4 matches. (Note each value is in its own cell, we could call Row 1 A1 and ENDROW A52).
How can I count (using COUNTIF, or COUNTIFS or some other clever method?) the matches for each row. I give one row as a simple example, and I can replicated it on the other rows.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
I've tried a few combinations to get this to work but I seem to be failing at it.
I have a series of rows that have data in them in the form of a single letter (R, I, D, W)
I have one row at the bottom of the list that also has the same values, in different orders (D, I, R, W)
So an example might look like this:
Code:
ROW1: D D R I W W R
ENDROW: D R R I D D R
So the count for the end of Row1 should be 4 (First two D's match, then third R's, fourth I's, 7th' R's) so 4 matches. (Note each value is in its own cell, we could call Row 1 A1 and ENDROW A52).
How can I count (using COUNTIF, or COUNTIFS or some other clever method?) the matches for each row. I give one row as a simple example, and I can replicated it on the other rows.
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."