GirishDhruva
Active Member
- Joined
- Mar 26, 2019
- Messages
- 308
Hi Everyone,
I have a table [TABLE="width: 500"]
<tbody>[TR]
[TD]Basic[/TD]
[TD]HRA[/TD]
[TD]PF[/TD]
[TD]PT[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]324[/TD]
[TD]345[/TD]
[TD]5654[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]234[/TD]
[TD]354[/TD]
[TD]6776[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]345[/TD]
[TD]657[/TD]
[TD]7897[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]345[/TD]
[TD]57[/TD]
[TD]7895[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]456[/TD]
[TD]5687[/TD]
[TD]786[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]678678[/TD]
[TD]345[/TD]
[TD]456[/TD]
[TD]567[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]567[/TD]
[TD]35[/TD]
[TD]6734[/TD]
[TD]674[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]564[/TD]
[TD]56734[/TD]
[TD]575[/TD]
[TD]6754[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]68[/TD]
[TD]3456[/TD]
[TD]3567[/TD]
[TD]865[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]56[/TD]
[TD]4356[/TD]
[TD]567[/TD]
[TD]56[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]345[/TD]
[TD]55637[/TD]
[TD]5467[/TD]
[TD]54677[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]6435[/TD]
[TD]6[/TD]
[TD]435634[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]563[/TD]
[TD]465[/TD]
[TD]3456[/TD]
[TD]435634[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]sum of Basic[/TD]
[TD]Sum of HRA[/TD]
[TD]Sum of PF[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to Find.....
1.First i need to find the columns by its names and then total
2.To find the total(basic+HRA+PF) in last column of the table
3.Find the sum individually of basic,hra,pf in bottom of that column
Note: I will not be knowing the column numbers so don't mention the column numbers and find the sum
Thank You in Prior
I have a table [TABLE="width: 500"]
<tbody>[TR]
[TD]Basic[/TD]
[TD]HRA[/TD]
[TD]PF[/TD]
[TD]PT[/TD]
[TD]Total[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]324[/TD]
[TD]345[/TD]
[TD]5654[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]234[/TD]
[TD]354[/TD]
[TD]6776[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]123[/TD]
[TD]345[/TD]
[TD]657[/TD]
[TD]7897[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]345[/TD]
[TD]57[/TD]
[TD]7895[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]456[/TD]
[TD]5687[/TD]
[TD]786[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]678678[/TD]
[TD]345[/TD]
[TD]456[/TD]
[TD]567[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]567[/TD]
[TD]35[/TD]
[TD]6734[/TD]
[TD]674[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]564[/TD]
[TD]56734[/TD]
[TD]575[/TD]
[TD]6754[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]68[/TD]
[TD]3456[/TD]
[TD]3567[/TD]
[TD]865[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]56[/TD]
[TD]4356[/TD]
[TD]567[/TD]
[TD]56[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]345[/TD]
[TD]55637[/TD]
[TD]5467[/TD]
[TD]54677[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]234[/TD]
[TD]6435[/TD]
[TD]6[/TD]
[TD]435634[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]563[/TD]
[TD]465[/TD]
[TD]3456[/TD]
[TD]435634[/TD]
[TD]sum of basic+hra+pf[/TD]
[/TR]
[TR]
[TD]sum of Basic[/TD]
[TD]Sum of HRA[/TD]
[TD]Sum of PF[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I need to Find.....
1.First i need to find the columns by its names and then total
2.To find the total(basic+HRA+PF) in last column of the table
3.Find the sum individually of basic,hra,pf in bottom of that column
Note: I will not be knowing the column numbers so don't mention the column numbers and find the sum
Thank You in Prior