Document Matrix

spr1nger

New Member
Joined
May 18, 2021
Messages
26
Office Version
  1. 365
Platform
  1. Windows
I have a list of documents in an Excel Spreadsheet (a matrix per se), listing all documents with their #'s, document titles, what departments each belong to, & revision date. On a 2nd Tab, I'd like to return (link if anything changes on main tab) all documents that belong to a specific department. The way I set up the spreadsheet is with column headings for doc #, title, rev date, then the subsequent columns are each department. The rows are the various documents & I placed an "X" in the column of the department it pertains to. What formula can I use on the 2nd tab to return the list of a specific department?
 

Attachments

  • DOC Matrix.xlsx - Excel.png
    DOC Matrix.xlsx - Excel.png
    22.2 KB · Views: 6
Can you please post the formula, so that I don't have to type the whole thing out.
 
Upvote 0

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Can you please post the formula, so that I don't have to type the whole thing out.
yes, i'm sorry
=FILTER('Doc Matrix'!A2:S195,INDEX('Doc Matrix'!A2:S195,,MATCH("Purchasing",'Doc Matrix'!M2:M195,0))="X")
 
Upvote 0
Thanks for that, how about
Excel Formula:
=FILTER('Doc Matrix'!B2:B200,INDEX('Doc Matrix'!J2:N200,,MATCH("Purchasing",'Doc Matrix'!J1:N1,0))="X")
 
Upvote 0
Solution
Thanks for that, how about
Excel Formula:
=FILTER('Doc Matrix'!B2:B200,INDEX('Doc Matrix'!J2:N200,,MATCH("Purchasing",'Doc Matrix'!J1:N1,0))="X")
That's it!!! Thank you so, so much & thank you for being patient with me! You're a genius ?
 
Upvote 0
You're welcome & thanks for the feedback.
 
Upvote 0
I'm sorry to bug you again, but can you tell me the formula to use in conditional formatting, if i want to highlight cells A2:E2, if E2 has an "O" in it?
SC DOCUMENT Matrix.xlsx
E
2O
Purchasing
Cell Formulas
RangeFormula
E2E2=VLOOKUP(B2,'Doc Matrix'!B2:R195,17,FALSE)
 
Upvote 0
As this is a totally different question, it needs a new thread. Thanks
 
Upvote 0

Forum statistics

Threads
1,215,003
Messages
6,122,655
Members
449,091
Latest member
peppernaut

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