+ Reply to Thread
Results 1 to 7 of 7

How to get the overall complexity result base on Low, Medium and High

Hybrid View

Ex-xcel How to get the overall... 09-18-2013, 07:06 AM
TMS Re: How to get the overall... 09-18-2013, 07:19 AM
RobertMika Re: How to get the overall... 09-18-2013, 07:36 AM
Ex-xcel Re: How to get the overall... 09-18-2013, 07:52 AM
RobertMika Re: How to get the overall... 09-18-2013, 08:30 AM
Ex-xcel Re: How to get the overall... 09-18-2013, 08:54 AM
RobertMika Re: How to get the overall... 09-18-2013, 01:18 PM
  1. #1
    Registered User
    Join Date
    09-01-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    12

    How to get the overall complexity result base on Low, Medium and High

    Hello Team,

    Need help in creating a formula that will summarized or get the overall results base on 3 level category. "Low" "Medium" and "High"

    Column A3:A14 are my process and column B3:B14 are its complexity. On column B15 I want to show the overall complexity of my business only answerable by only Low, Med and High.

    I tried several formula but my returning values is not what Im expecting.

    Appreciate all the help I can get.

    Many thanks
    Attached Files Attached Files

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,072

    Re: How to get the overall complexity result base on Low, Medium and High

    Why not assign values of 1, 2, 3, rather than Low, Medium and High? Then you could get the Average which, in the example would be 1.2 ... and maybe use Round to eliminate the decimal places.

    So, overall, I would expect the complexity of your business to be Low.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: How to get the overall complexity result base on Low, Medium and High

    This should work
    =LOOKUP(SUMPRODUCT(MATCH(B3:B14,{"Low","Medium","High"},0)),{0,18,30},{"Low","Medium","High"})
    Low up to 17
    and Medum up to 30 points based on 12 processes.
    You can make this more dynamic but this will required different formula.
    If you are http://www.excelforum.com/image.php?type=sigpic&userid=125481&dateline=1392355029happy with the results, please add to the contributor's
    reputation by clicking the reputation icon (star icon).




    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved.
    To undo, select Thread Tools-> Mark thread as Unsolved.
    http://www.excelaris.co.uk

  4. #4
    Registered User
    Join Date
    09-01-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: How to get the overall complexity result base on Low, Medium and High

    Hi Robert, may I see what the formula looks like if I to make it more dynamic? Many thanks

  5. #5
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: How to get the overall complexity result base on Low, Medium and High

    Would you still have 3 levels or more?

  6. #6
    Registered User
    Join Date
    09-01-2013
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: How to get the overall complexity result base on Low, Medium and High

    I was thinking what if each items in column A has correspoding weights e.g. A3 is 10% A4 is 8% and a total of 100% for all 12 items. And complexity (Low, Med and High) would have impact on the overall results. Say the rest of the items are all low except for item on A14 which has a weight of 50% and its complexity is High, then I should get an overall complexity of Medium. Can this work? Thanks again

  7. #7
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: How to get the overall complexity result base on Low, Medium and High

    We need to establish first what LOW means(in %), the same for Medium.
    If a High is 50% then low is 4.54%?
    What about Medium in this case?

+ 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. [SOLVED] High Medium and low
    By mobileangus in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-18-2013, 09:42 AM
  2. Need to generate a chart with data rated on High, Medium, Low scale
    By dbalam in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-13-2012, 06:58 PM
  3. Median of High, Medium, Low - Excel 2007
    By princesseileen99 in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 09-17-2012, 01:22 PM
  4. Replies: 4
    Last Post: 01-18-2011, 10:47 AM
  5. [SOLVED] Calculate weighted averages using high, medium, low
    By JimDandy in forum Excel General
    Replies: 7
    Last Post: 01-01-2009, 04:04 PM

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