ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Sumproduct? (https://www.excelbanter.com/excel-discussion-misc-queries/181343-sumproduct.html)

Ken

Sumproduct?
 
Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range D4:D50.

Thanks ... Kha

Mike H

Sumproduct?
 
Maybe

=SUM(IF(ISNUMBER($D$4:$D$10),$D$4:$D$10*$C$4:$C$10 ,0))

Array so enter with Ctrl+Shift+Enter

Mike

"Ken" wrote:

Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range D4:D50.

Thanks ... Kha


Ken

Sumproduct?
 
A little adjustment for my Range & Perfect ... Thanks ... Kha

"Mike H" wrote:

Maybe

=SUM(IF(ISNUMBER($D$4:$D$10),$D$4:$D$10*$C$4:$C$10 ,0))

Array so enter with Ctrl+Shift+Enter

Mike

"Ken" wrote:

Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range D4:D50.

Thanks ... Kha


ADIB

Sumproduct?
 
try this
=sum(d4:d10*c4:c10)
array so enter with control+shift+enter

"Ken" wrote:

Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range D4:D50.

Thanks ... Kha


ADIB

Sumproduct?
 
try this
=sum(d4:d10*c4:c10)
arry so enter with control+shift+enter

"Ken" wrote:

Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range D4:D50.

Thanks ... Kha


T. Valko

Sumproduct?
 
Issue ... I wish to exclude "text" that looks like
numbers in Range D4:D50.


Try this:

=SUMPRODUCT(C4:C50,D4:D50)

--
Biff
Microsoft Excel MVP


"ADIB" wrote in message
...
try this
=sum(d4:d10*c4:c10)
array so enter with control+shift+enter

"Ken" wrote:

Excel2003 ... My Formula:

=SUMPRODUCT(--($C$4:$C$50)*--(D4:D50))

Issue ... I wish to exclude "text" that looks like numbers in Range
D4:D50.

Thanks ... Kha





All times are GMT +1. The time now is 03:17 AM.

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