Forum Discussion
Nate167
Jan 10, 2023Copper Contributor
Formula to look up along with if/then
I'm working to merge two excel files into one, on is an offline file I've been making changes in and the other is a live file a team uses. Since I broke off my offline file I've had this team put an...
OliverScheurich
Jan 10, 2023Gold Contributor
=IF(D2="",E2,VLOOKUP(A2,sheet2!$A$2:$E$24,5,FALSE))You can try an IF formula with VLOOKUP.
Sheet1:
Sheet2: