+ Reply to Thread
Results 1 to 9 of 9

lookup Formula

  1. #1
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    lookup Formula

    Hi,

    I am trying to use the lookup formula and getting nowhere.

    Firstly i would like to be able to grab information form a second tab and put it into the first tab.

    Secondly i would like to be able to grab information from a second file.

    Is this possible?

    Thanks,26.8.15.xlsx

  2. #2
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: lookup Formula

    Hi,

    Try the following formula:

    In D7:

    =INDEX('Tab 2'!D$4:D$9,MATCH(E7,'Tab 2'!E$4:E49,0))

    In F7:
    =INDEX('Tab 2'!F$4:F$9,MATCH(E7,'Tab 2'!E$4:E49,0))

  3. #3
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    Thanks for the reply CB

    How do i look up from another file?

  4. #4
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    Do i need a different formula to look up a different file and link up IDS?

  5. #5
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: lookup Formula

    Hi,

    No, you can modify the same formula to fetch the details from a different file.

    For Eg,

    If you want to lookup the details from 27.8.15.xlxs file, the formula would change as following.

    =INDEX('[27.8.15.xlxs]Tab 2'!D$4:D$9,MATCH(E7,'[27.8.15.xlxs]Tab 2'!E$4:E49,0))

  6. #6
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    Oh thats great.

    Thanks Very much

  7. #7
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    How does it know where to find the link? what if its on a common drive?

    Thanks

  8. #8
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    Hi CB,

    That formula does not seem to be working for me. The file i am trying to link to is located on a commn drive with plenty of sub folders.

  9. #9
    Forum Expert cbatrody's Avatar
    Join Date
    04-15-2014
    Location
    Dubai
    MS-Off Ver
    Microsoft Office 365 ProPlus
    Posts
    2,136

    Re: lookup Formula

    Hi Adamlee,

    In that case you would have to update the folder path in the formula. Keep the file (that you are trying to link) open when you Enter the formula & the formula will automatically update the folder path.

  10. #10
    Registered User
    Join Date
    02-16-2015
    Location
    Ireland
    MS-Off Ver
    2010
    Posts
    64

    Re: lookup Formula

    Hi CB

    =INDEX('[XXXXXXXXX]XXXX'!$F$8:$F$8194,MATCH(H3480,'[XXXXXXXXXXXXX]XXXXX'!$H$8:$H$8194))

    Can you see what wrong with this formula? It is not picking up the correct point.

+ 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. Replies: 4
    Last Post: 05-19-2015, 08:42 PM
  2. [SOLVED] Lookup formula to find lowest value with variable lookup criteria
    By brharrii in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 01-27-2015, 03:00 AM
  3. [SOLVED] Can lookup formula ignore blank cells until the lookup value has been entered?
    By Ju1cy in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 06-13-2014, 01:32 PM
  4. Create a lookup formula with an If or Lookup function
    By afountas21 in forum Excel General
    Replies: 2
    Last Post: 09-05-2012, 06:53 PM
  5. Replies: 5
    Last Post: 02-24-2011, 11:26 AM
  6. Lookup Formula with two lookup values
    By randolphoralph in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 11-18-2008, 01:36 PM
  7. Replies: 3
    Last Post: 10-10-2005, 01: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