Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Well - if you WANT a positive result
you can eliminate the "-1" from your formula, or you can use an IF() =A1/A2-IF(A2A1,1,0), or you can use ABS(A1/A2-1) Or, you can use a custom format 0.00%;"+"0.00% that will put a plus sign in front of negative percentages. If you want it in front of both... "+"0.00%;"+"0.00% "Hendrik.Kleine" wrote: Hi, Im calculating a precentage of two figures: A1= 100 A2=200 =(A1/A2)-1 This gives me a negative result "-50%" When A1 is greater than A2, resulting in a positve result, I'd like it to display "+50%". Right now the plus symbol is not included. Tried to concatenate but can't figure it out. Many thanks for all suggestions. Hendrik |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Why does excell switch my stock symbol "ACN" to "CAN"? | Setting up and Configuration of Excel | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel |