Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I want to be able to total up a column of numbers, sometimes there will be negative numbers in this column that I want to ignore, how can I write the formula to ignore all negative numbers. -- my47620 ------------------------------------------------------------------------ my47620's Profile: http://www.excelforum.com/member.php...o&userid=28522 View this thread: http://www.excelforum.com/showthread...hreadid=508667 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try in say, B1: =SUMIF(A:A,"0")
-- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "my47620" wrote in message ... I want to be able to total up a column of numbers, sometimes there will be negative numbers in this column that I want to ignore, how can I write the formula to ignore all negative numbers. -- my47620 ------------------------------------------------------------------------ my47620's Profile: http://www.excelforum.com/member.php...o&userid=28522 View this thread: http://www.excelforum.com/showthread...hreadid=508667 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I don't understand what you mean. How would I write the formula if I want to add say B1=A1+A2+A3+A4 and if any of these have a negative number it will ignore it when it puts it in B1. Thanks -- my47620 ------------------------------------------------------------------------ my47620's Profile: http://www.excelforum.com/member.php...o&userid=28522 View this thread: http://www.excelforum.com/showthread...hreadid=508667 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try what Max gave you.
That is exactly what it will do, sum all values in column A that are great than 0. If you don't want the whole column, then limit the range =SUMIF(A1:A10,"0") -- Regards Roger Govier "my47620" wrote in message ... I don't understand what you mean. How would I write the formula if I want to add say B1=A1+A2+A3+A4 and if any of these have a negative number it will ignore it when it puts it in B1. Thanks -- my47620 ------------------------------------------------------------------------ my47620's Profile: http://www.excelforum.com/member.php...o&userid=28522 View this thread: http://www.excelforum.com/showthread...hreadid=508667 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Converting Negative Number to Postive number | Excel Worksheet Functions | |||
cell to show ' 0 ' , or nothing at all, if the sum is a negative number | Excel Worksheet Functions | |||
How to make the cell or font color red if the number is negative? | Excel Worksheet Functions | |||
thousand separator as indian style for negative number | Excel Discussion (Misc queries) | |||
2003= negative number&2004= negative number How Do I Calculate gro | Excel Worksheet Functions |