Hi there, hope someone can help me with this one. It's a 2 part question and might turn out to be a novel.
Part one: I have 2 sheets. One is a reference library 3 columns wide containing information such as:
[TABLE="width: 339"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[/TR]
[TR]
[TD]Interior[/TD]
[TD]Door[/TD]
[TD]Door Closer[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Note there is a hierarchy there, from left to right.
The other is a larger data sheet with 6 relevant columns like so:
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Door[/TD]
[TD]Doorframe[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need is a formula that will search the reference sheet for an entry that matches in all three columns - if matching in all three then it will paste the 3 cells into the empty cells (or at least enter something into a seventh column) giving:
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Door[/TD]
[TD]Doorframe[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can then extract the newly populated records.
Part 2: Then, I need to search the remaining data for similar matches in the reference library (like misspells) and identify them in another cell, ie search the remaining data for:
[TABLE="width: 339"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Roof Cladding[/TD]
[/TR]
[TR]
[TD]Exterior[/TD]
[TD]Exterior Roof[/TD]
[TD]Cladding[/TD]
[/TR]
[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Roof Claddig[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So I can standardise it to
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[/TR]
</tbody>[/TABLE]
Told you it might be a novel. Any ideas? Thank you in advance.
Riccardo
Part one: I have 2 sheets. One is a reference library 3 columns wide containing information such as:
[TABLE="width: 339"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[/TR]
[TR]
[TD]Interior[/TD]
[TD]Door[/TD]
[TD]Door Closer[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Note there is a hierarchy there, from left to right.
The other is a larger data sheet with 6 relevant columns like so:
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Door[/TD]
[TD]Doorframe[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need is a formula that will search the reference sheet for an entry that matches in all three columns - if matching in all three then it will paste the 3 cells into the empty cells (or at least enter something into a seventh column) giving:
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Door[/TD]
[TD]Doorframe[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]empty[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[TD]other data[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I can then extract the newly populated records.
Part 2: Then, I need to search the remaining data for similar matches in the reference library (like misspells) and identify them in another cell, ie search the remaining data for:
[TABLE="width: 339"]
<tbody>[TR]
[TD]Exterior[/TD]
[TD]Roof[/TD]
[TD]Roof Cladding[/TD]
[/TR]
[TR]
[TD]Exterior[/TD]
[TD]Exterior Roof[/TD]
[TD]Cladding[/TD]
[/TR]
[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Roof Claddig[/TD]
[/TR]
[TR]
[TD]etc[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
So I can standardise it to
[TABLE="width: 602"]
<tbody>[TR]
[TD]Exterior [/TD]
[TD]Roof[/TD]
[TD]Cladding[/TD]
[/TR]
</tbody>[/TABLE]
Told you it might be a novel. Any ideas? Thank you in advance.
Riccardo