Hi folks,
I have a problem that has me stumped sideways til next Thursday. Maybe I am just fried because it's Friday and I have been struggling with this all week, or maybe I am still not seeing the bigger picture. This is why I come to ask help from the experts.
Problem:
Searching a string of text in a column to find a specific string of text
Criteria:
Need to be able to identify which cell the particular string of text is found in(if any), and return data from a cell elsewhere in the document, but on the same row.
Example:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]OEM Number
[/TD]
[TD]Search Keywords
[/TD]
[TD]Data to be returned
[/TD]
[/TR]
[TR]
[TD]11604
[/TD]
[TD]160033, 16-1000, 396-703
[/TD]
[TD]Jerry
[/TD]
[/TR]
[TR]
[TD]160033
[/TD]
[TD]11605, 11662, 113-275, 11604
[/TD]
[TD]Mack
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Basically I need the formula to be able to find 11604 or 160033 in colum "Search Keywords" and return data from a cell related on the same row as 11604 or 160033, ie. Jerry or Mack. I am sure there is an easy way of doing this, but I am stumped. It's gotta be the impending weight I'll gain from Turkey day next week.
Any help would be greatly appreciated.
erollman
I have a problem that has me stumped sideways til next Thursday. Maybe I am just fried because it's Friday and I have been struggling with this all week, or maybe I am still not seeing the bigger picture. This is why I come to ask help from the experts.
Problem:
Searching a string of text in a column to find a specific string of text
Criteria:
Need to be able to identify which cell the particular string of text is found in(if any), and return data from a cell elsewhere in the document, but on the same row.
Example:
[TABLE="width: 500, align: center"]
<tbody>[TR]
[TD]OEM Number
[/TD]
[TD]Search Keywords
[/TD]
[TD]Data to be returned
[/TD]
[/TR]
[TR]
[TD]11604
[/TD]
[TD]160033, 16-1000, 396-703
[/TD]
[TD]Jerry
[/TD]
[/TR]
[TR]
[TD]160033
[/TD]
[TD]11605, 11662, 113-275, 11604
[/TD]
[TD]Mack
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Basically I need the formula to be able to find 11604 or 160033 in colum "Search Keywords" and return data from a cell related on the same row as 11604 or 160033, ie. Jerry or Mack. I am sure there is an easy way of doing this, but I am stumped. It's gotta be the impending weight I'll gain from Turkey day next week.
Any help would be greatly appreciated.
erollman