Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I want to sum the positive values in a range.
I named the range and tried as follows but it doesnot work. Please advise. =sum(if (list0,list,0)) Vinayak |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
=SUMIF(List,"0",List) Does that help? *********** Regards, Ron XL2003, WinXP "Vinayak Bhat" wrote: I want to sum the positive values in a range. I named the range and tried as follows but it doesnot work. Please advise. =sum(if (list0,list,0)) Vinayak |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Your original formula *will* work, but ... since it's an *array* formula,
you'll need to enter it using CSE. Array formulas must be entered with CSE, <Ctrl <Shift <Enter, instead of the regular <Enter, which will *automatically* enclose the formula in curly brackets, which *cannot* be done manually. You *must also* use CSE when revising the formula. Since an array formula is not really necessary, you could simply use: =SUMIF(list,"0") -- HTH, RD --------------------------------------------------------------------------- Please keep all correspondence within the NewsGroup, so all may benefit ! --------------------------------------------------------------------------- "Vinayak Bhat" wrote in message ... I want to sum the positive values in a range. I named the range and tried as follows but it doesnot work. Please advise. =sum(if (list0,list,0)) Vinayak |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
summing the values in nonblank cells | Excel Worksheet Functions | |||
How to sum only positive values in a column? | Excel Discussion (Misc queries) | |||
how to turn positive to negative values in excel | Excel Worksheet Functions | |||
Formula to make Negative Values Positive & Positive Values Negative? | Excel Discussion (Misc queries) | |||
... Count, <<< Positive Values minus Negative Values >>> ... | Excel Worksheet Functions |