Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a negative number that I need to take a percentage of ((5000) * .178.
But it comes out as a positive number. How do I make it return the true value of a negative number -- Motaad |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
(your formula)*-1
"Motaad" wrote: I have a negative number that I need to take a percentage of ((5000) * .178. But it comes out as a positive number. How do I make it return the true value of a negative number -- Motaad |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Placing a number in parenthesis does not make it negative, if thats what
you're trying to do. Use the - symbol instead. -5000 * .178 When used in a formula, parenthesis indicate either the arguments of a function, or the order of operations for calculation. A cell that contains -5000 can be formatted to display (5000), but only the display is changed, the contents of the cell are still -5000. HTH, Elkar "Motaad" wrote: I have a negative number that I need to take a percentage of ((5000) * .178. But it comes out as a positive number. How do I make it return the true value of a negative number -- Motaad |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
add up negative numbers | Excel Worksheet Functions | |||
CHANGE A ROW OF POSTIVE NUMBERS TO NEGATIVE NUMBERS | Excel Discussion (Misc queries) | |||
converting text to negative numbers! | Excel Worksheet Functions | |||
Compare Negative & Positive Numbers | New Users to Excel | |||
How do I show negative numbers on a stacked graph | Charts and Charting in Excel |