Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Dear all Need quick help. It is possible to get minus sign for negative nos. But HOW CAN I GET PLUS '+' SIGN FOR POSITIVE CALCULATION. E.G. SUBTRACT VALUE OF COL B FROM COL A and result should be +2 COL A COL B COL C 50 48 +2 if any body know how to do please reply soon. Regards Anoop -- anoop ------------------------------------------------------------------------ anoop's Profile: http://www.excelforum.com/member.php...fo&userid=3066 View this thread: http://www.excelforum.com/showthread...hreadid=484757 |
#2
![]() |
|||
|
|||
![]()
presume c1=a1-b1
type in c1 ="+"&a1-b1 remember it will be string. ================ "anoop" wrote in message ... Dear all Need quick help. It is possible to get minus sign for negative nos. But HOW CAN I GET PLUS '+' SIGN FOR POSITIVE CALCULATION. E.G. SUBTRACT VALUE OF COL B FROM COL A and result should be +2 COL A COL B COL C 50 48 +2 if any body know how to do please reply soon. Regards Anoop -- anoop ------------------------------------------------------------------------ anoop's Profile: http://www.excelforum.com/member.php...fo&userid=3066 View this thread: http://www.excelforum.com/showthread...hreadid=484757 |
#3
![]() |
|||
|
|||
![]()
Add custom formatting. Select the cell or cells you want to show the +
sign in. From the menus FormatCellsNumber. Select Custom and then in the Type field enter: +#,##0;-#,##0 Hope this helps Rowan anoop wrote: Dear all Need quick help. It is possible to get minus sign for negative nos. But HOW CAN I GET PLUS '+' SIGN FOR POSITIVE CALCULATION. E.G. SUBTRACT VALUE OF COL B FROM COL A and result should be +2 COL A COL B COL C 50 48 +2 if any body know how to do please reply soon. Regards Anoop |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to make Negative Values Positive & Positive Values Negative? | Excel Discussion (Misc queries) | |||
FORMULA TO ADD POSITIVE AND NEGATIVE NUMBERS, REGARDLESS OF SIGN | Excel Discussion (Misc queries) | |||
Automatically put negative sign in cells with positive numeric dat | Excel Discussion (Misc queries) | |||
add only positive numbers and avg in a column | Excel Worksheet Functions | |||
How can I change positive numbers to negative, i.e. change 50 to - | Excel Discussion (Misc queries) |