+ Reply to Thread
Results 1 to 4 of 4

Using a numeric cell input to reference a matching cell in a table.

  1. #1
    Registered User
    Join Date
    10-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    4

    Using a numeric cell input to reference a matching cell in a table.

    Hi,
    I would like to use a cell to input pH information. From that information, I want excel to recognize and match the number to a table. Once the number is matched, I want to reference the adjacent column for use in a formula. I'm attaching my excel sheet. More descriptly, I would like to type 2.9 (for example) into G8. Then, in G9, I would like to write a formula that references the table (A14:24;B14:24); if 2.9 is entered, then the value 7.5 should arise. I can easily do this for one row, but cannot figure out the method for searching through the entire table. Thank you for your help!Additions.xlsx

  2. #2
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Using a numeric cell input to reference a matching cell in a table.

    Have you tried vlookup?
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  3. #3
    Registered User
    Join Date
    10-29-2012
    Location
    United States
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Using a numeric cell input to reference a matching cell in a table.

    No! I've never used vlookup, but now I will with much frequency. Thank you so much!

  4. #4
    Valued Forum Contributor
    Join Date
    08-14-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    573

    Re: Using a numeric cell input to reference a matching cell in a table.

    Cool.. And if you are planning to drag it to other cells, don't forget to use $. =vlookup(G8,$A$14:$B$24,2,false). When you drag it, A14:B24 will remain same.

    And if your problem is resolved, please make this post as solved.

+ 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