+ Reply to Thread
Results 1 to 2 of 2

If this = then get cell info from sheet 2

Hybrid View

  1. #1
    Registered User
    Join Date
    03-22-2010
    Location
    usa
    MS-Off Ver
    Excel 2003
    Posts
    1

    If this = then get cell info from sheet 2

    Im trying to write a spreadsheet the will get information from sheet 2 and place it in sheet 1 if it matches the data entered in cell a1
    sheet 2 will contain date column a will be the Name and column B will be the Hours
    so in sheet 2 you have this
    Name HOURS
    abc___________1
    def ___________1.5
    kad___________2

    Back in Sheet 1
    In column A if I type abc then column b would fill in 1
    or if I typed in kad in column coulumn B would = 2

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: If this = then get cell info from sheet 2

    In cell B1 of sheet1and copied down, adjust range references as needed or create a dynamic named range and use it in place of the hard-code range references.

    =VLOOKUP(A1,Sheet2!$A$1:$B$10,2,0)
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ 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