ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Add 10% to the existing value in a cell (https://www.excelbanter.com/excel-discussion-misc-queries/168451-add-10%25-existing-value-cell.html)

LOOKIN FOR FORMULAS

Add 10% to the existing value in a cell
 
I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.

CLR

Add 10% to the existing value in a cell
 
Enter 1.1 in an unused cell somewhere, then Copy it and select the value you
wish to change and right-click PasteSpecial Multiply

Vaya con Dios,
Chuck, CABGx3



"LOOKIN FOR FORMULAS" wrote:

I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


Wigi

Add 10% to the existing value in a cell
 
Put the value 1.1 in a cell.

Copy that cell, select the cell with the 1.

Go to Edit, then choose Paste Special, and then Multiply.

Delete the 1.1 again.

Wigi

--
Wigi
http://www.wimgielis.be = Excel/VBA, soccer and music


"LOOKIN FOR FORMULAS" wrote:

I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


James[_4_]

Add 10% to the existing value in a cell
 
On Dec 4, 2:10 pm, LOOKIN FOR FORMULAS <LOOKIN FOR
wrote:
I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


=(C4*.10)+(C4)

This should do it. (1.00 * .10) + (1.00) = 1.10

LOOKIN FOR FORMULAS[_2_]

Add 10% to the existing value in a cell
 
Thank you for your reply.
But excel doesn't let me put that in. If I use the same cell number, excel
doesn't use the value, it emptys it.
Help Thanks

"James" wrote:

On Dec 4, 2:10 pm, LOOKIN FOR FORMULAS <LOOKIN FOR
wrote:
I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


=(C4*.10)+(C4)

This should do it. (1.00 * .10) + (1.00) = 1.10


Conan Kelly

Add 10% to the existing value in a cell
 
LOOKIN FOR FORMULAS,

Please read the other responses to your post. Those will do what you asked.

James answer will kinda do what you ask, but instead of replacing the value
in the cell, it will keep the original value and display your desired result
in a different cell.

What you are asking can not be done with a formula. You need to change the
value of the cell. The other 2 responses will change the value of the cell
(Paste SpecialMultiply).

HTH,

Conan




"LOOKIN FOR FORMULAS" wrote in
message ...
Thank you for your reply.
But excel doesn't let me put that in. If I use the same cell number,
excel
doesn't use the value, it emptys it.
Help Thanks

"James" wrote:

On Dec 4, 2:10 pm, LOOKIN FOR FORMULAS <LOOKIN FOR
wrote:
I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


=(C4*.10)+(C4)

This should do it. (1.00 * .10) + (1.00) = 1.10




James[_4_]

Add 10% to the existing value in a cell
 
On Dec 4, 2:45 pm, LOOKIN FOR FORMULAS
wrote:
Thank you for your reply.
But excel doesn't let me put that in. If I use the same cell number, excel
doesn't use the value, it emptys it.
Help Thanks



"James" wrote:
On Dec 4, 2:10 pm, LOOKIN FOR FORMULAS <LOOKIN FOR
wrote:
I need to add 10% to a value that already exist in the cell
Example. Cell C4 contains the value $1.00
I want to add 10% to $1.00 and replace the $1.00 with the answer $1.10
HELP.


=(C4*.10)+(C4)


This should do it. (1.00 * .10) + (1.00) = 1.10- Hide quoted text -


- Show quoted text -


Does it have to be in the same cell?


All times are GMT +1. The time now is 11:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com