+ Reply to Thread
Results 1 to 7 of 7

Multiply Value from the drop down to a specific cell

  1. #1
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Multiply Value from the drop down to a specific cell

    Hi guys,

    just need your help with the attached spreadsheet. Just basically need to multiply the specific value from a drop down list to a specific cell. Please refer to the attached file to view the sheet im working on.

    Many thanks in advance.

    Regards
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Multiply Value from the drop down to a specific cell

    Try this in Col E

    =IF(C7=1,H16,D16)*INDEX($Y$2:$Y$8,C7)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Re: Multiply Value from the drop down to a specific cell

    Great help! Many thanks

    Quote Originally Posted by Ace_XL View Post
    Try this in Col E

    =IF(C7=1,H16,D16)*INDEX($Y$2:$Y$8,C7)

  4. #4
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Re: Multiply Value from the drop down to a specific cell

    Hi Ace

    Just a follow up question, hope u can help me, the formula below works but just need to modify. for C7, it should be 1 and 2. Coz I added another option in the drop down menu, how should I go about it? Thanks again for the help

    =IF(C7=1,H16,D16)*INDEX($Y$2:$Y$8,C7)


    Quote Originally Posted by Ace_XL View Post
    Try this in Col E

    =IF(C7=1,H16,D16)*INDEX($Y$2:$Y$8,C7)

  5. #5
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Multiply Value from the drop down to a specific cell

    How about..
    =IF(OR(C7=1,C7=2),H16,D16)*INDEX($Y$2:$Y$8,C7)

  6. #6
    Forum Contributor
    Join Date
    06-23-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2010
    Posts
    127

    Re: Multiply Value from the drop down to a specific cell

    Works perfect! Great thanks Ace

    Big help as always, Appreciate pal

    Quote Originally Posted by Ace_XL View Post
    How about..
    =IF(OR(C7=1,C7=2),H16,D16)*INDEX($Y$2:$Y$8,C7)

  7. #7
    Registered User
    Join Date
    04-26-2017
    Location
    Cape Town
    MS-Off Ver
    2010
    Posts
    2

    Re: Multiply Value from the drop down to a specific cell

    Hi, I have a drop down list in Cell R13 with multiple values to choose from - I would like to multiply the value I choose from that drop down list by the value in colum H13

    I can't seem to attach the sheet, but essentially I in Cell R13 the drop list contains 5 values to choose the rate for a venue - I want to multiply that rate per week that the client books in cell H13 for example 2 week

    How do I do this.

    Thanks for your help

+ 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