Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Here are two similar formulas and a typical result: ="flex"&" "&COUNTA(A11:A7799)-COUNTIF(A11:A7799,"") result: flex 612 ="process"&" "&COUNTA('Names'!O2:O1000)-COUNTIF('Names'!O2:O1000,"") result: process -276 My question is why the minus result for the latter formula when it should have been; process 276 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
One guess at your intents
Maybe try this alternative: ="process "&SUMPRODUCT(--(Names!O2:O1000<"")) Likewise for the other one for "flex" Any good? hit the YES below -- Max Singapore --- "gotroots" wrote: Here are two similar formulas and a typical result: ="flex"&" "&COUNTA(A11:A7799)-COUNTIF(A11:A7799,"") result: flex 612 ="process"&" "&COUNTA('Names'!O2:O1000)-COUNTIF('Names'!O2:O1000,"") result: process -276 My question is why the minus result for the latter formula when it should have been; process 276 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Because there are more empty cells in O2:O1000 than filled in cells ??
"gotroots" wrote: Hi Here are two similar formulas and a typical result: ="flex"&" "&COUNTA(A11:A7799)-COUNTIF(A11:A7799,"") result: flex 612 ="process"&" "&COUNTA('Names'!O2:O1000)-COUNTIF('Names'!O2:O1000,"") result: process -276 My question is why the minus result for the latter formula when it should have been; process 276 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to change all cells from minus to plus and plus to minus | Excel Worksheet Functions | |||
excel result return wrong calcuation result | Excel Worksheet Functions | |||
CHANGE TRAILING MINUS TO BRACKETS OR PRECEEDING MINUS | Excel Discussion (Misc queries) | |||
Advanced formula - Return result & Show Cell Reference of result | Excel Worksheet Functions | |||
vlookup based on random result returns incorrect result | Excel Worksheet Functions |