Hi all,
I have an existing Table with 8 to 10 columns of data. Instead of using Excel's Table Filter feature or Pivot Table, I would like to create a new table "filtered" on one of the original columns and have all of the data rows and (columns) displayed on another sheet using formulas (without "helper" columns). For simplicity, the example below shows just 5 of the columns.
Overall Usage (sheet name)
PCN PartID WC 2008 Use 2008 Issue
8430109 SEA37 124 1 0.015
8430109 SEA37 124 3 0.045
8430109 SEA37 152 2 0.030
8430123 RES44 124 6 0.200
8430123 RES44 C09 6 0.200
8430123 RES44 P11 2 30.00
8400188 PAI23 124 5 3.66
8400188 PAI23 542 2 No PCN
The No PCN refers to a lookup on another table when there is no match to the PCN on this table.
What I am needing on another worksheet called Sheet 124:
A1: WC=124 (filtered on this in WC column – which is changeable to create different tables)
PCN PartID WC 2008 Use 2008 Issue
8430109 SEA37 124 1 0.015
8430109 SEA37 124 3 0.045
8430123 RES44 124 6 0.200
8400188 PAI23 124 5 3.66
I have tried various INDEX/MATCH combo’s but can only get the first instance of the data.
copied across. Column H is where WC resides from the original table.![]()
Please Login or Register to view this content.
Of course for even more flexibility (and yet more complicated formula), I would like to make the columns variable by using drop down list headers and have the data match that as well.
I need all instances of the data sorted on. This is on 3000+ rows.
Thanks in advance.
Bookmarks