i have this on a1
anearing
neopagan
ongaonga
magainin
want formula on b1 where results should be as follows
N
N
Y
N
i have this on a1
anearing
neopagan
ongaonga
magainin
want formula on b1 where results should be as follows
N
N
Y
N
Try, for T/F:
=LEFT(A1,4)=RIGHT(A1,4)
or (for Y/N)
=IF(LEFT(A1,4)=RIGHT(A1,4),"Y","N")
Glenn
None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU
or... if the strings can be >8 characters...
=IF(LEFT(A1,4)=MID(A1,5,4),"Y","N")
Thank you Glenn , glad too got the reply too quick
You're welcome.
It would be very nice if you were to just click the Add Reputation button at the foot of any of the posts of members who helped you reach a solution.
Finally, if that takes care of your original question, please select "Thread Tools" from the menu link (just above the first post in the thread) and mark this thread as SOLVED.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks