The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
I'm working with an excel spreadsheet and want it set up so that if a number is negative after a calculation, it becomes positive. This becomes complicated when I'm working with something like this:
Posts
Try:
ABS(SUM(D6:D15))
Edit: Darned smiley faces!
Thanks! That worked perfectly!