+ Reply to Thread
Results 1 to 3 of 3

Bring cell data from another sheet

  1. #1
    Registered User
    Join Date
    09-21-2017
    Location
    Finland
    MS-Off Ver
    Office 2016
    Posts
    4

    Bring cell data from another sheet

    This is quite hard to explain so please bear with me.

    asd.PNG

    Let's imagine these two rectangles are different sheets. I want to compare the the left data (T1, T2, T3...) to the right data (S4, F3, T1...), and if the left data is found in the right data list, it returns the value RIGHT to the found data. So for example, I want to see if T1 is found on the right list, it should scroll through all the data on the right list and when it finds the T1, it returns the cell value to the right of it on the yellow cell which in this case would be "T-One". Is it possible to do this?

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

    Re: Bring cell data from another sheet

    welcome to the forum, hakale. it sounds like VLOOKUP can do the job for you. assuming 2nd rectangle in Sheet2 column A:B. and 1st rectangle "T1" inside cell B2, try this in C2:
    =VLOOKUP(B2,Sheet2!A:B,2,0)

    i developed a tool to help people learn VLOOKUP. try downloading this file here:
    https://www.excelforum.com/tips-and-...-how-tool.html

    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
    09-21-2017
    Location
    Finland
    MS-Off Ver
    Office 2016
    Posts
    4

    Re: Bring cell data from another sheet

    Thank you, benishiryo, works like a charm!

+ 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: 2
    Last Post: 01-10-2017, 10:25 AM
  2. Automatically bring new sheet's data into master sheet
    By mattmitchell0203 in forum Excel Programming / VBA / Macros
    Replies: 21
    Last Post: 06-24-2016, 10:07 PM
  3. Bring Data from other sheet
    By rizmomin in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-27-2015, 04:49 PM
  4. Macro to bring data to sheet from another sheet!!! based on certain criteria
    By cory0789 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-22-2015, 06:43 AM
  5. [SOLVED] Can a cell reference bring the color of the data to the new sheet
    By SandyA in forum Excel General
    Replies: 5
    Last Post: 07-10-2006, 10:49 PM
  6. How can i bring data from one sheet to another:
    By tayyab in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-19-2005, 01:05 PM
  7. [SOLVED] How bring a color on cell from one sheet to another
    By jmor45 in forum Excel General
    Replies: 0
    Last Post: 04-07-2005, 05:06 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