Hi,
I need to put a formula in Column M which will search through column L and match it (partially or completely) with column O and display the value available in same row in column P. If VBA code will do it faster then provide VBA code please.
e.g. in Column L, it is written as "Salary of Emp#784" so in Column M it should be just "Salaries"
[TABLE="width: 168"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]Column O[/TD]
[TD]Column P[/TD]
[/TR]
[TR]
[TD]Donation
[/TD]
[TD]Donations[/TD]
[/TR]
[TR]
[TD]salary[/TD]
[TD]Salaries[/TD]
[/TR]
[TR]
[TD]Commerce
[/TD]
[TD]Legalization
[/TD]
[/TR]
[TR]
[TD]Housing
[/TD]
[TD]Housing Allow.
[/TD]
[/TR]
[TR]
[TD]Bank[/TD]
[TD]Bank Charges[/TD]
[/TR]
[TR]
[TD]GSM[/TD]
[TD]Communications[/TD]
[/TR]
[TR]
[TD]Stamp[/TD]
[TD]Legalization[/TD]
[/TR]
[TR]
[TD]Trip[/TD]
[TD]Business Trip[/TD]
[/TR]
[TR]
[TD]Chamber[/TD]
[TD]Legalization[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
Imran.
I need to put a formula in Column M which will search through column L and match it (partially or completely) with column O and display the value available in same row in column P. If VBA code will do it faster then provide VBA code please.
e.g. in Column L, it is written as "Salary of Emp#784" so in Column M it should be just "Salaries"
[TABLE="width: 168"]
<colgroup><col span="2"></colgroup><tbody>[TR]
[TD]Column O[/TD]
[TD]Column P[/TD]
[/TR]
[TR]
[TD]Donation
[/TD]
[TD]Donations[/TD]
[/TR]
[TR]
[TD]salary[/TD]
[TD]Salaries[/TD]
[/TR]
[TR]
[TD]Commerce
[/TD]
[TD]Legalization
[/TD]
[/TR]
[TR]
[TD]Housing
[/TD]
[TD]Housing Allow.
[/TD]
[/TR]
[TR]
[TD]Bank[/TD]
[TD]Bank Charges[/TD]
[/TR]
[TR]
[TD]GSM[/TD]
[TD]Communications[/TD]
[/TR]
[TR]
[TD]Stamp[/TD]
[TD]Legalization[/TD]
[/TR]
[TR]
[TD]Trip[/TD]
[TD]Business Trip[/TD]
[/TR]
[TR]
[TD]Chamber[/TD]
[TD]Legalization[/TD]
[/TR]
</tbody>[/TABLE]
Thanks,
Imran.