Using 365. Hello and thank you in advance for any help. I want to put some data from Source table into Entry table based on 2 conditions. I haven't been able to get it to work and I wonder if that is because 1 piece of criteria is in a row and one is in a column. What I want to do (IF Date in Entry Table Column A is found in Source column A AND if Entry Table C1 is found in Source Column B then put Source C2)
=IF(AND(A2=Source!A:A,C1=Source!B:B),C2,"missing") did not work
=IF(AND(A2=Source!A:A,C1=Source!B:B),C2,"missing") did not work