negative to positive

  1. J

    Distribute Cell values as compared to Negative excel values

    Distribute Black text values of excel as compared to Red Text values, In the below example I want to distribute 45+15 = 60 among 1,3,4,5 but the sum of 1,3,4,5 is 66 so it can distribute the values up to 60 It will choose to distribute the values from Max values to Min values, so I want the C...
  2. J

    Simple Tweak in excel converting Negative to Positive and changing FONT color

    I am using the following code to make all the negative value to positive Sub test() For Each Cell In Range("A1:Z10") If Cell.Value < 0 Then Cell.Value = Abs(Cell.Value) End If Next Cell End Sub I want that the converted negative values should be of font color RED. what should be the tweak...
  3. L

    How do you swap a minus to a plus

    I'm trying to do a balance sheet for rent, and I just need to know how to invert a minus into a plus sign to show that something is in credit? Basically where there is a negative value in the table above it actually means the customer is NOT in arrears and is actually in credit. Also...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top