Why the minus result

G

gotroots

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
 
M

Max

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top