List using Data Validation

J

Jim Patton

I have a list that I created using teh DATA, VALIDATION,
LIST, LISTNAME.
Is there a way that after an item is selected form the
list that it will only show the first 3 characters?
I tried putting the following in the source but not
working.
SOURCE- =LISTNAME+LEFT(CELL,3)
NO GO...

Any ideas?
 
C

CLR

One way is to just set the column width to only show the first three
characters of the string and put just a "space" in the cell to the right to
prevent overflow.........

Vaya con Dios,
Chuck, CABGx3
 
C

CLR

If the first three characters your're talking about are numbers, you can
just put them in your validation list cell, and complete the rest of the
selection in a custom format such as ### "the rest of the selection"
.......this will show up in the list as "123 the rest of the selection" but
only the 123 will come through on the validation feature......

hth
Vaya con Dios,
Chuck, CABGx3
 

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