Shreesurya
Board Regular
- Joined
- Jul 7, 2014
- Messages
- 50
Please help!
I want to search a text from a cell in a column and find out Row # and paste the row number in next sheet and copy paste whole row next to that.
Eg. [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Text String[/TD]
[TD]Row #[/TD]
[TD]Table info[/TD]
[TD]Table Info[/TD]
[/TR]
[TR]
[TD]Account[/TD]
[TD]2[/TD]
[TD][TABLE="width: 237"]
<tbody>[TR]
[TD="class: xl65, width: 237"]EscrowAccountStatementDate[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 279"]
<tbody>[TR]
[TD="class: xl65, width: 279"]date on which escrow statements are sent[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Account[/TD]
[TD]3[/TD]
[TD][TABLE="width: 237"]
<tbody>[TR]
[TD="class: xl65, width: 237"]EscrowAccountComputeDate[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 279"]
<tbody>[TR]
[TD="class: xl65, width: 279"]Date on which escrow account is computed[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Below is the raw data for your reference.
Note: It should split the text from the cell and search, Example: in first cell it says Institution Number - so it should be 3 way search like below. and loop for every cell in A Column and search in both B & C Column.
1. Institution
2. Number
3. Institution Number
[TABLE="class: grid, width: 740"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]EDW Field Description[/TD]
[TD]Copasysfieldname[/TD]
[TD]Field description[/TD]
[/TR]
[TR]
[TD]Institution Number[/TD]
[TD]EscrowAccountComputeDate[/TD]
[TD]Date on which escrow account is computed[/TD]
[/TR]
[TR]
[TD]Account Number[/TD]
[TD]EscrowAccountStatementDate[/TD]
[TD]date on which escrow statements are sent[/TD]
[/TR]
[TR]
[TD]Close Code[/TD]
[TD]EscrowAdvanceBalance[/TD]
[TD]Escrow advance balance amount [/TD]
[/TR]
[TR]
[TD]Credit Insurance Payment Amount[/TD]
[TD]EscrowAnalysisDate[/TD]
[TD]Escrow analysis date[/TD]
[/TR]
[TR]
[TD]Principal Balance[/TD]
[TD]EscrowAnalysisDisbursmentAmount[/TD]
[TD]Escrow Disbursement amount [/TD]
[/TR]
[TR]
[TD]C Info Seg Indr[/TD]
[TD]EscrowAnalysisShortAmount[/TD]
[TD]Shortage amount in escrow analysis[/TD]
[/TR]
[TR]
[TD]Escrow Balance[/TD]
[TD]EscrowBalance[/TD]
[TD]Escrow balance amount[/TD]
[/TR]
[TR]
[TD]Payoff Penalty Flag[/TD]
[TD]EscrowBorrowerContactDate[/TD]
[TD]Escrow borrower contact data[/TD]
[/TR]
[TR]
[TD]Last Activity Date[/TD]
[TD]EscrowCityTaxAmount[/TD]
[TD]Escrow city tax amount[/TD]
[/TR]
[TR]
[TD]Last Activity Date Nbr[/TD]
[TD]EscrowCityTaxDate[/TD]
[TD]Escrow city tax date[/TD]
[/TR]
</tbody>[/TABLE]
In need of desperate Help.
I want to search a text from a cell in a column and find out Row # and paste the row number in next sheet and copy paste whole row next to that.
Eg. [TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Text String[/TD]
[TD]Row #[/TD]
[TD]Table info[/TD]
[TD]Table Info[/TD]
[/TR]
[TR]
[TD]Account[/TD]
[TD]2[/TD]
[TD][TABLE="width: 237"]
<tbody>[TR]
[TD="class: xl65, width: 237"]EscrowAccountStatementDate[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 279"]
<tbody>[TR]
[TD="class: xl65, width: 279"]date on which escrow statements are sent[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]Account[/TD]
[TD]3[/TD]
[TD][TABLE="width: 237"]
<tbody>[TR]
[TD="class: xl65, width: 237"]EscrowAccountComputeDate[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 279"]
<tbody>[TR]
[TD="class: xl65, width: 279"]Date on which escrow account is computed[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Below is the raw data for your reference.
Note: It should split the text from the cell and search, Example: in first cell it says Institution Number - so it should be 3 way search like below. and loop for every cell in A Column and search in both B & C Column.
1. Institution
2. Number
3. Institution Number
[TABLE="class: grid, width: 740"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]EDW Field Description[/TD]
[TD]Copasysfieldname[/TD]
[TD]Field description[/TD]
[/TR]
[TR]
[TD]Institution Number[/TD]
[TD]EscrowAccountComputeDate[/TD]
[TD]Date on which escrow account is computed[/TD]
[/TR]
[TR]
[TD]Account Number[/TD]
[TD]EscrowAccountStatementDate[/TD]
[TD]date on which escrow statements are sent[/TD]
[/TR]
[TR]
[TD]Close Code[/TD]
[TD]EscrowAdvanceBalance[/TD]
[TD]Escrow advance balance amount [/TD]
[/TR]
[TR]
[TD]Credit Insurance Payment Amount[/TD]
[TD]EscrowAnalysisDate[/TD]
[TD]Escrow analysis date[/TD]
[/TR]
[TR]
[TD]Principal Balance[/TD]
[TD]EscrowAnalysisDisbursmentAmount[/TD]
[TD]Escrow Disbursement amount [/TD]
[/TR]
[TR]
[TD]C Info Seg Indr[/TD]
[TD]EscrowAnalysisShortAmount[/TD]
[TD]Shortage amount in escrow analysis[/TD]
[/TR]
[TR]
[TD]Escrow Balance[/TD]
[TD]EscrowBalance[/TD]
[TD]Escrow balance amount[/TD]
[/TR]
[TR]
[TD]Payoff Penalty Flag[/TD]
[TD]EscrowBorrowerContactDate[/TD]
[TD]Escrow borrower contact data[/TD]
[/TR]
[TR]
[TD]Last Activity Date[/TD]
[TD]EscrowCityTaxAmount[/TD]
[TD]Escrow city tax amount[/TD]
[/TR]
[TR]
[TD]Last Activity Date Nbr[/TD]
[TD]EscrowCityTaxDate[/TD]
[TD]Escrow city tax date[/TD]
[/TR]
</tbody>[/TABLE]
In need of desperate Help.