excel - Match only 2 cells and rearrange multiple cells -
column 1 , column 2 values excel sheet. need match column 1 column 3 while column 1 , column 2 should still maintain order. how can this?
sample:
i have found formula. doesn't need.
=if(isna(match(c2,a:a,0)),"",index(a:a,match(c2,a:a,0)))
Comments
Post a Comment