G
Guest
i have this table, wherein i wanted to have output in column3 names of those
who appears in column1 and column2
i.e.
name1 name2
jasper aileen
rd jasper
jp norman
aimee jojo
cris aimee
but as i use this formula - =if(countif(a:a,"=" & b1)>0,B1,""), this is what
happens,
name1 name2 name3
jasper aileen
rd jasper jasper
jp norman
aimee jojo
cris aimee aimee
is it possible for me to be able to line them properly at the top?
who appears in column1 and column2
i.e.
name1 name2
jasper aileen
rd jasper
jp norman
aimee jojo
cris aimee
but as i use this formula - =if(countif(a:a,"=" & b1)>0,B1,""), this is what
happens,
name1 name2 name3
jasper aileen
rd jasper jasper
jp norman
aimee jojo
cris aimee aimee
is it possible for me to be able to line them properly at the top?