D
demolay
i want to check whether a values exists in a column or not. if exists,
want to right "yes". if not, "no".
how can i scan a column and return "yes" or "no" in another cell.
for example
column a------------------column b
juve shirt numbers------milan shirt numbers
1---------------------------1
2---------------------------5
4---------------------------6
5---------------------------7
7---------------------------8
9---------------------------9
10-------------------------10
....
i want to look for "1" in column b and write "yes" in column c. the
look for "2" in column b and write "no" in column c...
i think you got it :
want to right "yes". if not, "no".
how can i scan a column and return "yes" or "no" in another cell.
for example
column a------------------column b
juve shirt numbers------milan shirt numbers
1---------------------------1
2---------------------------5
4---------------------------6
5---------------------------7
7---------------------------8
9---------------------------9
10-------------------------10
....
i want to look for "1" in column b and write "yes" in column c. the
look for "2" in column b and write "no" in column c...
i think you got it :