thomasuponor
New Member
- Joined
- Sep 13, 2018
- Messages
- 44
- Office Version
- 2016
- Platform
- Windows
I have a Drop Down. Assume I select "Varia Single 25/2,3 90"
Now I want to return other values where either 25/2,3 or 90 are included. I want the whole value to be returned.
List
[TABLE="width: 235"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Pexflextra 25/2,3 90[/TD]
[/TR]
[TR]
[TD][TABLE="width: 235"]
<tbody>[TR]
[TD="width: 235"]Uno 25/2,3 76
[TABLE="width: 235"]
<tbody>[TR]
[TD="width: 235"]MX-Radiflex 40/3,7 110[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
From above list the formula should return the first two values.
I have been trying match, if, find but cannot get anything to work.
Now I want to return other values where either 25/2,3 or 90 are included. I want the whole value to be returned.
List
[TABLE="width: 235"]
<colgroup><col></colgroup><tbody>[TR]
[TD]Pexflextra 25/2,3 90[/TD]
[/TR]
[TR]
[TD][TABLE="width: 235"]
<tbody>[TR]
[TD="width: 235"]Uno 25/2,3 76
[TABLE="width: 235"]
<tbody>[TR]
[TD="width: 235"]MX-Radiflex 40/3,7 110[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
From above list the formula should return the first two values.
I have been trying match, if, find but cannot get anything to work.