A stupid question

hunteryz

New Member
Joined
Feb 21, 2014
Messages
9
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
 
Hi hunteryz,

Both seem to yield the same result which is 1.72. I prefer to use 1.08, for example, when doing percentages. My two cents.
 
Upvote 0
108% is equal to 1.08 incidentally both are the same as (0.08*y)+y

all should be yielding the same results for you.
 
Upvote 0
Either works fine for me as well..

Do you have any circular references? Those can stop calculations..


Excel Workbook
ABC
1item price108%1.08
21.591.721.72
31.491.611.61
Sheet1
 
Upvote 0
Either works fine for me as well..

Do you have any circular references? Those can stop calculations..


Sheet1

ABC
item price

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:64px;"><col style="width:64px;"><col style="width:64px;"></colgroup><tbody>
[TD="bgcolor: #cacaca, align: center"]1[/TD]

[TD="align: right"]108%[/TD]
[TD="align: right"]1.08[/TD]

[TD="bgcolor: #cacaca, align: center"]2[/TD]
[TD="align: right"]1.59[/TD]
[TD="align: right"]1.72[/TD]
[TD="align: right"]1.72[/TD]

[TD="bgcolor: #cacaca, align: center"]3[/TD]
[TD="align: right"]1.49[/TD]
[TD="align: right"]1.61[/TD]
[TD="align: right"]1.61[/TD]

</tbody>

Spreadsheet Formulas
CellFormula
B2=A2*108%
C2=A2*1.08
B3=A3*108%
C3=A3*1.08

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie Html" target="_blank"> Excel Jeanie HTML 4

Hi, Jonmo1
Can i Just add 8% on A2 column? not B2, C2?
 
Upvote 0

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top