Hello
I am trying to match two columns in one list with two columns in a second list. What is the formula to verify this? For example, list 1 has column A(address), column B(bin size) and list 2 has column D(address) and column E(bin size). In list 1, the address could have multiple bin sizes so I only want to retrieve the rows in that list that have an exact match of address AND bin size in list 2.
Thanks in advance!!
I am trying to match two columns in one list with two columns in a second list. What is the formula to verify this? For example, list 1 has column A(address), column B(bin size) and list 2 has column D(address) and column E(bin size). In list 1, the address could have multiple bin sizes so I only want to retrieve the rows in that list that have an exact match of address AND bin size in list 2.
Thanks in advance!!