在excel中,我试图确定如何从层次结构中找到丢失的设备。即,对于一件设备,字符串将如下所示
1st 2nd 3rd 4th 5th 6th <<<树的水平
xxxxxx-XX
xxxxxx-xx-xxx
xxxxxx-xx-xxx-xxxx
xxxxxx-xx-xxx-xxxx-xxxx
xxxxxx-xx-xxx-xxxx-xxxx-STAxxx
xxxxxx-xx-xxx-xxxx-xxxx-MOTxxx
xxxxxx-xx-xxx-xxxx-xxxx-PRVxxx
xxxxxx-xx-xxx-xxxx-xxxx-PRVxxx
xxxxxx-xx-XXX-XXXX-XXXX-WWPxxx
如果缺少PRVXXX,则应该能够识别出在第6级缺少的东西或在任何给定级别缺少的物品
xxxxxx-XX
xxxxxx-xx-xxx
xxxxxx-xx-xxx-xxxx
xxxxxx-xx-xxx-xxxx-xxxx
xxxxxx-xx-xxx-xxxx-xxxx-STAxxx
xxxxxx-xx-xxx-xxxx-xxxx-MOTxxx
xxxxxx-xx-xxx-xxxx-xxxx-PRVxxx
xxxxxx-xx-XXX-XXXX-XXXX-WWPxxx
这是一个示例,在某些情况下,字符串格式在第6级可能有11行
我已经尝试过对两列进行比较,并且由于需要设置模板而无法正常工作,但是没有两台设备相同,它们是400种不同的组合,具体取决于区域和该设备在过程中的位置