Hello, I'm not sure which formula to use to return the value from a Cell. I have 2 documents with all the same information except that one sheet does not have column for Login ID. I would like to add column Login ID but match it to match the same information on the rows. It needs to match the User number. I basically want it to search if A1 from first sheet = B1:B3000 from second sheet then return the value matching that from c1:C3000. I thought of a simple IF(A1=B1,C1,0) but this isn't working because the numbers change in column C and I need it to look in all of column C and A instead of just one cell match. Thank you!
User number | User name | Login ID |
---|---|---|