Add 10% to the existing value in a cell

  • Thread starter Thread starter LOOKIN FOR FORMULAS
  • Start date Start date
L

LOOKIN FOR FORMULAS

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.
 
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
 
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
 
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
 
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
 
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 Special>Multiply).

HTH,

Conan
 
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





- Show quoted text -

Does it have to be in the same cell?
 
Back
Top