Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I am trying to add only the negative numbers in a row of cells from sheet 1 and have the results shown in a single cell on sheet 3, but I keep only getting the result of zero how would I correct this. The formula I am using in the cell on sheet three is: =SUMIF(Sheet1!B23:H23,"<0") Any help appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Maybe your data is format as text instead of general.
"Kolsballs" wrote: Hi I am trying to add only the negative numbers in a row of cells from sheet 1 and have the results shown in a single cell on sheet 3, but I keep only getting the result of zero how would I correct this. The formula I am using in the cell on sheet three is: =SUMIF(Sheet1!B23:H23,"<0") Any help appreciated. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(Sheet1!B23:H23,"<0")
There's nothing wrong with your formula so that means there's a problem with your data (provided there are in fact -ve numbers present). Common causes: numbers formatted as TEXT leading/trailing spaces or other unseen characters -- Biff Microsoft Excel MVP "Kolsballs" wrote in message ... Hi I am trying to add only the negative numbers in a row of cells from sheet 1 and have the results shown in a single cell on sheet 3, but I keep only getting the result of zero how would I correct this. The formula I am using in the cell on sheet three is: =SUMIF(Sheet1!B23:H23,"<0") Any help appreciated. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi, !
I am trying to add only the negative numbers in a row of cells from sheet 1 and have the results shown in a single cell on sheet 3 but I keep only getting the result of zero how would I correct this. The formula I am using in the cell on sheet three is: =SUMIF(Sheet1!B23:H23,"<0") if your "number" are stored as text... try with something like: =sumproduct((--sheet1!b3:h23<0)*(--sheet1!b3:h23)) hth, hector. |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() "Teethless mama" wrote: Maybe your data is format as text instead of general. "Kolsballs" wrote: Hi I am trying to add only the negative numbers in a row of cells from sheet 1 and have the results shown in a single cell on sheet 3, but I keep only getting the result of zero how would I correct this. The formula I am using in the cell on sheet three is: =SUMIF(Sheet1!B23:H23,"<0") Any help appreciated. Hi Thanks for the help. Got it to work eventually. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel, change column of negative numbers to positive numbers? | New Users to Excel | |||
Excel 2002 : Convert Positive Numbers to Negative Numbers ? | Excel Discussion (Misc queries) | |||
Set negative numbers to zero. Do not calculate with negative valu | Excel Discussion (Misc queries) | |||
Excel Formula - Add column of numbers but ignore negative numbers | Excel Worksheet Functions | |||
convert negative numbers to positive numbers and vice versa | Excel Worksheet Functions |