Matching between two arrays in excel and then outputting a value -
so have situation want match values in a2:a4 values in b2:f4 , output values in b5:f5 in cell a5 (depending on column matched). in particular case, values in column match values in column e output in a5 should 1. want excel formula me (no vba). can kindly this.
thanks in advance.
b5 =if(a2=b2&a3=b3&a4=b4,1,0)
Comments
Post a Comment