Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Nir Nir is offline
external usenet poster
 
Posts: 36
Default Apply Sumprod on mix text & numbers arrays

Hi,
I want to apply sumproduct on mixed text & numbers arrays, expecting result
only when valid multipluy occurs

{1,a,3,1,b},{2,2,1,c,1}={4}
  #2   Report Post  
Posted to microsoft.public.excel.misc
Nir Nir is offline
external usenet poster
 
Posts: 36
Default Apply Sumproduct on mix text & numbers arrays



"Nir" wrote:

Hi,
I want to apply sumproduct on mixed text & numbers arrays, expecting result
only when valid multipluy occurs

{1,a,3,1,b},{2,2,1,c,1}={4}

  #3   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Apply Sumprod on mix text & numbers arrays

=SUM(IF(ISNUMBER(A1:A5*B1:B5),A1:A5*B1:B5))

array entered with Cntrl+Shift+Enter



"Nir" wrote:

Hi,
I want to apply sumproduct on mixed text & numbers arrays, expecting result
only when valid multipluy occurs

{1,a,3,1,b},{2,2,1,c,1}={4}

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Apply Sumprod on mix text & numbers arrays

=SUMPRODUCT(A1:A5,B1:B5)

works fine, but gives 5 not 4.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nir" wrote in message
...
Hi,
I want to apply sumproduct on mixed text & numbers arrays, expecting

result
only when valid multipluy occurs

{1,a,3,1,b},{2,2,1,c,1}={4}



  #5   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Apply Sumprod on mix text & numbers arrays

I got 5 too, but worked harder for it. Forgot sumproduct treats non-numeric
as 0. Thanks for the reminder.

"Bob Phillips" wrote:

=SUMPRODUCT(A1:A5,B1:B5)

works fine, but gives 5 not 4.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"Nir" wrote in message
...
Hi,
I want to apply sumproduct on mixed text & numbers arrays, expecting

result
only when valid multipluy occurs

{1,a,3,1,b},{2,2,1,c,1}={4}




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
Text entries behaving like numbers jkiser Excel Discussion (Misc queries) 12 August 30th 06 09:29 PM
convert numbers stored as numbers to text GemmaEiduks Excel Worksheet Functions 3 July 24th 06 09:02 PM
How to reformat numbers stored as text (apostrophe at beginning) Dave Excel Discussion (Misc queries) 1 May 11th 05 02:34 AM
Sort or Filter option? Mcobra41 Excel Worksheet Functions 3 February 23rd 05 07:22 PM
I enter numbers and they are stored as text burkeville Excel Discussion (Misc queries) 5 December 3rd 04 01:59 AM


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

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"