+ Reply to Thread
Results 1 to 4 of 4

??? VLOOKUP / referencing cells

  1. #1
    Registered User
    Join Date
    06-06-2012
    Location
    Yorkshire
    MS-Off Ver
    Excel 2010
    Posts
    25

    ??? VLOOKUP / referencing cells

    Morning everyone,

    I have a spreadsheet where I would like to manually add a figure in column B (which corresponds to a figure in column B of a different sheet within the same workbook) and for columns A & D to autopopulate from columns AO & AP on a different sheet in the same workbook based on Column B's value.

    I have attached a copy of my workbook in case this doesn't make sense.

    Many Thanks in advance

    Demo.xlsx

  2. #2
    Forum Guru benishiryo's Avatar
    Join Date
    03-25-2011
    Location
    Singapore
    MS-Off Ver
    Excel 2013
    Posts
    5,147

    Re: ??? VLOOKUP / referencing cells

    hi MarcLewis. you need to first change Column A to General instead of Text format. then A3 is:
    =INDEX('Reference Material'!AP:AP,MATCH(B3,'Reference Material'!B:B,0))

    use the same formula in D3, but change the reference to AO:
    =INDEX('Reference Material'!AO:AO,MATCH(B3,'Reference Material'!B:B,0))

    you could of course use VLOOKUP too. it'll be:
    =VLOOKUP(B3,'Reference Material'!B:AO,40,0)

    Thanks, if you have clicked on the * and added our rep.

    If you're satisfied with the answer, click Thread Tools above your first post, select "Mark your thread as Solved".

    "Contentment is not the fulfillment of what you want, but the realization of what you already have."


    Tips & Tutorials I Compiled | How to Get Quick & Good Answers

  3. #3
    Registered User
    Join Date
    06-06-2012
    Location
    Yorkshire
    MS-Off Ver
    Excel 2010
    Posts
    25

    Re: ??? VLOOKUP / referencing cells

    Thank you very much that is exactly what I needed, unfortunately my boss has now requested more info from another tab in my work book
    how can I repeat the formula based on the original formula result. can I index match from a cell that is populated from a index match?
    many Thanks

  4. #4
    Registered User
    Join Date
    12-20-2013
    Location
    manila, philippines
    MS-Off Ver
    Excel 2007
    Posts
    1

    Re: ??? VLOOKUP / referencing cells

    Hi,

    I have 2 excel files (same format) where I need to grab the "Cost Price" which is in column L from "Ashley format" to column L of "Ashley_1" provided that it should match the "Product Code/SkU" (in column E) of both worksheets. . Everything is in same format

    I have attached a sample of my 2 spreadsheet (assuming that it matches the product code/SKU) I have thousands of products in my original worksheet that needs to be done.

    Ashley_1.xlsx
    Ashley_format.xlsx

    Many Thanks!

    Arjoy

+ 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. Using VLOOKUP referencing other cells with formulas.
    By TextMonkey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-22-2013, 05:42 PM
  2. Vlookup referencing tab name
    By redlion3 in forum Excel General
    Replies: 7
    Last Post: 02-28-2013, 12:04 PM
  3. Vlookup referencing a vlookup formula
    By laurenann in forum Excel General
    Replies: 1
    Last Post: 01-24-2011, 05:52 PM
  4. Vlookup? Referencing cells?
    By Karen in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-26-2006, 11:45 AM
  5. Sum formula referencing cells with VLOOKUP formulas in them
    By RFjeldstrom in forum Excel General
    Replies: 1
    Last Post: 04-26-2005, 06:59 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