+ Reply to Thread
Results 1 to 3 of 3

Creating address envelop using drop down list

  1. #1
    Registered User
    Join Date
    07-25-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    5

    Post Creating address envelop using drop down list

    Friends, I need some help

    I am trying to create an envelop printing simple excel sheet. I have a format of envelop in Sheet1 and addresses in Sheet2.

    In Sheet1 - E4 I have created a dropdown list of company names from Sheet2. I want to Fill the address area of Sheet1 (C5 to C9) with Name, Company, Add1, Add2, City, Zip and Phone when I select company name from drop down list.

    Please help me. Thanks in advance. I am attaching the sample excel file.Envelope_sample.xlsx

  2. #2
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 Version 2405 Win 11 Home 64 Bit
    Posts
    23,888

    Re: Creating address envelop using drop down list

    In C5: =INDEX(Sheet2!$B$2:$B$9,MATCH(Sheet1!E4,Sheet2!$C$2:$C$9,0))
    In C6: =VLOOKUP(E4,Sheet2!$C$2:$H$9,1,FALSE)
    In C7: =VLOOKUP(E4,Sheet2!$C$2:$H$9,2,0)
    In C8: =VLOOKUP(E4,Sheet2!$C$2:$H$9,3,0)
    In C9: =VLOOKUP(E4,Sheet2!$C$2:$H$9,4,0) & "," &VLOOKUP(Sheet1!E4,Sheet2!$C$2:$H$9,5,0)
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  3. #3
    Forum Expert
    Join Date
    12-09-2014
    Location
    Trakai, Lithuania
    MS-Off Ver
    2016
    Posts
    1,294

    Re: Creating address envelop using drop down list

    I offer this option.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Open Drop Down List and Date Picker with Target.Address
    By TRLOS in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-15-2013, 08:47 AM
  2. Excel 2007 : Drop Down Address List
    By jbnonn in forum Excel General
    Replies: 2
    Last Post: 04-28-2010, 05:39 AM
  3. Excel 2007 : Drop Down List Address
    By adiphil in forum Excel General
    Replies: 2
    Last Post: 04-15-2009, 10:35 AM
  4. excel 2003: creating a standard email address from a list of names
    By mackinlay in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-09-2008, 09:37 AM
  5. [SOLVED] Creating a drop down list-How do I create this list and keep it hidden?
    By Ed in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-09-2006, 04:49 PM
  6. [SOLVED] Creating a drop down list from another drop down
    By Jody in forum Excel General
    Replies: 2
    Last Post: 03-08-2006, 04:15 PM
  7. [SOLVED] create drop down for address list
    By Marlis in forum Excel General
    Replies: 3
    Last Post: 07-30-2005, 10:05 AM
  8. Replies: 3
    Last Post: 06-16-2005, 08:05 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1