+ Reply to Thread
Results 1 to 6 of 6

Different calculations depending on drop down list choice

  1. #1
    Registered User
    Join Date
    10-24-2015
    Location
    Gothenburg, Sweden
    MS-Off Ver
    MS Office 2013
    Posts
    2

    Different calculations depending on drop down list choice

    Hello everyone, I'm a real beginner when it comes to Excel and thus I'm new to this forum. I've been having some trouble trying to create an excel sheet for my training program and hopefully you can help me out.

    So far I have made cells in which I'm typing in my "One repetition maximum" (the weight I can lift once with 100% effort) in any given lift and the cells listing the weeks and days of my training as well as the repetitions that I'll be doing each of those days. But with the certain repetition ranges I need certain percentages of my "One rep max" in order to complete the required number of reps.

    I'll give an example:
    One cell reads "Bench press max" and another is where I type in my one rep max in the bench press, for instance, 100, as in 100 kg. Then the next sheet will have the formulas needed to calculate 70%, 80% and 90% of my one rep max (=round(sheet1!A3*0,7;0) and so on). Those are the numbers I'll lift on different training days.

    What I need is to be able to have a drop down list of different variations of the bench press and have the cells show different percentages of my one rep max for every variation that I choose.

    Example:
    Drop down list:
    Paused bench press
    Close grip bench press
    Incline bench press

    So for each of those exercises I want different percentages of my one rep max to be calculated (if I choose paused bench press I want 80% of my bench press max calculated, Close grip bench press 70% etc).

    How would I go about doing so? I want certain numbers to be calculated from my one rep max bench press depending on what variation I choose in the drop down list.


    It's hard to explain exactly what I'm trying to accomplish without writing a novel since my training regimen is very meticulously thought out and specific. I apologize if it was a hard read and I'm thankful for any answers!

  2. #2
    Registered User
    Join Date
    10-07-2015
    Location
    Vancouver, BC, Canada
    MS-Off Ver
    Office 365
    Posts
    22

    Re: Different calculations depending on drop down list choice

    Dear Aldagautr

    please attach an example file and explain on that
    I'll answer your question immediately

    regards

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,056

    Re: Different calculations depending on drop down list choice

    Without seeing what you have... something like

    =If(A1="Condition1",formula1,if(A1="Condition2", formula2,if(A1="condition3",formula3)))
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,209

    Re: Different calculations depending on drop down list choice

    See attached as example.

    =VLOOKUP($E$1,$A$1:$B$5,2)

    Lookup up exercise and return %
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    10-24-2015
    Location
    Gothenburg, Sweden
    MS-Off Ver
    MS Office 2013
    Posts
    2

    Re: Different calculations depending on drop down list choice

    Quote Originally Posted by Glenn Kennedy View Post
    Without seeing what you have... something like

    =If(A1="Condition1",formula1,if(A1="Condition2", formula2,if(A1="condition3",formula3)))
    Thank you so much, this did the trick!

  6. #6
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,056

    Re: Different calculations depending on drop down list choice

    You're welcome ... and thanks for adding Reputation...

+ 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. Multiple Time Stamps depending on choice in Drop Down List Choice
    By insayah in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-25-2022, 09:53 AM
  2. [SOLVED] Add/Subtract Cells depending on drop down choice
    By valtinc in forum Excel General
    Replies: 2
    Last Post: 06-02-2015, 07:05 PM
  3. Replies: 3
    Last Post: 02-24-2012, 04:16 PM
  4. Replies: 9
    Last Post: 09-18-2011, 06:10 AM
  5. How to fill out cells depending of the choice clicked in a list
    By Triben in forum Excel - New Users/Basics
    Replies: 8
    Last Post: 03-04-2011, 04:06 PM
  6. Replies: 1
    Last Post: 09-17-2009, 08:20 AM
  7. Hide Sheet depending on List choice
    By anar_baku in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-11-2006, 10:42 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