+ Reply to Thread
Results 1 to 3 of 3

Automated input based on reference list

Hybrid View

  1. #1
    Registered User
    Join Date
    12-08-2007
    Posts
    2

    Unhappy Automated input based on reference list

    Hi. Im trying to do something pretty simple but can't seem to find it here because I'm not sure how to describe it.

    I would like Excel to auto-fill the cells in column C to match the the numbers in column B from the matching reference list on the right hand side.

    For example, when i type 6 into cell B5, it will reference the chart on the right and autofill the number 0 in cell C5 (because a 6 finish earns 0 points.) Cell B11 was a 3 finish, therefore it would log a value of 10.8 into cell C11 (because a 3 finish earns 10.8 points.)

    I'm looking for a formula that I can copy into every cell down the C column for future additions to the chart.

    Please help if you could and thank you in advance.
    Attached Images Attached Images

  2. #2
    Forum Expert Ron Coderre's Avatar
    Join Date
    03-22-2005
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013, 2016, O365
    Posts
    6,996

    Automated input based on reference list

    Using your posted example,
    try this:

    C5: =IF(COUNTIF($E$5:$E$13,B5),VLOOKUP(B5,$E$5:$F$13,2,0),"")
    Copy that formula down as far as you need.

    Does that help?
    Ron
    Former Microsoft MVP - Excel (2006 - 2015)
    Click here to see the Forum Rules

  3. #3
    Registered User
    Join Date
    12-08-2007
    Posts
    2

    Thumbs up yahtzee!

    Ron,

    I don't know how you were able to come up with that, but it worked just fine!

    Thank you so much!

+ 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