How to pull data from a Task List into an Eisenhower Matrix

rsisk

New Member
Joined
Aug 7, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Need help with a formula that will pull the data from a task list and place the task item into Column D or I for the appropriate quadrant of the Eisenhower Matrix? The task list will indicate which quadrant the task should be placed.

1723056259175.png



Task List
1723056308317.png
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Do you mean something like this (to be inserted into D5 and then copied to I5, D22, I22 after adjusting references):

Excel Formula:
=FILTER('Task List'!$C$4:$C$11;('Task List'!$F$4:$F$11=Matrix!B4)*('Task List'!$C$4:$C$11<>""))
 
Upvote 0
Solution
Do you mean something like this (to be inserted into D5 and then copied to I5, D22, I22 after adjusting references):

Excel Formula:
=FILTER('Task List'!$C$4:$C$11;('Task List'!$F$4:$F$11=Matrix!B4)*('Task List'!$C$4:$C$11<>""))
Yes. Exactly
 
Upvote 0
Do you mean something like this (to be inserted into D5 and then copied to I5, D22, I22 after adjusting references):

Excel Formula:
=FILTER('Task List'!$C$4:$C$11;('Task List'!$F$4:$F$11=Matrix!B4)*('Task List'!$C$4:$C$11<>""))
That did it. Thank you so much for your help.
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,323
Members
452,635
Latest member
laura12345

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