Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
How do I tell excel to add a column of numbers without regard to +/- sign. I
want to know the gross total of all adjustments, not the net. Here's the scenario. A house sells for $200,000, we make adjustments for differences, say -$1,000 here, +3,000 there, I want excel to tell me that I've made $4000 in adjustments - not +2000. Thanks for your help. Vivian |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
=SUM(ABS(E1:E10))
entered with ctrl + shift & enter or =SUMPRODUCT(ABS(E1:E10)) entered normally -- Regards, Peo Sjoblom "Viviank" wrote in message ... How do I tell excel to add a column of numbers without regard to +/- sign. I want to know the gross total of all adjustments, not the net. Here's the scenario. A house sells for $200,000, we make adjustments for differences, say -$1,000 here, +3,000 there, I want excel to tell me that I've made $4000 in adjustments - not +2000. Thanks for your help. Vivian |
#3
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Hi,
Suppose your numbers are in A1:A10 then the formula would be: =SUMPRODUCT(ABS(A1:A10)) -- Cheers, Shane Devenshire Microsoft Excel MVP Join http://setiathome.berkeley.edu/ and download a free screensaver to help search for life beyond earth. "Viviank" wrote: How do I tell excel to add a column of numbers without regard to +/- sign. I want to know the gross total of all adjustments, not the net. Here's the scenario. A house sells for $200,000, we make adjustments for differences, say -$1,000 here, +3,000 there, I want excel to tell me that I've made $4000 in adjustments - not +2000. Thanks for your help. Vivian |
#4
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Worked like a charm. Thanks, you guys rock.
vk "ShaneDevenshire" wrote: Hi, Suppose your numbers are in A1:A10 then the formula would be: =SUMPRODUCT(ABS(A1:A10)) -- Cheers, Shane Devenshire Microsoft Excel MVP Join http://setiathome.berkeley.edu/ and download a free screensaver to help search for life beyond earth. "Viviank" wrote: How do I tell excel to add a column of numbers without regard to +/- sign. I want to know the gross total of all adjustments, not the net. Here's the scenario. A house sells for $200,000, we make adjustments for differences, say -$1,000 here, +3,000 there, I want excel to tell me that I've made $4000 in adjustments - not +2000. Thanks for your help. Vivian |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I set NETWORKDAYS to regard friday and saturday as weekend | Excel Worksheet Functions | |||
I want Excel to regard emply cells as zero and display it | Excel Discussion (Misc queries) | |||
adding a formula | Excel Discussion (Misc queries) | |||
adding a formula including the value another formula gets | Excel Discussion (Misc queries) | |||
Formula help : adding | New Users to Excel |