+ Reply to Thread
Results 1 to 3 of 3

Returning data from another sheet

Hybrid View

  1. #1
    Registered User
    Join Date
    02-08-2007
    Posts
    30

    Returning data from another sheet

    If sheet1 A1 = 'Red'

    and sheet2 A:A contains 'Red' and has data in column c how do i return data from sheet2 Column c into sheet1.

    thanks

    Tara

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Hi Tara,

    Maybe you are referring to a vlookup formula

    try this site for an explaination of vlookup

    http://contextures.com/xlFunctions02.html

  3. #3
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    Quote Originally Posted by Talbot
    If sheet1 A1 = 'Red'

    and sheet2 A:A contains 'Red' and has data in column c how do i return data from sheet2 Column c into sheet1.

    thanks

    Tara
    put following function in sheet1 in cell where you want to return result.

    =vlookup(A1,sheet2!A:C,3,false)

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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