+ Reply to Thread
Results 1 to 3 of 3

Auto populate a third cell, based on data from two columns

  1. #1
    Registered User
    Join Date
    03-24-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    1

    Auto populate a third cell, based on data from two columns

    I have data in three columns

    A B C
    4.5 9.50 4.657
    4.5 11.60 4.789
    4.5 12.50 4.654
    4.5 13.50 3.930
    4.5 15.20 3.826

    I need to be able to auto-populate the cell in column G based on values in columns A & B. If I type 4.5 in E2, and 13.50 in F2, G2 should auto-populate with the value from column C

    E F G
    4.5 13.50

    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,946

    Re: Auto populate a third cell, based on data from two columns

    Hi

    Try this array formula...
    =INDEX($A$1:$C$6,MATCH(E1&F1,A1:A6&B1:B6,0),3)
    It has to be entered using CTRL SHIFT enter, not just enter
    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
    03-24-2013
    Location
    Earth
    MS-Off Ver
    Excel 2003/2007/2010
    Posts
    81

    Re: Auto populate a third cell, based on data from two columns

    Hi , try this
    20130325 Auto populate.JPG

+ 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