Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Can you provide a screenshot or more data. To compare 2 columns on one sheet with two columns on another sheet =if(and(sheet1!l1=sheet2!b1,sheet1!m1=sheet2!c1),"Matched","Did not Match") is a prototype for a solution
    – bvaughn
    Commented Aug 9, 2016 at 14:36
  • here you can see a screenshot of two sheets. filedropper.com/newmicrosoftworddocument
    – Fort Knox
    Commented Aug 9, 2016 at 14:50
  • I dont want to say matched or did not matched, i want to say if matched then bring the value from column D of sheet2 to column O in sheet1.
    – Fort Knox
    Commented Aug 9, 2016 at 15:22
  • " but it doesn't work." - what you've tried, and how exactly it doesn't work (error message, wrong results. ..)? Commented Aug 9, 2016 at 19:14