+ Reply to Thread
Results 1 to 4 of 4

Fetching data from another sheet

  1. #1
    Registered User
    Join Date
    12-06-2023
    Location
    Czech Republic
    MS-Off Ver
    Office 365
    Posts
    2

    Question Fetching data from another sheet

    Hello!

    While I have somewhat of a good knowledge of Excel, I'm currently trying to implement something and my brain seems to not be working correctly.

    So I have one sheet, where I hold the data, for instance column A holds the names, column B holds a value. Let's say there are 300 rows in total.

    On a second sheet I would like it so that when I enter one of the names in a specific cell, it automatically grabs the value assigned to it from the first sheet and displays it in a column next to the name.

    Thanks in advance!

    EDIT: sample now included.
    Attached Files Attached Files
    Last edited by kroftek; 12-06-2023 at 09:57 AM. Reason: added sample

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,419

    Re: Fetching data from another sheet

    Welcome to the forum.

    VLOOKUP, INDEX MATCH or XLOOKUP shuld work for you.

    There are instructions at the top of the page explaining how to attach your sample workbook (yellow banner: HOW TO ATTACH YOUR SAMPLE WORKBOOK). Screenshots are of little practical use as we cannot manipulate them.

    A good sample workbook has just 10-20 rows of representative data that has been desensitised. It also has expected results mocked up, worked examples where required, relevant cells highlighted and a few explanatory notes.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Fetching data from another sheet

    Try:

    =IFERROR(VLOOKUP(A1,Sheet1!$A:$B,2,FALSE),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  4. #4
    Registered User
    Join Date
    12-06-2023
    Location
    Czech Republic
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Fetching data from another sheet

    That seems to work!

    Thanks a bunch!

+ 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] Fetching data from a sheet to another sheet
    By abduljaleel.mca in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-16-2021, 05:58 AM
  2. [SOLVED] Fetching data from one sheet to another with some logic!?
    By 0Cool in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-04-2019, 11:46 AM
  3. [SOLVED] Fetching data from another sheet
    By Patwardhan in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 08-04-2018, 03:22 AM
  4. [SOLVED] Combinations and fetching in the Forms Sheet
    By fareedexcel in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2017, 10:38 PM
  5. [SOLVED] Fetching average from another sheet.
    By Khoori7 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-24-2013, 09:57 PM
  6. Replies: 0
    Last Post: 11-05-2013, 01:51 AM
  7. [SOLVED] Generate multiple invoices fetching data from rows of a sheet
    By devang.vakharia in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 09-12-2013, 08:14 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