Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
I'm not very good with math... (and not too hot with English either, based on pervious post) I'm trying to achieve a cell that divides a cell number by 2 and then shows 20% €˜off the result (minus 20%). e.g. this - 564.29 €“ to this - 225.72 I can do it in 2 cells using lots of brackets but cant figure the calc out in one cell. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming your value is is A1, enter this in B1:
=A1 / 2 * 0.8 Hope this helps. Pete |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=A1*40%
-- HTH Bob Phillips (remove xxx from email address if mailing direct) "Pete_UK" wrote in message oups.com... Assuming your value is is A1, enter this in B1: =A1 / 2 * 0.8 Hope this helps. Pete |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
probably should be
=ROUND(A1*40%,2) -- HTH Bob Phillips (remove xxx from email address if mailing direct) "Pete_UK" wrote in message oups.com... Assuming your value is is A1, enter this in B1: =A1 / 2 * 0.8 Hope this helps. Pete |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Yes, Bob, I thought the OP might understand it more easily written out
in longhand! Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
'of' percentage with calculation | Excel Discussion (Misc queries) | |||
Percentage calculation | Excel Discussion (Misc queries) | |||
Percentage calculation on text columns | Excel Discussion (Misc queries) | |||
Percentage Calculation | Excel Worksheet Functions | |||
Percentage calculation error | Excel Discussion (Misc queries) |