#1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default 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

  #3   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default 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

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 20
Default 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



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 15,768
Default 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



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
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Sumproduct?? drizzy Excel Worksheet Functions 3 April 1st 07 12:04 AM
SUMPRODUCT Hardy Excel Discussion (Misc queries) 1 November 24th 05 02:13 PM
Help with SUMPRODUCT Robo Excel Worksheet Functions 4 November 24th 05 09:51 AM
Sumproduct carl Excel Worksheet Functions 5 November 21st 05 11:44 PM


All times are GMT +1. The time now is 05:19 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"