+ Reply to Thread
Results 1 to 6 of 6

Formula for multi-column table to determine levels of certification

  1. #1
    Registered User
    Join Date
    03-15-2018
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    27

    Question Formula for multi-column table to determine levels of certification

    I'm working on a spreadsheet that professionals will use to track their progress in reaching fidelity to practices. There are three levels: no fidelity, approaching fidelity, and fidelity. Within one section, there are three separate characteristics that the professional must exhibit in their practices in order to achieve fidelity. They may do really well in one, but not great in another. I have a table that shows the various stages with each characteristic and how that translates to overall fidelity for that section. I need to know how to use the table to translate their progress on a summary worksheet.

    The example I'm attaching has two worksheets, the summary and the detailed one. There are already formulas embedded to keep cells blank until filled and to calculate individual fidelity status. I just don't know how to use the table to write a formula that takes into consideration 27 different combinations that can result in three different progress levels.

    Thanks for your help!

    L
    Attached Files Attached Files

  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,169

    Re: Formula for multi-column table to determine levels of certification

    Assuming results are in "Total" row of "Section 7"

    Create helper column as shown in column M

    =H2&I2&J2

    in "Summary"

    B2

    =IFERROR(INDEX('SECTION 7'!$K$2:$K$10,MATCH('SECTION 7'!$B$8&'SECTION 7'!$C$8&'SECTION 7'!$D$8,'SECTION 7'!$M$2:$M$10,0)),"No Match")
    Attached Files Attached Files

  3. #3
    Forum Contributor
    Join Date
    03-22-2017
    Location
    Malaysia
    MS-Off Ver
    Excel 2010
    Posts
    230

    Re: Formula for multi-column table to determine levels of certification

    change the formula in row 9, to show AF, NF, F instead of full words.

    and remain you can follow john idea.

    and attach for 27 combination.

    i used marco to extract this list.

    it return combination of 1, 2 and 3.
    and just use replace to change to F,AF and NF respectively.

    Please Login or Register  to view this content.
    Attached Files Attached Files
    Hope you can learn every time you visit here.

    If you still confuse on how it work, kindly ask or go to
    i) Formula - Formula (Ribbon) > Formula Auditing (Section) > Evaluate Formula > Evaluate; or
    ii) VBA/Code - Click F8 to see how it work step by step.

    It it take care of your question, Please:
    Mark tread as [Solved] [Thread Tools->Mark thread as Solved]
    ;and
    Click *Add Reputation to thank anyone solved your question.

  4. #4
    Registered User
    Join Date
    03-15-2018
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    27

    Re: Formula for multi-column table to determine levels of certification

    There were formulas already in the individual sections. When I tried to change John's formula to work with it, it still says no match. The results need to say the full words in caps to match the other sections: FIDELITY, APPROACHING FIDELITY, NO FIDELITY. I have attached the file with part of it filled out so you can see how it works so far. You can play with the yes/no in the columns and it will change fidelity status in each. I think your solutions still work, I'm just not sure how to tweak them. I'm sorry I wasn't clearer in my first post.
    Attached Files Attached Files

  5. #5
    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,169

    Re: Formula for multi-column table to determine levels of certification

    I see nothing filled in in "Section 7"

  6. #6
    Registered User
    Join Date
    03-15-2018
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    27

    Re: Formula for multi-column table to determine levels of certification

    I'm not sure what happened. When I downloaded it, it said it had to be repaired. I've attached it again if you still want to look at it.
    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. Replies: 1
    Last Post: 12-26-2017, 11:48 PM
  2. Convert a mutli colum Multi roy table to a 3 column table
    By stratis63 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-22-2015, 11:30 AM
  3. [SOLVED] Creating Single Column List from multi-row/column table and removing blanks
    By ChemistB in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 03-10-2014, 02:23 PM
  4. Turning 2 row table into a multi-column table
    By kle in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 05-28-2013, 05:20 PM
  5. Converting a 2-row table into a multi-column table
    By kle in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-24-2013, 08:49 PM
  6. Replies: 19
    Last Post: 10-05-2012, 01:03 PM
  7. How do I determine Table Column Index Number?
    By sauerj in forum Word Programming / VBA / Macros
    Replies: 3
    Last Post: 09-17-2010, 09:25 AM

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