GirishDhruva
Active Member
- Joined
- Mar 26, 2019
- Messages
- 308
Hi everyone,
Below i have attached table , from which i need to search for a column through column name and when it finds that column it should perform some tasks like
1.It should divide by 12 from all the values which are found
2.Only that column should be copied and pasted in another new sheet with "Total at the bottom of that column"
[TABLE="width: 500"]
<tbody>[TR]
[TD]Basic[/TD]
[TD]HRA[/TD]
[TD]PF[/TD]
[TD]PT[/TD]
[TD]ESI[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]35[/TD]
[TD]423[/TD]
[TD]23454[/TD]
[TD]12343[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]1343[/TD]
[TD]234524[/TD]
[TD]2345[/TD]
[TD]12354[/TD]
[/TR]
[TR]
[TD]123543[/TD]
[TD]13451[/TD]
[TD]1432[/TD]
[TD]51345[/TD]
[TD]514[/TD]
[/TR]
[TR]
[TD]35134[/TD]
[TD]54345[/TD]
[TD]5431[/TD]
[TD]54345[/TD]
[TD]543[/TD]
[/TR]
[TR]
[TD]53445[/TD]
[TD]51345[/TD]
[TD]4532[/TD]
[TD]145[/TD]
[TD]1345[/TD]
[/TR]
[TR]
[TD]3145[/TD]
[TD]32454[/TD]
[TD]134543[/TD]
[TD]5323[/TD]
[TD]5231[/TD]
[/TR]
[TR]
[TD]543245[/TD]
[TD]5423[/TD]
[TD]542534[/TD]
[TD]5413[/TD]
[TD]62354[/TD]
[/TR]
[TR]
[TD]14323[/TD]
[TD]6413[/TD]
[TD]643[/TD]
[TD]61423[/TD]
[TD]34564[/TD]
[/TR]
[TR]
[TD]42345[/TD]
[TD]12345[/TD]
[TD]4614[/TD]
[TD]36234[/TD]
[TD]46354[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
Below i have attached table , from which i need to search for a column through column name and when it finds that column it should perform some tasks like
1.It should divide by 12 from all the values which are found
2.Only that column should be copied and pasted in another new sheet with "Total at the bottom of that column"
[TABLE="width: 500"]
<tbody>[TR]
[TD]Basic[/TD]
[TD]HRA[/TD]
[TD]PF[/TD]
[TD]PT[/TD]
[TD]ESI[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]35[/TD]
[TD]423[/TD]
[TD]23454[/TD]
[TD]12343[/TD]
[/TR]
[TR]
[TD]1234[/TD]
[TD]1343[/TD]
[TD]234524[/TD]
[TD]2345[/TD]
[TD]12354[/TD]
[/TR]
[TR]
[TD]123543[/TD]
[TD]13451[/TD]
[TD]1432[/TD]
[TD]51345[/TD]
[TD]514[/TD]
[/TR]
[TR]
[TD]35134[/TD]
[TD]54345[/TD]
[TD]5431[/TD]
[TD]54345[/TD]
[TD]543[/TD]
[/TR]
[TR]
[TD]53445[/TD]
[TD]51345[/TD]
[TD]4532[/TD]
[TD]145[/TD]
[TD]1345[/TD]
[/TR]
[TR]
[TD]3145[/TD]
[TD]32454[/TD]
[TD]134543[/TD]
[TD]5323[/TD]
[TD]5231[/TD]
[/TR]
[TR]
[TD]543245[/TD]
[TD]5423[/TD]
[TD]542534[/TD]
[TD]5413[/TD]
[TD]62354[/TD]
[/TR]
[TR]
[TD]14323[/TD]
[TD]6413[/TD]
[TD]643[/TD]
[TD]61423[/TD]
[TD]34564[/TD]
[/TR]
[TR]
[TD]42345[/TD]
[TD]12345[/TD]
[TD]4614[/TD]
[TD]36234[/TD]
[TD]46354[/TD]
[/TR]
</tbody>[/TABLE]
Thank you in advance
Last edited: