+ Reply to Thread
Results 1 to 3 of 3

Pulling data from one sheet to another

  1. #1
    Registered User
    Join Date
    03-09-2016
    Location
    Somerset
    MS-Off Ver
    7
    Posts
    4

    Pulling data from one sheet to another

    I have to input sales on a sheet. There are a list of products and prices. On one tab and the data is input on another. I've tried VLOOKUP but it's unsuccessful
    The data I'm entering is product name, ref and price.
    Is there a way I can make the reference and price auto fill when I type the product name?
    TIA

  2. #2
    Banned User!
    Join Date
    02-05-2015
    Location
    San Escobar
    MS-Off Ver
    any on PC except 365
    Posts
    12,168

    Re: Pulling data from one sheet to another

    Show (formula) what are you trying to do or
    Attach a sample workbook (not a picture). Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and then scroll down to Manage Attachments to open the upload window.

  3. #3
    Registered User
    Join Date
    10-23-2013
    Location
    Worcester
    MS-Off Ver
    Excel 2010
    Posts
    16

    Re: Pulling data from one sheet to another

    Sounds like an Index Match function is what you are looking for - a much more powerful lookup!

    =INDEX(range, MATCH(lookup_value, lookup_range, match_type))

    Range - where the product reference and price is
    lookup_value - the product name or reference
    Lookup_range - where excel should look for the name or reference in the product database
    match type - use 0 for exact match

    You will need to set this up for each column to give reference and price. As Sandy has said if you need further help post some sample data.

    There are plenty of help pages on this function. Hope this helps

+ 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] pulling data from one sheet and placing it in another sheet
    By dalypen in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-23-2016, 09:51 PM
  2. Vba code help pulling data from one sheet and generate results to another sheet
    By OATMAS in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-21-2013, 11:45 AM
  3. [SOLVED] Pulling data from a separate sheet by date and sheet title (dynamic)
    By Adsup01 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-13-2012, 06:02 PM
  4. [SOLVED] Pulling data from a main sheet and placing it onto a newly created sheet
    By cbomination in forum Excel Programming / VBA / Macros
    Replies: 22
    Last Post: 05-25-2012, 10:12 AM
  5. Replies: 2
    Last Post: 10-28-2010, 11:15 AM
  6. Pulling Data From Sheet To Sheet Based on Text
    By jacobingalls in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 08-28-2009, 12:50 PM
  7. Pulling Information in seperate sheet based on data in current sheet
    By joekunin in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 06-03-2009, 05:06 AM

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