Hello,
I have a table that contains passive and active devices. I want to find correct active device to which passive device is connected. However passive device can be connected to another passive device and after that to an active device - could be endless times a passive device is connected to passive device and then in the end to an active device.
I will include excel tables with data and wanted result.
The criteria is i think something like this:
TYPE IS D3P AND Mark DOES NOT CONTAIN "ZUUM" AND Sort IS "Passive"
I have no idea how to put that into query or if its even possible to do with query?
I got the result via doing excel function index-match for like 5 times and excel stalling.
Any ideas? or questions?
Thank you,
A.