Hi,
as in topic is it possible to pull out values from eg. row+3 based on specified value. (in this example I woullike to pull out the value which is 3 rows below value "Peter")
IN:
| Name |
| Peter |
| Blue |
| Green |
| Pink |
| Yellow |
| Peter |
| Yellow |
| Red |
| Purple |
| Red |
| Peter |
| Black |
| Gray |
| Orange |
| Gray |
OUT:
Mutli-Row tool is not good for this case 

Thanks !