Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I need to get a sum of a range that included negative numbers...I dont want the negative numbers in the sum. How do I add up just the positive 0 numbers. -- hcamelion ------------------------------------------------------------------------ hcamelion's Profile: http://www.excelforum.com/member.php...o&userid=36736 View this thread: http://www.excelforum.com/showthread...hreadid=564597 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() =SUMPRODUCT(--(A1:A50)*(A1:A5)) or =SUM((A1:A50)*(A1:A5)) enter the latter with Ctrl+Shift+Enter (array formula) HTH "hcamelion" wrote: I need to get a sum of a range that included negative numbers...I dont want the negative numbers in the sum. How do I add up just the positive 0 numbers. -- hcamelion ------------------------------------------------------------------------ hcamelion's Profile: http://www.excelforum.com/member.php...o&userid=36736 View this thread: http://www.excelforum.com/showthread...hreadid=564597 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A:A,"0")
Vaya con Dios, Chuck, CABGx3 "hcamelion" wrote: I need to get a sum of a range that included negative numbers...I dont want the negative numbers in the sum. How do I add up just the positive 0 numbers. -- hcamelion ------------------------------------------------------------------------ hcamelion's Profile: http://www.excelforum.com/member.php...o&userid=36736 View this thread: http://www.excelforum.com/showthread...hreadid=564597 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Thanks they all worked great. I actually had done one of the ones mentioned =SUM((A1:A50)*(A1:A5)) but i didnt know about entering Ctrl+Shift+Enter to designate it an array. -- hcamelion ------------------------------------------------------------------------ hcamelion's Profile: http://www.excelforum.com/member.php...o&userid=36736 View this thread: http://www.excelforum.com/showthread...hreadid=564597 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to hide blank cells in a range | Excel Discussion (Misc queries) | |||
Display first, second, etc Nonblank Cells in a Range | Excel Worksheet Functions | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Counting empty cells within a range of cells | New Users to Excel | |||
Count cells in one range based on parameters in another range | Excel Worksheet Functions |