|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (7 bit)
Join Date: Jan 2005
Posts: 67
|
Excel question
I have a sum in excel which outputs the difference of two numbers.
The output can either be negative or postive. Is there anyway to force excel to show a '+' for the positive numbers for presentation purposes. I have a large amount of numbers and don't want to do it manually. Thanks |
|
|
|
|
|
#2 |
|
Come in Ray...
Join Date: Sep 2004
Posts: 1,668
|
Code:
=if(a1>0,concatenate("+",a1),a1)
|
|
|
|
|
|
#3 | ||
|
Member (7 bit)
Join Date: Jan 2005
Posts: 67
|
Thanks
I've done this and it works Quote:
+1.9999999999... I think because concatenate is a text command excel does not round the number up? ![]() ********************EDIT******************************* Quote:
Last edited by Dominion; 01-20-2006 at 09:22 AM. |
||
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|