+ Reply to Thread
Results 1 to 4 of 4

Eisenhower Matrix on Excel

  1. #1
    Registered User
    Join Date
    03-16-2021
    Location
    Bern
    MS-Off Ver
    MS 2019
    Posts
    3

    Eisenhower Matrix on Excel

    Hello Folks!

    I'm trying to get a Eisenhower Matrix with following parameters: Urgency 1-4 and Importance 1-4.
    I wan't to fill a table with tasks and add to each task mentioned parameters. This should be visualised in 16 boxes.

    I got a formula with the paramters Urgency Yes or No and Importance Yes or No as following:
    {=IFERROR(INDEX($B$2:$B$150,SMALL(IF((LEN($B$2:$B$150)<>0)*($L$2:$L$150="Yes")*($L$2:$M$150="No"),ROW($B$2:$B$150)-ROW($B$1),""),ROW(B2)-ROW($B$1))),"")}

    So how can I transfer this forumla from the parameters Yes or No to the parameters 1-4? I tried to replace Yes with 1 and No with 2 but it didn't worked out...

    Thanks for your help!!
    Attached Files Attached Files
    Last edited by LorisNic; 03-16-2021 at 12:19 PM. Reason: Adding file

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,995

    Re: Eisenhower Matrix on Excel

    Need your file to do this. Please see yellow banner at the top of the page.

    By the way I have done this with a macro solution years ago for myself, although I just used 1-2. IMHO if you have 16 boxes you will be thrashing around.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    03-16-2021
    Location
    Bern
    MS-Off Ver
    MS 2019
    Posts
    3

    Re: Eisenhower Matrix on Excel

    Thanks! Sorry, haven't seen the yellow banner I edited the post and attached the current file with the yes or no parameters.
    You could say that Yes Yes equals 4 and 4 and so on..

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 365 version 2501
    Posts
    19,020

    Re: Eisenhower Matrix on Excel

    Hello LorisNic and Welcome to Excel Forum.
    Guessing that the data and the matrix should look something like that modeled on sheet1.
    The formula used to fill the matrix is: =IFERROR(INDEX($A$2:$A$17,AGGREGATE(15,6,(ROW($A$2:$A$17)-ROW($A$1))/($B$2:$B$17=$F4)/($C$2:$C$17=G$3),COUNTIFS($F$4:$F4,$F4))),"")
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Convert qty of matrix items to matrix groups
    By OAKLEY in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-12-2019, 06:31 PM
  2. [SOLVED] 9 Cells Matrix / GE Matrix chart hellp
    By vani2004 in forum Excel Charting & Pivots
    Replies: 6
    Last Post: 11-20-2018, 02:34 PM
  3. Matrix Multiplication in VBA and storing values in another matrix
    By anwid in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-06-2018, 06:23 AM
  4. [SOLVED] VBA to convert a coloured matrix into an equivalent matrix of 1's and 0's
    By The_Snook in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-27-2017, 01:12 PM
  5. Replies: 2
    Last Post: 11-05-2014, 03:41 AM
  6. Eigenvector of matrix for nxn matrix of variable size
    By rocketscientist165 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-14-2014, 10:51 AM
  7. Replies: 2
    Last Post: 02-11-2014, 05:05 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