Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default using -- with SUMPRODUCT

Can someone explain to me the difference between using -- and using * in the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 256
Default using -- with SUMPRODUCT

Have a look at Aladin's explanation here...

http://www.mrexcel.com/board2/viewtopic.php?t=73205

Hope this helps!

In article ,
Dave F wrote:

Can someone explain to me the difference between using -- and using * in the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give the
same, correct, result.

Thanks for any insight.

Dave

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default using -- with SUMPRODUCT

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in

the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give

the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default using -- with SUMPRODUCT

Exactly what I was looking for, thanks.

Dave
--
Brevity is the soul of wit.


"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in

the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give

the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.




  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default using -- with SUMPRODUCT

thanks Dave F. for bringing up this question....I agree that there are Excel
users that are not aware of this so-so operand...Can someone guide us where
to find it in the help files of standard excel....i am using Excel 2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions like
what Dave had provided. An end user will be more than happy if there are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in

the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give

the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default using -- with SUMPRODUCT

My experience is that the XL help files are very rudimentary. For a better
explanation of SUMPRODUCT I would use the links supplied by either Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are Excel
users that are not aware of this so-so operand...Can someone guide us where
to find it in the help files of standard excel....i am using Excel 2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions like
what Dave had provided. An end user will be more than happy if there are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in

the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give

the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default using -- with SUMPRODUCT

just wondering when does the sumproduct formula structuring been developed ?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the dashboard
about the speed limit/specs etc., ain' it? Do i have to get another mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a better
explanation of SUMPRODUCT I would use the links supplied by either Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are Excel
users that are not aware of this so-so operand...Can someone guide us where
to find it in the help files of standard excel....i am using Excel 2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions like
what Dave had provided. An end user will be more than happy if there are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default using -- with SUMPRODUCT

Software is not a car...
--
Brevity is the soul of wit.


"driller" wrote:

just wondering when does the sumproduct formula structuring been developed ?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the dashboard
about the speed limit/specs etc., ain' it? Do i have to get another mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a better
explanation of SUMPRODUCT I would use the links supplied by either Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are Excel
users that are not aware of this so-so operand...Can someone guide us where
to find it in the help files of standard excel....i am using Excel 2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions like
what Dave had provided. An end user will be more than happy if there are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.



  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default using -- with SUMPRODUCT

Probably by curious minds of talented people who try things.

--
Don Guillett
SalesAid Software

"driller" wrote in message
...
just wondering when does the sumproduct formula structuring been developed
?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the
dashboard
about the speed limit/specs etc., ain' it? Do i have to get another
mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a
better
explanation of SUMPRODUCT I would use the links supplied by either
Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are
Excel
users that are not aware of this so-so operand...Can someone guide us
where
to find it in the help files of standard excel....i am using Excel
2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the
array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array
under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions
like
what Dave had provided. An end user will be more than happy if there
are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle
differences.

See
http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a
detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using
* in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values,
F2:F65
are project names, and G86 is a project name. Both formulas above
give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.





  #10   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default using -- with SUMPRODUCT

yah dave. Nowadays...software is built within a car...

"Dave F" wrote:

Software is not a car...
--
Brevity is the soul of wit.


"driller" wrote:

just wondering when does the sumproduct formula structuring been developed ?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the dashboard
about the speed limit/specs etc., ain' it? Do i have to get another mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a better
explanation of SUMPRODUCT I would use the links supplied by either Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are Excel
users that are not aware of this so-so operand...Can someone guide us where
to find it in the help files of standard excel....i am using Excel 2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an =
conditioning...the help files guarantees the array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions like
what Dave had provided. An end user will be more than happy if there are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values, F2:F65
are project names, and G86 is a project name. Both formulas above give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.





  #11   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default using -- with SUMPRODUCT

Basically, it came about because people noticed things when they evaluated
formulae. They then thought 'what if I do that' and saw what happens when
they did. Bit by bit it evolved, so by combining curiosity with a basic
understanding of how things work in Excel, it has been possible to take it
further.

You might just as well ask why complex life of today has evolved from the
first fish that climbed out of the primordial swamp (and please don't
mention creationism!).


Bob

"driller" wrote in message
...
just wondering when does the sumproduct formula structuring been developed

?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the

dashboard
about the speed limit/specs etc., ain' it? Do i have to get another

mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a

better
explanation of SUMPRODUCT I would use the links supplied by either

Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are

Excel
users that are not aware of this so-so operand...Can someone guide us

where
to find it in the help files of standard excel....i am using Excel

2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an

=
conditioning...the help files guarantees the

array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array

under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions

like
what Dave had provided. An end user will be more than happy if there

are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle

differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a

detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and

using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values,

F2:F65
are project names, and G86 is a project name. Both formulas above

give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.





  #12   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 740
Default using -- with SUMPRODUCT

thanks Bob....I am not mentioning about creationism, which is part of our
daily lives, what I specifically bothered of is if this evolved and
pronounced creation will never be apprehended by future versions of excel, i
dont know any software re-structuring, just a simple user..The big question
is, will this sumproduct formula structuring be readable in future ms
upgrades 2010,etc....

"Bob Phillips" wrote:

Basically, it came about because people noticed things when they evaluated
formulae. They then thought 'what if I do that' and saw what happens when
they did. Bit by bit it evolved, so by combining curiosity with a basic
understanding of how things work in Excel, it has been possible to take it
further.

You might just as well ask why complex life of today has evolved from the
first fish that climbed out of the primordial swamp (and please don't
mention creationism!).


Bob

"driller" wrote in message
...
just wondering when does the sumproduct formula structuring been developed

?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the

dashboard
about the speed limit/specs etc., ain' it? Do i have to get another

mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a

better
explanation of SUMPRODUCT I would use the links supplied by either

Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are

Excel
users that are not aware of this so-so operand...Can someone guide us

where
to find it in the help files of standard excel....i am using Excel

2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an

=
conditioning...the help files guarantees the

array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array

under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions

like
what Dave had provided. An end user will be more than happy if there

are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle

differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a

detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and

using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values,

F2:F65
are project names, and G86 is a project name. Both formulas above

give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.






  #13   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default using -- with SUMPRODUCT

SUMPRODUCT is usable in XL 2007 and I see no reason why it would be
deprecated in 2010, 20100, 201000, or any other year.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Bob....I am not mentioning about creationism, which is part of our
daily lives, what I specifically bothered of is if this evolved and
pronounced creation will never be apprehended by future versions of excel, i
dont know any software re-structuring, just a simple user..The big question
is, will this sumproduct formula structuring be readable in future ms
upgrades 2010,etc....

"Bob Phillips" wrote:

Basically, it came about because people noticed things when they evaluated
formulae. They then thought 'what if I do that' and saw what happens when
they did. Bit by bit it evolved, so by combining curiosity with a basic
understanding of how things work in Excel, it has been possible to take it
further.

You might just as well ask why complex life of today has evolved from the
first fish that climbed out of the primordial swamp (and please don't
mention creationism!).


Bob

"driller" wrote in message
...
just wondering when does the sumproduct formula structuring been developed

?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the

dashboard
about the speed limit/specs etc., ain' it? Do i have to get another

mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a

better
explanation of SUMPRODUCT I would use the links supplied by either

Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there are

Excel
users that are not aware of this so-so operand...Can someone guide us

where
to find it in the help files of standard excel....i am using Excel

2003....i
do not know if this so-so operand is guaranteed by excel programmers.
I cant even find an example of Dave's formula from help files with an

=
conditioning...the help files guarantees the

array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional array

under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted questions

like
what Dave had provided. An end user will be more than happy if there

are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle

differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a

detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and

using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar values,

F2:F65
are project names, and G86 is a project name. Both formulas above

give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.






  #14   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,726
Default using -- with SUMPRODUCT

I think it will because it uses structures that are part of other functions,
in other words part of the fundamental architecture. Not a guarantee I
agree, but enough for me to worry about it.

--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"driller" wrote in message
...
thanks Bob....I am not mentioning about creationism, which is part of our
daily lives, what I specifically bothered of is if this evolved and
pronounced creation will never be apprehended by future versions of excel,

i
dont know any software re-structuring, just a simple user..The big

question
is, will this sumproduct formula structuring be readable in future ms
upgrades 2010,etc....

"Bob Phillips" wrote:

Basically, it came about because people noticed things when they

evaluated
formulae. They then thought 'what if I do that' and saw what happens

when
they did. Bit by bit it evolved, so by combining curiosity with a basic
understanding of how things work in Excel, it has been possible to take

it
further.

You might just as well ask why complex life of today has evolved from

the
first fish that climbed out of the primordial swamp (and please don't
mention creationism!).


Bob

"driller" wrote in message
...
just wondering when does the sumproduct formula structuring been

developed
?
and how come that other's had amazingly knew it and expose it ?
In simple words, If I by a cr, the manufacturer has to show in the

dashboard
about the speed limit/specs etc., ain' it? Do i have to get another

mechanic
to check it out?
just really wondering why this happens, Yah its real world indeed.
"Dave F" wrote:

My experience is that the XL help files are very rudimentary. For a

better
explanation of SUMPRODUCT I would use the links supplied by either

Domenic or
Bob.

Dave
--
Brevity is the soul of wit.


"driller" wrote:

thanks Dave F. for bringing up this question....I agree that there

are
Excel
users that are not aware of this so-so operand...Can someone guide

us
where
to find it in the help files of standard excel....i am using Excel

2003....i
do not know if this so-so operand is guaranteed by excel

programmers.
I cant even find an example of Dave's formula from help files with

an
=
conditioning...the help files guarantees the

array1,array2,....multiplication
only...how we know an excel's guaranteed result of a conditional

array
under
the Sumproduct function ?
Please verify coz we find a bunch of excel reply on posted

questions
like
what Dave had provided. An end user will be more than happy if

there
are
links from Excel support to explain this....

"Bob Phillips" wrote:

They are identical in this case, but sometimes there are subtle

differences.

See http://www.xldynamic.com/source/xld.SUMPRODUCT.html for a

detailed
explanation.



--

HTH

Bob Phillips

(replace xxxx in the email address with gmail if mailing direct)

"Dave F" wrote in message
...
Can someone explain to me the difference between using -- and

using * in
the
following formula?

=SUMPRODUCT(--(H$2:H$65),--($F$2:$F$65=$G86)) vs.
=SUMPRODUCT((H$2:H$65)*($F$2:$F$65=$G86))

Does one of these operators have any benefit over the other?

Not sure it matters for this question but H2:H5 are dollar

values,
F2:F65
are project names, and G86 is a project name. Both formulas

above
give
the
same, correct, result.

Thanks for any insight.

Dave
--
Brevity is the soul of wit.








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
Adding "OR" to a Sumproduct Formula Duke Carey Excel Worksheet Functions 0 March 21st 06 06:41 PM
sumproduct causing memory errors? dave Excel Worksheet Functions 1 March 3rd 05 09:31 AM
Can I reference =, <, or > sign in SUMPRODUCT BobT Excel Discussion (Misc queries) 7 February 16th 05 01:58 PM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


All times are GMT +1. The time now is 05:37 PM.

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

About Us

"It's about Microsoft Excel"