Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm trying to calculate a net total by taking a number times 40% and then
deduct that percentage from the number to get the net total. How do I create this formula in Excel?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
just multiply the number by .6 ie. =A1*.6
if the number is in cell A1 "Doug" wrote: I'm trying to calculate a net total by taking a number times 40% and then deduct that percentage from the number to get the net total. How do I create this formula in Excel?? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You can also use the following (where x represents your initial number or the
cell where your initial number is entered) =x-(x*.4) "Doug" wrote: I'm trying to calculate a net total by taking a number times 40% and then deduct that percentage from the number to get the net total. How do I create this formula in Excel?? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Short way around with number in A1 and formula in B1
=A1 * .6 Long way around as you asked. =A1-(A1 * .4) Gord Dibben MS Excel MVP On Thu, 29 Oct 2009 12:34:01 -0700, Doug wrote: I'm trying to calculate a net total by taking a number times 40% and then deduct that percentage from the number to get the net total. How do I create this formula in Excel?? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A2*(1-40%)
-- David Biddulph Doug wrote: I'm trying to calculate a net total by taking a number times 40% and then deduct that percentage from the number to get the net total. How do I create this formula in Excel?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible | Excel Discussion (Misc queries) | |||
Build excel formula using field values as text in the formula | Excel Worksheet Functions | |||
Excel 2002 formula displayed not value formula option not checked | Excel Worksheet Functions | |||
How do I view formula results intead of formula in excel? | Excel Worksheet Functions |