need code to compare text

S

Shan

I need to compare 2 cells and get a true or false if the are same or
not


so if A1=cat and B1=cat true should be returned

however if a1=cat b1=cater then false should be returned

I am currently using the Like operator which returns tru for both
 
S

Steven M (remove wax and invalid to reply)

Je 14 Jul 2006 14:39:25 -0700 said:
I need to compare 2 cells and get a true or false if the are same or
not


so if A1=cat and B1=cat true should be returned

however if a1=cat b1=cater then false should be returned

I am currently using the Like operator which returns tru for both

Why not compare A1=B1?

Or am I missing something?


--
Steven M - (e-mail address removed)
(remove wax and invalid to reply)

bus station = where bus stops
train station = where train stops
work station = ?
 

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