+ Reply to Thread
Results 1 to 4 of 4

Formula to pull directions from one sheet to another

  1. #1
    Registered User
    Join Date
    03-15-2006
    Posts
    19

    Formula to pull directions from one sheet to another

    Looking for a formula that will allow me to pull information from "directions" sheet to the "all customers" sheet.
    I want it to identify the account numbers and insert directions, garage code and key into the correct places. Note: there are going to be some account numbers that are duplicated but need to be that way for my intended purpose.

    Thanks
    Attached Files Attached Files
    Last edited by pinas; 08-20-2013 at 03:56 PM.

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Formula to pull directions from one sheet to another

    With VLookup.

    See the attached file.
    Attached Files Attached Files
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Formula to pull directions from one sheet to another

    I did it with index match. Paste into O2 and copy over and down as far as needed:

    =IFERROR(INDEX(Directions!D$2:D$1126,MATCH('all customers'!$A2,Directions!$A$2:$A$1126,0)),"")



    Totally saw my corporation on your list.

  4. #4
    Registered User
    Join Date
    03-15-2006
    Posts
    19

    Re: Formula to pull directions from one sheet to another

    Thank you very much

+ 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. [SOLVED] Formula to pull data from one sheet and column for another sheet.
    By Dena in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2013, 06:20 PM
  2. [SOLVED] Copying different parts of formula in two directions
    By JT101 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-24-2013, 07:28 PM
  3. Replies: 5
    Last Post: 07-26-2012, 09:51 AM
  4. Replies: 3
    Last Post: 03-23-2010, 08:54 AM
  5. one formula to pull all the information from sheet 1 to sheet 2
    By share knowledge in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-30-2010, 03:38 PM

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