Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Could anybody tell me the difference between "--" and "*" in Sumproduct with
Example If Possible with Example Thanks in Advance |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
J.E. McGimpsey has some notes at
http://mcgimpsey.com/excel/formulae/doubleneg.html Bob Phillips explains =sumproduct() in much more detail here http://www.xldynamic.com/source/xld.SUMPRODUCT.html If this post helps click Yes --------------- Jacob Skaria "Hardeep kanwar" wrote: Could anybody tell me the difference between "--" and "*" in Sumproduct with Example If Possible with Example Thanks in Advance |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
-- needs a comma too.
=SUMPRODUCT(--(A2:A10=A1),B2:B10) =SUMPRODUCT((A2:A10=A1)*B2:B10) Double unary minus: a.. http://www.mcgimpsey.com/excel/formulae/doubleneg.html b.. http://xldynamic.com/source/xld.SUMPRODUCT.html -- David Biddulph "Hardeep kanwar" wrote in message ... Could anybody tell me the difference between "--" and "*" in Sumproduct with Example If Possible with Example Thanks in Advance |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
The --() with comma format of the function operates faster than the () * ()
format. Just thought I'd throw that in as added information. If you have just a few 'special' SUMPRODUCT() formulas in a workbook it probably doesn't affect performance a log, but if you have hundreds or thousands of them, then using the SUMPRODUCT(--(),--(),--()) format could have a performance advantage over SUMPRODUCT(()*()*()). "Hardeep kanwar" wrote: Could anybody tell me the difference between "--" and "*" in Sumproduct with Example If Possible with Example Thanks in Advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
HELP on "left","right","find","len","substitute" functions | Excel Discussion (Misc queries) | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) |