is there a way to sum the absolute values of a column of numbers in a single formula? for example, it would refer to three cells containing 4,5,-6 and return 15.
i can think of some roundabout ways to do it, like:
=-sumif(range,"<0",range)+sumif(range,">0",range")
but wondered if someone here knew a more direct method, something analagous to =sumif(abs(range)) although that obviously isn't quite it.
thanks,
peter
Bookmarks