How can i add 8% more on the column?
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]item price
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1.59
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1.49
[/TD]
[TD]x
[/TD]
[/TR]
</tbody>[/TABLE]
How to show the item price column 8% more base on the original price?
=A2*108% or =A2*1.08
[TABLE="width: 500"]
<tbody>[TR]
[/TR]
[TR]
[/TR]
[TR]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A
[/TD]
[TD]B
[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]item price
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]2
[/TD]
[TD]1.59
[/TD]
[TD]x
[/TD]
[/TR]
[TR]
[TD]3
[/TD]
[TD]1.49
[/TD]
[TD]x
[/TD]
[/TR]
</tbody>[/TABLE]
How to show the item price column 8% more base on the original price?
=A2*108% or =A2*1.08