Share via

create a drop down list from another workbook

Anonymous
2011-12-05T18:03:27+00:00

hi

a bit of a novice here.

i have excel 2003

i have an invoice that i created for myself in excel.

in the name/address section of my invoice, i want to have a drop down box and pick from a list of items that are stored in a different excel document.

how can i do this?

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

10 answers

Sort by: Most helpful
  1. Anonymous
    2011-12-08T15:33:13+00:00

    i dont know why.

    i tried it from the website as well.

    it tells me that it is evaluteing to an error

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2011-12-07T14:33:17+00:00

    can you explain this part to me

    sorry to bug you

    create a range named CustomerList with the formula

    =customer-vender list.xls!CUSTOMER

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2011-12-07T13:56:57+00:00

    With costumer-vender list sheet open highlight column G including all the  names then go to the ribbon, Insert, name, define, define the name as CUSTOMER  and enter the following formula, I assumed the sheet where the names are is Sheet1 change it for yours

     =OFFSET(Sheet1!$G$1,0,0,COUNTA(Sheet1!$G:$G))

    Leaving this workbook open open now the Master Memo workbook, create a range named CustomerList with the formula

    =customer-vender list.xls!CUSTOMER

    Then go to Data,Data Validation, in the allow box choose List, in the source box type

    =CustomerList

    click ok

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2011-12-05T21:45:54+00:00

    sorry too confusing for me

    maybe i give you my exact examples

    i have one workbook called : costumer-vender list.xls

    in colom g, i have the names and address in the cells

    the title header of the colom is "NAME"

    i have another workbook named : MASTER MEMO COPY.xls

    in cell n3 , there is a box that requires to put in name and address

    instead of copying and pasting into cell n3, everytime i want to create a new memo, i want to be able to choose the names from a drop down menu that looks up in the workbook " costumer-vender list.xls"

    any suggestions?

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2011-12-05T18:37:56+00:00

    Hi, take a look at Debra web

    http://www.contextures.com/xlDataVal05.html

    Was this answer helpful?

    0 comments No comments