Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you Galimi. This works great :)
"galimi" wrote: Larry, To get it into one formula, you can type the following: =IF(SUM(IF(A1:A4=-250,1,0))0,SUM(IF(A1:A4<0,A1:A4,0)),SUM(A1:A4)) Make the scope of the ranges appropriate and be sure to press control-shift-enter to let Excel know it is a formulaic array -- http://HelpExcel.com "Randy L" wrote: I have a column of information that contains various numerical entries. I want to sum the entries to get a total. The entries are both positive and negative numbers. If an entry contains the value -250, I want to sum only the negative values (including the -250 and any other possible -250 entries) omitting any positive entries. Otherwise it will sum both negative and positive values. Thank you for your assistance! :) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
counting occurences based on two criteria | Excel Discussion (Misc queries) | |||
Delete rows based on criteria | Excel Discussion (Misc queries) | |||
how to count unique values in excel based on multiple criteria | Excel Worksheet Functions | |||
caluculate an average based on 2 criteria | Excel Discussion (Misc queries) | |||
SUMIF in multiple columns based on other criteria in Excel? | Excel Discussion (Misc queries) |