I WANT FORMULA

S

Srinivas

I have some similar values in a1:a100 and b1:b100

I want to find the value in a1 if there in B1:b100. If yes means i want to
display yes and no means "NO" in some cell in c

Which formula can i use
 
S

Stefi

=IF(ISERROR(MATCH(A1,B1:B100,0)),"no","yes")

Regards,
Stefi

„Srinivas†ezt írta:
 
V

vikram mundra

Srinivas said:
I have some similar values in a1:a100 and b1:b100

I want to find the value in a1 if there in B1:b100. If yes means i want to
display yes and no means "NO" in some cell in c

Which formula can i use


Hi freind.... You can use this formula...

Select the cell where you want the result.
=if(A1:B1,"Yes","No")
after typing this you will get the result, then
drag the cell from extreme right bottom till where u want the solution..
 
V

vikram mundra

vikram mundra said:
Srinivas said:
I have some similar values in a1:a100 and b1:b100

I want to find the value in a1 if there in B1:b100. If yes means i want to
display yes and no means "NO" in some cell in c

Which formula can i use


Hi freind.... You can use this formula...

Select the cell where you want the result.
=if(A1=B1,"Yes","No")
after typing this you will get the result, then
drag the cell from extreme right bottom till where u want the solution..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top