+ Reply to Thread
Results 1 to 3 of 3

Result Based On 3 Drop Down lists

  1. #1
    Registered User
    Join Date
    11-10-2014
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    1

    Result Based On 3 Drop Down lists

    I am looking at a few formulas duplicated based on a few drop down choices. Please see attached file

    Here is what I want done. Please Help me

    In Mens Meal Plan sheet
    if C2 is Gain Mass and C3 Body Style is Mesomorph and Carb Day is Basic then H3 is = G14 From Men Worksheet

    if C2 is Gain Mass and C3 Body Style is Mesomorph and Carb Day is High then H3 is = G17 From Men Worksheet

    if C2 is Gain Mass and C3 Body Style is Mesomorph and Carb Day is Moderate then H3 is = G20 From Men Worksheet

    if C2 is Gain Mass and C3 Body Style is Mesomorph and Carb Day is Low then H3 is = G23 From Men Worksheet

    And so on for all other options. If I can get a formula or macro which I can also to add other options result values too. Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-15-2004
    Location
    Tokyo, Japan
    MS-Off Ver
    2013 O.365
    Posts
    22,524

    Re: Result Based On 3 Drop Down lists

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

  3. #3
    Forum Expert sourabhg98's Avatar
    Join Date
    10-22-2014
    Location
    New Delhi, India
    MS-Off Ver
    Excel 2007, 2013
    Posts
    1,899

    Re: Result Based On 3 Drop Down lists

    Hello

    welcome to the forum!

    try this formula in H3

    =IF(IF(AND(C2="Gain Lean Muscle Mass",C3="Mesomorph"),1,2)=1,IF(C4="Basic",Mens!G14,IF(C4="High",Mens!G17,IF(C4="Moderate",Mens!G20,IF(C4="Low",Mens!G23,"")))),"")

    Tell me if it works right….

    Hope it helps
    Do ask for any other query you may have…

    If you are satisfied then mark then PLEASE mark this thread as “SOLVED” (by going to thread tools at the top and clicking on “mark this thread as solved”) and you can just click on ADD REPUTATION below my post to say thanks...

    Regards
    Sourabh Gupta

+ 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. Change Value based on Two Drop Down Lists
    By Vortexza in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-17-2014, 11:08 AM
  2. Combining dynamic dependant drop down lists in a single result
    By nandomclaren in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-10-2014, 09:16 AM
  3. [SOLVED] Dynamic Ranges as drop down lists based on another drop down list
    By Excel_Beginner_1 in forum Excel General
    Replies: 4
    Last Post: 05-15-2012, 03:31 PM
  4. Replies: 0
    Last Post: 09-28-2011, 05:15 PM
  5. Two drop down lists, one changes it's options based on the other
    By ukAKB in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-10-2011, 10:46 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