Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 158
Default SUMPRODUCT Problem

Dear experts,

I've a table with 5 columns. Column B is for Departments and column E is for
floor levels.

HK1-P L13
QGE L13
HK1-H L13
HK1-T L13
PPD L13
HK1-Z L14

My question is, I want to find out how many records of Department with
prefix HK1 and located in L13. I set the function as below but it is not
working:

=SUMPRODUCT((B2:B70="HK1*")*(C2:C70="L13"))

I use "*" wildcard for HK1 but the function cannot work. Please advise what
should be the correct function for my question.

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMPRODUCT Problem


Try
=SUMPRODUCT((LEFT(B2:B70,3)="HK1")*(E2:E70="L13"))


--
p45cal

*p45cal*
------------------------------------------------------------------------
p45cal's Profile: http://www.thecodecage.com/forumz/member.php?userid=558
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=125955

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default SUMPRODUCT Problem

Try
=SUMPRODUCT((LEFT(B2:B70,3)="HK1")*(C2:C70="L13"))

If this post helps click Yes
---------------
Jacob Skaria


"Freshman" wrote:

Dear experts,

I've a table with 5 columns. Column B is for Departments and column E is for
floor levels.

HK1-P L13
QGE L13
HK1-H L13
HK1-T L13
PPD L13
HK1-Z L14

My question is, I want to find out how many records of Department with
prefix HK1 and located in L13. I set the function as below but it is not
working:

=SUMPRODUCT((B2:B70="HK1*")*(C2:C70="L13"))

I use "*" wildcard for HK1 but the function cannot work. Please advise what
should be the correct function for my question.

Thanks in advance.

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 Sasikiran Excel Discussion (Misc queries) 4 June 24th 09 04:36 PM
Sumproduct #Value! Problem deeds Excel Worksheet Functions 8 May 5th 08 05:01 PM
Problem using SUMPRODUCT JoAnn New Users to Excel 1 April 22nd 08 08:57 PM
Sumproduct problem. capt Excel Discussion (Misc queries) 7 January 13th 08 05:30 PM
sumproduct problem christophe meresse Excel Worksheet Functions 3 July 30th 05 02:23 PM


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