+ Reply to Thread
Results 1 to 2 of 2

Data Validation list. Each selected option gives different score

  1. #1
    Registered User
    Join Date
    05-11-2009
    Location
    Belfast
    MS-Off Ver
    Excel 2010
    Posts
    65

    Data Validation list. Each selected option gives different score

    Hello. I have 5 options on an data validation list.

    I would like to represent a score for each different option in its adjecent cell.

    E.g.

    A1 List B1 Score
    Mon 10
    Tue 20
    Wed 25

    Any suggestions?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Data Validation list. Each selected option gives different score

    So where do you have your drop-down? Assume it is in D1, then in E1 you can have this formula:

    =IF(D1="","",VLOOKUP(D1,A$1:B$5,2,0))

    Hope this helps.

    Pete

+ 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: 4
    Last Post: 07-03-2014, 02:37 AM
  2. Remove option from Validation list once it has been selected?
    By DevilsBakBone in forum Excel General
    Replies: 17
    Last Post: 08-11-2013, 09:48 AM
  3. Use of conditions on Data validation LIST option
    By kannanr03 in forum Excel - New Users/Basics
    Replies: 4
    Last Post: 07-16-2012, 10:29 AM
  4. Replies: 1
    Last Post: 07-10-2012, 05:16 AM
  5. activate or deactivate a cell based on the option selected in validation list
    By techfutura in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 12-15-2008, 06:55 AM

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