Dear all,
I am trrying to do it myself, but I can't get it done.
I am trying to create a seperate path for people that are inside of someone else path.
I have 2 datasets:
1. Dataset contains Leads and their paths
2. Contains only paths (which are of people in the background=
| Dataset 1 | | | Result |
| Lead | Path | | Path |
| LLL | ABC|123|XXX|ZSA | | ABC|123|XXX|ZSA|LLL|U82 |
| XXX | 512|A5G|7GH | | 512|A5G|7GH|XXX|ZSA |
| | | | |
| | | | |
| Dataset 2 | | | |
| Path | | | |
| ABC|123|XXX|ZSA | | | |
| LFA|532|ZZZ|LLL|U82 | | | |
| 025|6AF|3DK|E8S | | | |
Basicly I want to check each row 1 by 1 from Dataset 1 within all of Dataset 2 if I can find the Lead from Dataset 1 inside the Path of Dataset 2 and do some stuff and append the reults below each other after some formulas to get to the result.
I already have the workflow build to get to the result, but I can't get it working to check each row 1 by 1 from Dataset 1.
This is probably a Batch Macro stuff but I am new to macros and can't get it to work at all.