Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need a formula that will subtract 10% of a number.
|
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=.9*A1
-- Gary''s Student - gsnu200739 "VDan" wrote: I need a formula that will subtract 10% of a number. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
To subtract 10%, you just multiply by 90% or 0.9. Let's say your number is
in cell A1. =A1*.9 or if its easier to think of it in terms of subtraction, then you could also use: =A1-(A1*.1) HTH, Elkar "VDan" wrote: I need a formula that will subtract 10% of a number. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|