Forum Discussion
nwmt48
Feb 03, 2023Copper Contributor
Compare two sheets and replace values
Hi, I want to compare Column A of sheet #1 in a file to Column A of sheet #2 (same file different tab). If it matches, then replace the value in Column F in Sheet #1 with the value in Column C of sheet #2. There are 25,000+ rows that I'd like to compare and replace. Does anyone know how to do this? Thanks for your help!
nwmt48
formula for cell F1 on sheet 1=IF($A1=Sheet2!$A1,Sheet2!$C1,"NOT MATCHED")
This will bring the "VALUE" of Sheet 2 column C (if matches) on sheet 1 column F.
sample file is on the attached.