Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to add/subtract cells together in a very large spreadsheet, and one
column that I am working with came out as all negative numbers, s there any way to add something into my sum function so that I can make the numbers potivie? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Kerry" wrote in message
... I need to add/subtract cells together in a very large spreadsheet, and one column that I am working with came out as all negative numbers, s there any way to add something into my sum function so that I can make the numbers potivie? =ABS(SUM(range)) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
.... or maybe
=SUM(ABS(rng)) which is an array formula, it should be committed with Ctrl-Shift-Enter, not just Enter. Excel will automatically enclose the formula in braces (curly brackets), do not try to do this manually. When editing the formula, it must again be array-entered. -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "Andy Brown" wrote in message ... "Kerry" wrote in message ... I need to add/subtract cells together in a very large spreadsheet, and one column that I am working with came out as all negative numbers, s there any way to add something into my sum function so that I can make the numbers potivie? =ABS(SUM(range)) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|