IF formula to create Eisenhower Matrix

Grishma

New Member
Joined
Oct 19, 2021
Messages
10
Office Version
  1. 2019
Platform
  1. Windows
Hi everyone,

My knowledge of excel is minimal and looking to get some help here.

I’m creating a formula where I have the datasheet with three columns – description, important & urgent.
I want the data (description) to be populated automatically when I select yes/no from the important/urgent column.

I have attached an image that I was looking to do!

I'd greatly appreciate your help here.
 

Attachments

  • Capture.PNG
    Capture.PNG
    21.9 KB · Views: 23

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
None of the solutions offered use a table.
As you have now marked post#7 as the solution, is everything working?
 
Upvote 0
None of the solutions offered use a table.
As you have now marked post#7 as the solution, is everything working?
it was but like I mentioned it's not working if I change the site names to a different random name. Instead of Site 1, Site 2,... I used Grishma, Fluff, toadstool etc..
 
Upvote 0
If it doesn't work, then please do not mark it as a solution.
Have you tried the formula I suggested?
 
Upvote 0
If it doesn't work, then please do not mark it as a solution.
Have you tried the formula I suggested?
Yes, I have tried!
two errors;
1. the site name issue
2. would it read automatically when you change the status from yes to no? - as it doesn't in the current structure.,
 
Upvote 0
The site names are irrelevant & yes it does change when columns J or K are changed
+Fluff 1.xlsm
ABCDEFGHIJK
1UrgentNot Urgent
2DescriptionImportantUrgent
3ImportantTomabcabcYesNo
4MaryPeterxyzNoYes
5 Site9TomYesYes
6 Site10SueNoNo
7 Site11HarryNoYes
8  PeterYesNo
9  MaryYesyes
10  Site9YesNo
11Site10YesNo
12Not ImportantxyzSueSite11YesNo
13Harry 
14  
15  
16  
17  
18  
19  
20
Lists
Cell Formulas
RangeFormula
D3:D10D3=IFERROR(INDEX($I$3:$I$1000,AGGREGATE(15,6,(ROW($I$3:$I$1000)-ROW($I$3)+1)/($J$3:$J$1000="Yes")/($K$3:$K$1000="Yes"),ROWS(D$3:D3))),"")
F3:F10F3=IFERROR(INDEX($I$3:$I$1000,AGGREGATE(15,6,(ROW($I$3:$I$1000)-ROW($I$3)+1)/($J$3:$J$1000="Yes")/($K$3:$K$1000="No"),ROWS(D$3:D3))),"")
D12:D19D12=IFERROR(INDEX($I$3:$I$1000,AGGREGATE(15,6,(ROW($I$3:$I$1000)-ROW($I$3)+1)/($J$3:$J$1000="No")/($K$3:$K$1000="Yes"),ROWS(D$3:D3))),"")
F12:F19F12=IFERROR(INDEX($I$3:$I$1000,AGGREGATE(15,6,(ROW($I$3:$I$1000)-ROW($I$3)+1)/($J$3:$J$1000="No")/($K$3:$K$1000="No"),ROWS(D$3:D3))),"")
 
Upvote 0
Solution
Glad we could help & thanks for the feedback.
 
Upvote 0
Thanks so much; it works!
I changed the approach where you can hide row 1 and column A but use the contained Yes/No answers. This avoids different formulae for each quadrant.

Grishma2.xlsx
ABCDEFGHIJKLMNOPQRS
1YesYesYesYesYesYesNoNoNoNoNoNoDescriptionImportantUrgent
2UrgentNot UrgentSite772YesNo
3YesImportantSite5     Site772Great    Site2YesNo
4YesSite18     Site2Site19    DogYesNo
5YesPurple     DogSite20    CatYesNo
6Yes      Cat     Site5YesYes
7Yes      Site6     Site6YesNo
8Yes      Site14     Site14YesNo
9Yes      Site8     Site8YesNo
10Yes      Site9     Site9YesNo
11Yes      Site10     Site10YesNo
12Yes      Site11     Site11YesNo
13Yes      11 Main St     11 Main StYesNo
14Yes      Site13     Site13YesNo
15Yes      Site7     Site7YesNo
16Yes      Site15     Site15YesNo
17Yes      Site16     Site16YesNo
18GreatYesNo
19NoNot Important221 Ash Rd     Site42     Site18YesYes
20NoSite23     Site43     Site19YesNo
21NoSite24           Site20YesNo
22NoSite39           PurpleYesYes
23NoSite40           221 Ash RdNoYes
24NoSite41           Site23NoYes
25No            Site24NoYes
26No            Site39NoYes
27No            Site40NoYes
28No            Site41NoYes
29No            Site42NoNo
30No            Site43NoNo
31No            
32No            
33No            
Sheet1 (2)
Cell Formulas
RangeFormula
J19:O33,C19:H33,J3:O17,C3:H17C3=IFERROR(INDEX($Q$2:$Q$10013,AGGREGATE(15,6,ROW($Q$2:$Q$10013)-ROW($Q$1)/(($R$2:$R$10013=$A3)*($S$2:$S$10013=C$1)),((COUNTIF($C$1:C$1,C$1)-1)*15)+(COUNTIF($A$3:$A3,$A3)))),"")
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,262
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top