What is the best way to change a negative number with a minus sign to display with a plus sign.
I don't want to affect any positive numbers, only negative.
-1 should display as +1.
1 should display as 1.
Below is the formula I'm using.
=MIN(ROUND(MIN(B10,18)*112/113+63.3-70,0),18)
Can this formula be modified to include the minus/plus change?
Please let me know if you need more info.
Thanks
I don't want to affect any positive numbers, only negative.
-1 should display as +1.
1 should display as 1.
Below is the formula I'm using.
=MIN(ROUND(MIN(B10,18)*112/113+63.3-70,0),18)
Can this formula be modified to include the minus/plus change?
Please let me know if you need more info.
Thanks