Another question on Validation

  • Thread starter Thread starter Juran
  • Start date Start date
J

Juran

Can I put two conditions as a cell validatiion?
Ex.
=left(c10,3)="TDI" and text lenght.

Thank you.

Juran
 
For a total cell length of 10, try this:

=AND(LEFT(C10,3)="TCI",LEN(C10)=10)
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

Can I put two conditions as a cell validatiion?
Ex.
=left(c10,3)="TDI" and text lenght.

Thank you.

Juran
 
Thanks for the feed-back.
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

ragdyer

Thank you.

Rubem
 

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

Similar Threads


Back
Top