Populating Dynamic List of Machinery Checks from Column Headers...

Eduard_Stoo

New Member
Joined
Apr 15, 2024
Messages
7
Office Version
  1. 365
Platform
  1. Windows
Hi All -

As an extension of a previous post... I've tried a few methods on this one and can get it working in principal, but hit snags with the row and column referencing dynamically...

I would like a list of machinery safety checks, to populate dynamically based on them having an 'X' against certain disciplines (a grid from W3 to AN100). I have mocked-up an example in the picture; so when machine ref NPL001 is placed in cell AR2, it finds the same reference in column A (cell A3 in this case), then i need to transpose all the 'X's in that row as a seperate list (but both dynamically, and listed downwards not sideways, as shown in AR3 > AR18, and 'skipping' non-relevant headings). Hope this makes sense.

Thanks in advance!
 

Attachments

  • Asset Splits for PPM.jpg
    Asset Splits for PPM.jpg
    220.3 KB · Views: 5

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
How about
Excel Formula:
=LET(f,FILTER(W3:AN100,A3:A100=AR2),TOCOL(FILTER(W2:AN2,f="X")))
 
Upvote 0

Forum statistics

Threads
1,224,507
Messages
6,179,181
Members
452,893
Latest member
denay

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