Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LPS LPS is offline
external usenet poster
 
Posts: 108
Default =sumproduct in Excel 2000

In the following "sumproduct" function, what do the "--" mean?

=SUMPRODUCT(--('Evaluation Detail'!$B$7:$B$499<0),--('Evaluation
Detail'!$F$7:$F$499="Jane Doe"))

Thank you,
--
LPS
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default =sumproduct in Excel 2000

--('Evaluation Detail'!$B$7:$B$499<0)
returns 493 true/falses.

The -- stuff changes the booleans to 1's and 0's.

'cause =sumproduct() likes to work with numbers.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

LPS wrote:

In the following "sumproduct" function, what do the "--" mean?

=SUMPRODUCT(--('Evaluation Detail'!$B$7:$B$499<0),--('Evaluation
Detail'!$F$7:$F$499="Jane Doe"))

Thank you,
--
LPS


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
LPS LPS is offline
external usenet poster
 
Posts: 108
Default =sumproduct in Excel 2000

Thank you, Dave. I think I have it now!

Cheers,
--
LPS


"Dave Peterson" wrote:

--('Evaluation Detail'!$B$7:$B$499<0)
returns 493 true/falses.

The -- stuff changes the booleans to 1's and 0's.

'cause =sumproduct() likes to work with numbers.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

LPS wrote:

In the following "sumproduct" function, what do the "--" mean?

=SUMPRODUCT(--('Evaluation Detail'!$B$7:$B$499<0),--('Evaluation
Detail'!$F$7:$F$499="Jane Doe"))

Thank you,
--
LPS


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Open 2000 file attachments in Excel 2000 Judy[_2_] Excel Discussion (Misc queries) 2 September 20th 07 10:20 PM
I cannot edit cell format in Excel 2000 (Part of office 2000)! Brett Excel Discussion (Misc queries) 1 April 12th 06 05:58 PM
Using Excel 2000 as Data source for Word 2000 document Malcolm Agingwell Excel Discussion (Misc queries) 2 June 21st 05 09:28 AM
Hyperlink in Excel 2000 can't open bookmarked Word 2000 file DCheslock Excel Discussion (Misc queries) 1 May 5th 05 10:46 PM
Excel Programs developed in Office 2000 on Windows 2000 Trooper Excel Discussion (Misc queries) 4 March 12th 05 11:09 PM


All times are GMT +1. The time now is 04:35 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"