+ Reply to Thread
Results 1 to 3 of 3

Populate cell with another cells data.. Please Help!

  1. #1
    Registered User
    Join Date
    05-03-2013
    Location
    Long Beach, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Question Populate cell with another cells data.. Please Help!

    I'm running an investment analysis sheet. I want to be able to input a value in one cell, and depending on that value, have the corresponding number to that value populated into a third cell.

    example:

    A1-A5:B1-B5

    6:100
    6.5:150
    7:200
    7.5:250

    If I input 6 into C1, it will populate D1 with corresponding number for 6 (100).... and be able to do this with all 4 inputs

    Thanks

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Populate cell with another cells data.. Please Help!

    Hi and welcome to the forum

    If I understand you correctly, you need to use vlookup for this...

    D1 =vlookup(C1,$A$1:$B$5,2,false)
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    05-03-2013
    Location
    Long Beach, CA
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Populate cell with another cells data.. Please Help!

    Quote Originally Posted by FDibbins View Post
    Hi and welcome to the forum

    If I understand you correctly, you need to use vlookup for this...

    D1 =vlookup(C1,$A$1:$B$5,2,false)
    Awesome - think i got it to work just right.

    Thanks so much for the help - excited to show my boss!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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