Always Be Negative

Justinian

Well-known Member
Joined
Aug 9, 2009
Messages
1,557
Office Version
  1. 365
Platform
  1. Windows
I have a spread with 40 + tenants, filled with rent amounts. Columns B, D, and F always need to be negative. I have to import numbers into these columns each week and I hate changing each cell to negative - it takes too long. I tried custom formatting and that worked except for one thing: The sum formula adding the rows in column G thinks these numbers are positive and it adds them as such.

How can I make this spread so that any number entered into columns B, D, and F are always negative AND have the sum formula adding these rows interpret them as negative?
 
Yep. Recent posts are good on this too. My formula was in error, as it treats all as positive.

My original post:
=SumProduct(ABS(A1:A10))

Amend To:
=-SumProduct(ABS(A1:A10))

Much like pbornemeier's last post.

Or with my helper column example, you'd just be sure the helper column works with the correct sign to make all values negative.
 
Upvote 0

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.

Forum statistics

Threads
1,224,587
Messages
6,179,741
Members
452,940
Latest member
rootytrip

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