Sumproduct

  • Thread starter Thread starter Guest
  • Start date Start date
hi

the double unary "--" which converts text value into numeric
is mostly used for ignoring errors..!!

-via135
 
Not really mate, it is used to coerce True/False arrays into 1/'0 arrays
which can then be summed.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
No, it is used to coerce True/False arrays to 1/0 arrays. SP is generally
used to test multiple conditions, and these tests return an array of TRUE or
FALSE. This is of no use to get a count, so that needs to be changed to
arrays of 1 and 0, which is what the double unary does.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

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

Back
Top