+ Reply to Thread
Results 1 to 4 of 4

Drop down list in A1 that changes numerical value in D1 depending on what was selected

  1. #1
    Registered User
    Join Date
    10-08-2014
    Location
    Seattle, WA
    MS-Off Ver
    2010
    Posts
    3

    Drop down list in A1 that changes numerical value in D1 depending on what was selected

    Hello Excel Wizards!

    I'd really like some help on this. Please see attached screenshot.

    There are two enrollment types: Certified and Pre-certified. I know how to make a drop down list for these.

    I want Certified to be assigned a value of $15 and Pre-certified to be assigned a value of $8. Whichever is selected, I'd like that value to be multiplied by the number of days in a different column, which spits out a total in another column.

    I hope this makes sense! I thank you endlessly in advance for any help you can give.

    JAMES.PNG

  2. #2
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: Drop down list in A1 that changes numerical value in D1 depending on what was selected

    click on cell A1

    select the data tab

    select data validation

    select data validation

    select Allow then list

    in source: Type Certified, Pre-Certified

    click ok.


    in cell d1.

    Enter the formula:

    =IF(A1 ="Certified", 15,8)
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-08-2014
    Location
    Seattle, WA
    MS-Off Ver
    2010
    Posts
    3

    Re: Drop down list in A1 that changes numerical value in D1 depending on what was selected

    mehmetcik: Thank you

    Now if I want to multiply the value 15 or 8 by the total number of days:

    =IF (A1="Certified", 15,8) multiplied by # of day column = Total

  4. #4
    Registered User
    Join Date
    10-08-2014
    Location
    Seattle, WA
    MS-Off Ver
    2010
    Posts
    3

    Re: Drop down list in A1 that changes numerical value in D1 depending on what was selected

    Never mind, I figured it out exactly how I want it. Thank you!! SOLVED.

+ 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: 05-20-2014, 11:46 AM
  2. Replies: 2
    Last Post: 08-31-2012, 04:00 AM
  3. Replies: 4
    Last Post: 09-29-2010, 04:36 AM
  4. Replies: 1
    Last Post: 04-11-2005, 01:06 PM

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