Snuffepuff
New Member
- Joined
- Aug 27, 2014
- Messages
- 9
Hi,
I'm trying to get my spread sheet to return a value based on only a part of a the provided text.
In cell A1 I got the full name of a product, ABC-123. ABC is the model name, which costs a specific amount that I want to extract with a Lookup.
[TABLE="width: 269"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD][/TD]
[TD] [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Cost?[/TD]
[TD]Series[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]ABC-123[/TD]
[TD][/TD]
[TD]ABC[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
I've been trying to sort this with MATCH unsecsessfully. Any options?
I'm trying to get my spread sheet to return a value based on only a part of a the provided text.
In cell A1 I got the full name of a product, ABC-123. ABC is the model name, which costs a specific amount that I want to extract with a Lookup.
[TABLE="width: 269"]
<colgroup><col><col span="3"></colgroup><tbody>[TR]
[TD][/TD]
[TD] [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Product[/TD]
[TD]Cost?[/TD]
[TD]Series[/TD]
[TD]Cost[/TD]
[/TR]
[TR]
[TD]ABC-123[/TD]
[TD][/TD]
[TD]ABC[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][/TD]
[TD="align: right"][/TD]
[/TR]
</tbody>[/TABLE]
I've been trying to sort this with MATCH unsecsessfully. Any options?