Hi,
I'm looking for a formula which looks at cell A1 and if it contains the exact text that is in B1 returns 'Yes' and if it doesn't it returns nothing.
Thanks
Hi,
I'm looking for a formula which looks at cell A1 and if it contains the exact text that is in B1 returns 'Yes' and if it doesn't it returns nothing.
Thanks
Last edited by D_N_L; 12-13-2011 at 09:04 AM.
By exact do you mean case sensitive?
If yes, then:"
=IF(EXACT(A1,A2),"Yes","")
If no, then
=IF(A1=A2,"Yes","")
Where there is a will there are many ways.
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Hi Plumby,
Use following formula:-
Regards,![]()
Please Login or Register to view this content.
DILIPandey
<click on below 'star' if this helps >
DILIPandey, Excel rMVP
+919810929744 (India), +971528225509 (Dubai), dilipandey@gmail.com
=IF(A1=B1,"yes","") ???
Regards
tom1977
If You are satisfied with my solution click the small star icon on the left to say thanks.
Thanks everyone. I needed the EXACT feature. Thanks!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks