Danielosama
New Member
- Joined
- Dec 7, 2023
- Messages
- 3
- Office Version
- 365
- Platform
- Windows
- Web
Hello everyone,
I have a massive table of data and I wanted to try and extract it in different columns / smaller tables.
The Table consists of Maintenance tasks, their frequency and the items required for it (there are more columns but this is the gist of it).
Some tasks do not have a frequency.
Here is a very reduced version of the Table in question:
My first objective is to extract all non-duplicate items that have a frequency as seen in the Non Duplicate items table.
And my second one is to extract the Tasks and their items per Frequency in smaller tables as seen in the different smaller tables.
I have tried with different combinations of INDEX and AGGREGATE to no avail.... I admit this is a bit beyond me :')
Any help would be strongly appreciated.
All best,
I have a massive table of data and I wanted to try and extract it in different columns / smaller tables.
The Table consists of Maintenance tasks, their frequency and the items required for it (there are more columns but this is the gist of it).
Some tasks do not have a frequency.
Here is a very reduced version of the Table in question:
Example.xlsx | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | H | I | J | K | L | M | N | |||
1 | Original Table | Wanted result | |||||||||||||
2 | MAINT NAME | Frequency | ITEM | NO DUPLICATES ITEM LIST that have frequency | V (30.000 km) | RI2 (1.080.000 km) | |||||||||
3 | A | V (30.000 km) | SCREW1 | SCREW1 | MAINT NAME | ITEM | MAINT NAME | ITEM | |||||||
4 | B | V (30.000 km) | WASHER1 | WASHER1 | A | SCREW1 | D | SCREW1 | |||||||
5 | C | V (30.000 km) | WASHER2 | WASHER2 | B | WASHER1 | |||||||||
6 | D | RI2 (1.080.000 km) | SCREW1 | SCREW2 | H | SCREW1 | |||||||||
7 | E | SCREW2 | SCREW3 | ||||||||||||
8 | F | RI (720.000 km) | SCREW2 | RI (720.000 km) | RI2 (1.080.000 km) | ||||||||||
9 | G | 2D (360.000 km) | SCREW3 | MAINT NAME | ITEM | MAINT NAME | ITEM | ||||||||
10 | H | V (30.000 km) | SCREW1 | F | SCREW2 | G | SCREW3 | ||||||||
11 | |||||||||||||||
LIST |
My first objective is to extract all non-duplicate items that have a frequency as seen in the Non Duplicate items table.
And my second one is to extract the Tasks and their items per Frequency in smaller tables as seen in the different smaller tables.
I have tried with different combinations of INDEX and AGGREGATE to no avail.... I admit this is a bit beyond me :')
Any help would be strongly appreciated.
All best,