Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Sumproduct formula problem

Using

=SUMPRODUCT(B8:B16=B2)*(C8:C16=C2)*(D8:D16)

Where drop downs in:
B2 = uPVC
C2 = 160

And this row exists in the table B8:D16

uPVC 160 Class 16

Formula returns #value

Googled examples would have me believe "Class 16" should be returned.

Thanks.
Howard

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Sumproduct formula problem



try:

=INDEX($D$8:$D$16,MATCH(B2&C2,$B$8:$B$16&$C$8:$C$1 6,0))

and array-enter this formula with CRTL+Shift+Enter


Regards

Claus B.


Indeed, works perfect. I have never seen "B2&C2" along with "Range & Range".

Blows me away.

Thanks Clause.
Howard
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,872
Default Sumproduct formula problem

Hi Howard,

Am Fri, 11 Oct 2013 13:07:06 -0700 (PDT) schrieb :

=INDEX(Sheet1!$A$2:$A$10,MATCH($B$2&$C$2,Sheet1!$B $2:$B$10&Sheet1!$C$2:$C$10,0))


the formula must work. Have you forgotten to array-enter the formula?


Regards
Claus B.
--
Win XP PRof SP2 / Vista Ultimate SP2
Office 2003 SP2 /2007 Ultimate SP2


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 168
Default Sumproduct formula problem

On Friday, October 11, 2013 1:13:22 PM UTC-7, Claus Busch wrote:
Hi Howard,



Am Fri, 11 Oct 2013 13:07:06 -0700 (PDT) schrieb :



=INDEX(Sheet1!$A$2:$A$10,MATCH($B$2&$C$2,Sheet1!$B $2:$B$10&Sheet1!$C$2:$C$10,0))




the formula must work. Have you forgotten to array-enter the formula?





Regards


My bad, I had the ranges amok. Yes, it works!

Thanks again, sorry for the lazy troubleshooting on my part.

Howard
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
Problem with a Sumproduct formula Michelle Excel Discussion (Misc queries) 4 May 5th 09 09:59 AM
SumProduct Formula Problem Nickie[_2_] Excel Discussion (Misc queries) 4 October 8th 08 11:39 AM
Sumproduct formula problem chedd via OfficeKB.com Excel Worksheet Functions 2 November 27th 07 03:39 PM
Problem with SUMPRODUCT formula Tasha Excel Worksheet Functions 3 August 23rd 07 07:20 PM
Problem w/ A Sumproduct Formula carl Excel Worksheet Functions 2 March 17th 06 06:40 PM


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