+ Reply to Thread
Results 1 to 4 of 4

Return value in next cell

  1. #1
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Return value in next cell

    Hi,
    Can someone help me with a formula?
    Sheet 1 column A is comprised of several items. Column B is comprised of their prices. If a value from column A is entered into D1, I want the corresponding price to appear in A1 on Sheet 2.

    A B
    apples $1.00
    pears $1.50
    banana $0.60
    grapes $1.20

    If "grapes" is typed into D1, I want $1.20 to appear on Sheet2!A1.

    Can anyone help? Thanks in advance

  2. #2
    Forum Contributor
    Join Date
    05-04-2014
    Location
    New Jersey, United States
    MS-Off Ver
    Excel 2010, 2013
    Posts
    120

    Re: Return value in next cell

    Put this in cell A1 on Sheet2 (you may need to replace the Sheet1! portions depending on the name of your first tab)

    =VLOOKUP(Sheet1!D1,Sheet1!A1:B4,2,)

  3. #3
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Re: Return value in next cell

    I'll try it. Thanks!

  4. #4
    Forum Contributor
    Join Date
    11-13-2013
    Location
    Florida
    MS-Off Ver
    Excel 2010
    Posts
    464

    Re: Return value in next cell

    Worked perfectly. Thank you very much for your help!!

+ 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: 12
    Last Post: 10-10-2013, 10:02 AM
  2. [SOLVED] Formula to always return cell below what a vlookup would return
    By KCHEXCEL in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-28-2013, 12:57 AM
  3. [SOLVED] IF statement to return 0 if 0 in cell if not return formula
    By CraigieL in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-15-2013, 09:46 AM
  4. Replies: 0
    Last Post: 02-20-2012, 09:43 AM
  5. Replies: 5
    Last Post: 03-12-2010, 07:33 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