ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   What does -- mean? (https://www.excelbanter.com/excel-discussion-misc-queries/13064-what-does-mean.html)

Ron

What does -- mean?
 
I have been seeing "--" in formulae but cannot find an explanation of what
it is or does.

Example: =SUMPRODUCT(--(MONTH(B2:B13)=1), C2:C13)


--

Ron P

Sometimes you're the windshield:)
Sometimes you're the bug:(




Bob Phillips

See

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
Multiple Condition Tests

for a full explanation.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ron" wrote in message
...
I have been seeing "--" in formulae but cannot find an explanation of what
it is or does.

Example: =SUMPRODUCT(--(MONTH(B2:B13)=1), C2:C13)


--

Ron P

Sometimes you're the windshield:)
Sometimes you're the bug:(






Ken Wright

As Peo pointed out in another post:-

For January you need to add another condition

=SUMPRODUCT(--(MONTH(A1:A100)=1),--(ISNUMBER(A1:A100)))

it's because that excel sees blank cells as zero and excel dates dtart with
January zero 1900 the unary minuses will convert boolean values of true and
false to 1 and 0

http://www.mcgimpsey.com/excel/formulae/doubleneg.html

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------

"Ron" wrote in message
...
I have been seeing "--" in formulae but cannot find an explanation of what
it is or does.

Example: =SUMPRODUCT(--(MONTH(B2:B13)=1), C2:C13)


--

Ron P

Sometimes you're the windshield:)
Sometimes you're the bug:(






Ron

"Bob Phillips" wrote in message
...
See

http://www.xldynamic.com/source/xld.SUMPRODUCT.html
Multiple Condition Tests

for a full explanation.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Ron" wrote in message
...
I have been seeing "--" in formulae but cannot find an explanation of
what
it is or does.

Example: =SUMPRODUCT(--(MONTH(B2:B13)=1), C2:C13)


Thank you very much. It now makes sense.
Ron


Ron

"Ken Wright" wrote in message
...
As Peo pointed out in another post:-

For January you need to add another condition

=SUMPRODUCT(--(MONTH(A1:A100)=1),--(ISNUMBER(A1:A100)))

it's because that excel sees blank cells as zero and excel dates dtart
with
January zero 1900 the unary minuses will convert boolean values of true
and
false to 1 and 0

http://www.mcgimpsey.com/excel/formulae/doubleneg.html

--
Regards
Ken....................... Microsoft MVP - Excel
Sys Spec - Win XP Pro / XL 97/00/02/03

----------------------------------------------------------------------------
It's easier to beg forgiveness than ask permission :-)
----------------------------------------------------------------------------


Thank you very much. I hadn't come across this before. It makes sense.
Thanks

Ron



All times are GMT +1. The time now is 01:42 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com