Hi,
Any other option, I need to do that for more than 600 row items.
[TABLE="width: 100"]
<tbody>[TR]
[TD]Days[/TD]
[TD]Amount 1[/TD]
[TD]Amount 2[/TD]
[TD]Amount 3[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]500[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]500
[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]1500[/TD]
[/TR]
[TR]
[TD]Monday[/TD]
[TD]1000[/TD]
[TD]2000[/TD]
[TD]500[/TD]
[/TR]
</tbody>[/TABLE]
I need to specifically mention in another column that the Row 3 & 4 get 2000 in Amount 3 and Row 1 & 2 get 1000 in Amount 3
Please assist