Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
A1 = 5
B1 = 6 C1 = A1-B1 C1 Displays: -1 A1 = 6 B1 = 5 C1 = A1-B1 C1 Displays: 1 Is there any way to make C1 display "+1" rather than just "1". Thanks in advance, Sammy |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Sammy, Custom format your cells like this. +#,##0;-#,##0 HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=500596 |
#3
![]() |
|||
|
|||
![]()
Thank you SteveG,
1 problem however.... with this it shows "0" as "+0"..... any fix? Thanks, Sammy Quote:
|
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Sammy -
+#,##0;-#,##0;#,##0 - Mike www.mikemiddleton.com "SammyJJones" wrote in message ... Thank you SteveG, 1 problem however.... with this it shows "0" as "+0"..... any fix? Thanks, Sammy SteveG Wrote: Sammy, Custom format your cells like this. +#,##0;-#,##0 HTH Steve -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=500596 -- SammyJJones |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks Mike. -- SteveG ------------------------------------------------------------------------ SteveG's Profile: http://www.excelforum.com/member.php...fo&userid=7571 View this thread: http://www.excelforum.com/showthread...hreadid=500596 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linked cells show wrong number | Links and Linking in Excel | |||
Show week number in current month | Excel Discussion (Misc queries) | |||
show row as number | Excel Discussion (Misc queries) | |||
formula to copy last positive number in range of cells | Excel Worksheet Functions | |||
How can I make autofilter show the filtered number of rows | Excel Worksheet Functions |