excel - Loop through range, if match copy specific cell -
i have formula working, looks value , if there match between sheets prints out row match in. if match if found copy value column b in same row value found.
so if match found between a2 in sheet1 , range a:a in sheet2, , lets row 5, want copy b5. possible?
=if(iserror(match(a1;indata!a:a;0));""; match(a1;sheet2!a:a;0))
=if(iserror(match(a1,sheet2!a:a,0)),"",index(sheet2!b:b,match(a1,sheet2!a:a,0)))
Comments
Post a Comment