I'm working on a project requiring the matching of data from multiple worksheets and got some useful advice from someone on here a few months ago to get it up and running.
At the moment I'm using SUMPRODUCT with an IF argument to check rows on one sheet for matches on 5 others and return a "Yes" or "No" value, which is working fine. The next bit of analysis however requires copying the value from another column on rows that match, and pasting it into the first sheet.
=IF(SUMPRODUCT(--('Sheet2'!$B$2:$B$108=C2),--('Sheet2'!$I$2:$I$108=J2))>=1,"Yes","No")
What I need to insert into the formula above is something like:
THEN copy $Level from CurrentRowSheet2, paste $Level CurrentRowSheet1
Hope that makes sense! I'd appreciate any advice as to whether this functionality can be shoehorned into what I have, or if something like INDEX/MATCH might be more appropriate.
If any more details are required, please let me know, I'd be grateful for any help.
Bookmarks