trim

  • Thread starter Thread starter Tejas Kokje
  • Start date Start date
T

Tejas Kokje

Hi,
I am trying to compare two alphanumerical values from two different
columns after trimming them. But I guess something is not going wrong.
Can some body post simple code which compares values from two columns.

Regards,
Tejas Kokje
 
Tejas,

The following assumes entries are in c2 and d2, the entry is trimmed then
converted to uppercase.
=EXACT(TRIM(UPPER(C2)),TRIM(UPPER(D2)))

Rob
 

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

Back
Top