+ Reply to Thread
Results 1 to 2 of 2

How to calculate remaining % using required % and performed %?!

  1. #1
    Registered User
    Join Date
    06-09-2015
    Location
    Pensacola, Florida
    MS-Off Ver
    2010
    Posts
    1

    Lightbulb How to calculate remaining % using required % and performed %?!

    Hello all,

    I am trying to determine project hours by percentage as well as hours by grade level (GL).


    I have 6 columns:

    Hours Required (based on GL)
    Hours Performed
    Hours Remaining
    % Hours Required (based on GL)
    % Hours Performed
    % Hours Remaining

    I have the hours formula complete, as each grade level has a different requirement for projects they must complete in a total of 4 levels of complexity. Using a long =IF statement by grade level

    =IF(Dashboard!G4="PC 1","1260","")&IF(Dashboard!G4="PC 2","840","")&IF(Dashboard!G4="PM 1","775","")&IF(Dashboard!G4="PM 2","1040","")&IF(Dashboard!G4="PM 3","1040","")

    I can calculate required/performed/remaining. Now, using this same approach, I need to show the completion in percentage.

    I have the initial 'Required %' formula done:

    =IF(Dashboard!G4="PC 1","60%","")&IF(Dashboard!G4="PC 2","40%","")&IF(Dashboard!G4="PM 1","25%","")&IF(Dashboard!G4="PM 2","20%","")&IF(Dashboard!G4="PM 3","20","")

    What I am trying to do now is calcuate the total percentage performed and remaining. I assume I will use the output of the 'Required' Formula and the 'Performed' Formula to create a sum of some kind, but I am scratching my head on how to calculate this.

    Any ideas?

  2. #2
    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,202

    Re: How to calculate remaining % using required % and performed %?!

    Can you post a sample workbook with expected results. I think your "IF" formulae could be replaced by using a table and VLOOKUP.

    A sample is attached (see Sheet 1)
    Attached Files Attached Files

+ 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. IF/AND function to calculate remaining balance
    By thakur80 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-20-2015, 05:05 PM
  2. [SOLVED] Calculate time remaining
    By WendyvdV in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-27-2015, 08:44 AM
  3. Calculate how many days remaining between two Dates
    By jordanbuchan359 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-25-2014, 10:42 PM
  4. Replies: 4
    Last Post: 09-08-2010, 11:17 AM
  5. Excel-formula required to calculate number of days remaining
    By sahar_sultana in forum Excel General
    Replies: 10
    Last Post: 04-03-2009, 02:41 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