LegacyDude
New Member
- Joined
- Mar 18, 2024
- Messages
- 4
- Office Version
- 365
- Platform
- Windows
I am trying to build a mapping table as a cross reference of what reports use a data element.
I already have the cross reference of which data elements are used in a report seen in screen shot 1. The column heading C2:I2 represents the data elements.
Trying to build a formula or VBA to show what reports B3:B are impacted by a data element as in screen shot 2.
My data is approx. 1400 columns by a few hundred rows. Doing this manually and every time the sheet changes would be extremely time consuming.
So in my example when an "X" appears in a cell for a given column therefore the Report in columns B is impacted by the element which is named as the column heading.
I tried with pivot tables and even INDEX MATCH but couldn't resolve.
Any thoughts would be appreciated.
I already have the cross reference of which data elements are used in a report seen in screen shot 1. The column heading C2:I2 represents the data elements.
Trying to build a formula or VBA to show what reports B3:B are impacted by a data element as in screen shot 2.
My data is approx. 1400 columns by a few hundred rows. Doing this manually and every time the sheet changes would be extremely time consuming.
So in my example when an "X" appears in a cell for a given column therefore the Report in columns B is impacted by the element which is named as the column heading.
I tried with pivot tables and even INDEX MATCH but couldn't resolve.
Any thoughts would be appreciated.