Quote:
|
Originally Posted by savbill
>If you have data validation set on a cell that uses a List Source with Claim Number values contained on another sheet
I've ever been able to get data validation to work on a list from another sheet.
|
This should work. The easiest way is to name the range, then use that in the Validation List.
For instance, on Sheet2, put a few numbers in column B (say B2:B5), then go to
Insert > Name > Define, give it a name Rng1, and in the Refers to box, type this (which allows the list to grow automatically):
=OFFSET(Sheet2!$B$2,0,0,COUNTA(Sheet2!$B:$B),1)
Then on Sheet1, select a cell, then Data > Validation, and in the Validation Crieteria, from the dropdown list, choose List. In the Source, type:
=Rng1
Click OK. Now click on the dropdown list, and you will see the selections.
Quote:
|
>can you have an autotext feature which would populate the claim number when a few letters are typed in the cell?
|
It's not an ideal situation, but one workaround, depending on how many items you have, is to use rows
above your data, and fill in all the options. Then hide those rows. Now the AutoComplete capability will help you.