My last post is to create list in Excel also but it can use at one wooksheet.
This topic is to create only one list and can be used for every wooksheets in same Excel file.
Result you get is the same, you still get Dropdownlist like figure below.
Let's change step a bit for more advance1. Go to your value listing, select source range by hi-light cell D2-D4 for example.2. Name it as ListName by click at Name Box (top-left, at front of function box), type "ListName" into Name Box then click OK.
3. If you select other cell and you back to select the D2-D4 again, you will see "ListName" appear in Name box, that means you defined Naming successfully.
4. Modify Validation source to "ListName" by select Data -> Validation...,
Change data validation from selected range to "=ListName", then click OK.

Now you will get result same as basic way. Let's see the differrent.
5. Click at Sheet2, select entire column B and go to Data -> Validation...
6. Select Validation criteria Allow List and define Source to "=ListName", then click OK.
Now you can use value list anywhere in workbook.
7. To modify area of value listing, Go to Insert -> Name -> Define
8. Click at ListName and change the value range in Refers to:

Have fun!!