Hey gurus -
I have a spreadsheet where we have a list of values in column A (many of which are duplicates, which is necessary) and then in Column B users will enter either a "Y", "N', or leave it blank corresponding with the value in A. I need a formula that will alert me in Column C if all of the duplicate values in column A do not match what was entered in Column B.
For example, lets say column A has 3 values:
I want to be alerted if Column B's corresponding entries do not all match... in this case the options would be all "Y" all "N" or all Blank (no entry) in order to not error out. If any one of them do not match, then there would be an error of "No Match" for all entries for that given unique value from Column A.
I have included below a picture of a subset of the actual data and what I would want to see in Column C.
Ideas?
I have a spreadsheet where we have a list of values in column A (many of which are duplicates, which is necessary) and then in Column B users will enter either a "Y", "N', or leave it blank corresponding with the value in A. I need a formula that will alert me in Column C if all of the duplicate values in column A do not match what was entered in Column B.
For example, lets say column A has 3 values:
Excel Workbook | |||||
---|---|---|---|---|---|
A | B | C | |||
1 | Mike | Y | No Match | ||
2 | Mike | N | No Match | ||
3 | Mike | Y | No Match | ||
Sheet1 |
I want to be alerted if Column B's corresponding entries do not all match... in this case the options would be all "Y" all "N" or all Blank (no entry) in order to not error out. If any one of them do not match, then there would be an error of "No Match" for all entries for that given unique value from Column A.
I have included below a picture of a subset of the actual data and what I would want to see in Column C.
Ideas?