NotASuperGenius
Board Regular
- Joined
- Jun 17, 2002
- Messages
- 62
Good evening friends. I am working on a spreadsheet that includes "initiatives" that have been bucketed into a pseudo-Eisenhower Matrics (Do first, Do next, Do later, Delete). The spreadsheet layout is something like below (Initiatives in column A, Priority in column J and E.Sort in column N). I have managed to use {=IFERROR(INDEX($A$2:$A$185, SMALL(IF(Q$1=$N$2:$N$185, ROW($A$2:$A$185)-1,""), ROW()-1)),"")} do capture the E.Sort. So I have a list of all the "Do first" initiatives. What I would like to do is extend the sort by including "Priority" (High, Medium, Low). So I can display all the "High, Do first" initiatives. My attempts to combine the forumula above with another lookup haven't worked so I have combined A & J in a new formula but there has to be a more elegant way. Your help, as always, is appreciated - Cheers, NASG
Initiative | Priority | E. Sort
-
Margaritas | High | Do first
-
Tacos | Low | Delete
-
Salsa | Medium | Do first
Initiative | Priority | E. Sort
-
Margaritas | High | Do first
-
Tacos | Low | Delete
-
Salsa | Medium | Do first