Hello!
I am having trouble with what seems to be a easy problem to fix. This is the gist of what I am trying to accomplish: I have four columns: A, B, C, and D. A and B are related (meaning the data in A1 should correspond to B1) and C and D are related in the same way. Column B is blank. In this example, Column A and Column C are titled "Property Address" and Column B and Column D are titled "Year Built" I want to find out if any value in Column A matches any value in Column C, and if so, display the corresponding value from column D in the blank column B. So if The value for A1 = "111 N Main St", B1 is blank, C26 = "111 N Main St", I want to display the value from D26 in cell B1. Does that make sense? And if there is no match, I would like column B to display "No Match".
I cannot just sort the data because (in my example) column A has about 6,000 records and column C has about 30,000 records.
Bookmarks