Hi all,
First off, let me say I am no expert whatsoever in VBA or any type of excel formulas. I know the basics well, but my problem here is way passed my ability to program. I hope someone doesn't mind help me out .
Here it goes.
I have column A and column B.
I would like a formula or macro that would enable me to know if a value in column A that appears more than once (say in rows 1 and 2 for example) corresponds to identical values in column B.
For example.
If
A1 = 1
A2 = 2
A3 = 2
A4= 1
and
B1 = X
B2 = Y
B3 = Z
B4 = X
I'd like it to tell me that:
- value "1" in column A matches value "X" twice
-value "2" in column A matches value "Y" once
-value "2" in column A matches value "Z" once
Or, more simply, maybe just:
-value "1" in column A matches 2 identical values
-value "2" in column A matches 2 non-identical values
I realize this might be a lot to ask, but counting the occurrences by hand has become extremely time consuming! I would be eternally grateful!
First off, let me say I am no expert whatsoever in VBA or any type of excel formulas. I know the basics well, but my problem here is way passed my ability to program. I hope someone doesn't mind help me out .
Here it goes.
I have column A and column B.
I would like a formula or macro that would enable me to know if a value in column A that appears more than once (say in rows 1 and 2 for example) corresponds to identical values in column B.
For example.
If
A1 = 1
A2 = 2
A3 = 2
A4= 1
and
B1 = X
B2 = Y
B3 = Z
B4 = X
I'd like it to tell me that:
- value "1" in column A matches value "X" twice
-value "2" in column A matches value "Y" once
-value "2" in column A matches value "Z" once
Or, more simply, maybe just:
-value "1" in column A matches 2 identical values
-value "2" in column A matches 2 non-identical values
I realize this might be a lot to ask, but counting the occurrences by hand has become extremely time consuming! I would be eternally grateful!