Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I get to add up only the values than 0?
Only count: =((Q8)*0.5)+(Q8) .... if larger than 0 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use SUMIF()
=SUMIF(Q8,"0") or =SUMIF(A1:A10,"0") -- Jacob (MVP - Excel) "Anri" wrote: How do I get to add up only the values than 0? Only count: =((Q8)*0.5)+(Q8) .... if larger than 0 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
OR use MAX() as below
=MAX(0,Q8) =(MAX(0,Q8)*0.5)+MAX(0,Q8) -- Jacob (MVP - Excel) "Jacob Skaria" wrote: Use SUMIF() =SUMIF(Q8,"0") or =SUMIF(A1:A10,"0") -- Jacob (MVP - Excel) "Anri" wrote: How do I get to add up only the values than 0? Only count: =((Q8)*0.5)+(Q8) .... if larger than 0 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? | Excel Discussion (Misc queries) | |||
Excel 2007 doesnt show Y-axis values when the values are small. | Charts and Charting in Excel | |||
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row | Excel Worksheet Functions | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
Count unique values and create list based on these values | Excel Worksheet Functions |