+ Reply to Thread
Results 1 to 3 of 3

Multiple Drop Down List to Equal Numbers

  1. #1
    Registered User
    Join Date
    04-15-2009
    Location
    UK
    MS-Off Ver
    Excel 2003
    Posts
    5

    Multiple Drop Down List to Equal Numbers

    I am having difficulties in creating the best formula for my needs and I would be grateful if someone could help me.

    I have 2 drop down lists which I would like to use together to create an overall points.

    For example:

    Drop Down List 1:

    Table=100
    Chairs=25
    Desk=50
    Coffee Table=30

    Drop Down List 2:

    Lined Paper=15
    Plain Paper=15
    Notepad=20
    Pens=10
    Pencils=5
    Colouring Pencils=15
    Colouring Pens=10
    Ruler=10

    So if for example a chair and a notepad was selected it would equal 45 points.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Multiple Drop Down List to Equal Numbers

    You would have to clear the data validation rules from F2 down and then insert formula in F2:

    =VLOOKUP(B2,$L$3:$M$10,2,0)+VLOOKUP(D2,$N$3:$O$10,2,0)

    copied down.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,836

    Lightbulb Re: Multiple Drop Down List to Equal Numbers

    See attached. Please look up "VLOOKUP" and "Named Ranges" in Help to see how this works.
    Attached Files Attached Files

+ 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