+ Reply to Thread
Results 1 to 5 of 5

Formula for percentages with multiple variables

  1. #1
    Registered User
    Join Date
    10-06-2023
    Location
    Antioch, TN
    MS-Off Ver
    LTSC Professional Plus 2021
    Posts
    2

    Question Formula for percentages with multiple variables

    I need to make a formula to find percentages. Here is the scenario:

    I do training audits on associates weekly. There is 15 questions on the audit. The amount I perform each week varies. I need a way to show the percentage of "Yes", "No", and "N/A" for all audits that were performed for a given week. For example, if I performed 10 audits for the week of 10/1/2023 to 10/7/2023 and out of those 10 audits there was a total of 80 "Yes", 50 "No", and 20 "N/A". What is the percentage of each of the 3 answers. I would need to repeat this again for the next week and so on.

    Also, can this same formula be used where the number of questions varies as well? Some of the other forms I have to track percentages on do not all have the same amount of questions. I believe my brain is just trying to over complicate this. I need assistance sorting through the unnecessary numbers to get to the core of what I need to make this work.

    Thank you in advance for any assistance!
    Attached Files Attached Files
    Last edited by AliGW; 10-10-2023 at 12:55 AM. Reason: SOLVED tag applied - no need to edit the thread title!

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: Formula for percentages with multiple variables

    Based on your sample file, what would some expected answers be - and how?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: Formula for percentages with multiple variables

    Perhaps this is what you are after?

    D4=C4/SUMIF($C$3:$H$3,"total*",$C$4:H4)
    formatted as %, then copied down and across as needed

  4. #4
    Registered User
    Join Date
    10-06-2023
    Location
    Antioch, TN
    MS-Off Ver
    LTSC Professional Plus 2021
    Posts
    2

    Smile Re: Formula for percentages with multiple variables

    Thank you RDibbins

    The formula you gave me didn't quite do what I was looking for BUT it definitely helped lead me towards what I actually need! I'm now up and running!! Thank you again and I will be marking this as SOLVED

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,044

    Re: {SOLVED} Formula for percentages with multiple variables

    See, all you needed was a little push It's always a good feeling when you work things out for yourself. Thanks for the feedback.

+ 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: 3
    Last Post: 08-20-2020, 05:36 PM
  2. [SOLVED] Formula to calculate multiple percentages
    By Nicola Ed in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 04-11-2020, 01:30 PM
  3. How to calculate multiple percentages in a formula??
    By firefairy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-03-2016, 03:59 AM
  4. multiple evaluations in one formula utilizing percentages
    By hmoorex3 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-07-2013, 01:54 PM
  5. percentages based on two variables
    By rbsimpson in forum Excel General
    Replies: 10
    Last Post: 06-29-2012, 12:11 PM
  6. Multiply multiple percentages in one formula
    By rdd2 in forum Excel General
    Replies: 0
    Last Post: 03-31-2011, 09:49 AM
  7. Calculating Percentages with Variables
    By tssjhs in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-27-2005, 10:06 PM

Tags for this Thread

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