Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Is there a function that can be used for when a box does not equal the criteria? Essentially I am doing a sumif function but also want a sumif not formula to add to the function. Thanks -- phil2006 ------------------------------------------------------------------------ phil2006's Profile: http://www.excelforum.com/member.php...o&userid=35092 View this thread: http://www.excelforum.com/showthread...hreadid=553961 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(A:A,"<10",B:B)
or =SUMIF(A:A,"<"&H1,B:B) -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "phil2006" wrote in message ... Is there a function that can be used for when a box does not equal the criteria? Essentially I am doing a sumif function but also want a sumif not formula to add to the function. Thanks -- phil2006 ------------------------------------------------------------------------ phil2006's Profile: http://www.excelforum.com/member.php...o&userid=35092 View this thread: http://www.excelforum.com/showthread...hreadid=553961 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() phil2006 Wrote: Is there a function that can be used for when a box does not equal the criteria? Essentially I am doing a sumif function but also want a sumif not formula to add to the function. Thanks The standard does not equal string is < ie =SUMIF(A1:A5,"<3",A1:A5) will add all the non 3 numbers in the range Matt -- Mallycat ------------------------------------------------------------------------ Mallycat's Profile: http://www.excelforum.com/member.php...o&userid=35514 View this thread: http://www.excelforum.com/showthread...hreadid=553961 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks very much! -- phil2006 ------------------------------------------------------------------------ phil2006's Profile: http://www.excelforum.com/member.php...o&userid=35092 View this thread: http://www.excelforum.com/showthread...hreadid=553961 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
make multiple cells in 1 worksheet equal multiple cells in another | Excel Worksheet Functions | |||
How do I get an automatic equal sign to begin the formula bar? | New Users to Excel | |||
EQUAL SIGN | Excel Discussion (Misc queries) | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
How to verify that 3 cells are equal | Excel Worksheet Functions |