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

I am trying to add an arai of figures together based on customer name and week.
The sheet that I am collecting the data from has a list of invoices and the
week when they are due, being pulled in Via SQL query (in case that makes a
difference)
The client is using Excel 2000,

Simply put
Customer, Inv_Amount, Week_No

I want to display as:
Week 1 Week 2 Week 3
Customer xxxxx xxxxx xxxxxx

The formula that I have used is as follows.

=SUMPRODUCT('Sales Actuals'!$F$2:$F$323,('Sales Actuals'!$B$2:$B$323='Filled
Sheets'!$B7)+0,('Sales Actuals'!$L$2:$L$323='Filled Sheets'!L$5)+0)

but it does not work and returns a #NA value on all cells.


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,311
Default Sumproduct issues.

I'm not sure exactly what this formula is supposed to accomplish. Are you
trying to sum the values in F2:F323 where the adjacent cells in columns B
and L match the criteria in Filled Sheets B7 and L5? If so, then maybe
this:

=SUMPRODUCT(--('Sales Actuals'!$B$2:$B$323='Filled Sheets'!$B7),--('Sales
Actuals'!$L$2:$L$323='Filled Sheets'!L$5),'Sales Actuals'!$F$2:$F$323)

HTH,
Paul

--

"Lewiselw" wrote in message
...
I am trying to add an arai of figures together based on customer name and
week.
The sheet that I am collecting the data from has a list of invoices and
the
week when they are due, being pulled in Via SQL query (in case that makes
a
difference)
The client is using Excel 2000,

Simply put
Customer, Inv_Amount, Week_No

I want to display as:
Week 1 Week 2 Week 3
Customer xxxxx xxxxx xxxxxx

The formula that I have used is as follows.

=SUMPRODUCT('Sales Actuals'!$F$2:$F$323,('Sales
Actuals'!$B$2:$B$323='Filled
Sheets'!$B7)+0,('Sales Actuals'!$L$2:$L$323='Filled Sheets'!L$5)+0)

but it does not work and returns a #NA value on all cells.




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 issues SteveDB1 Excel Worksheet Functions 25 June 3rd 09 04:58 PM
sumproduct issues jxbeeman Excel Worksheet Functions 1 February 25th 08 04:06 PM
Sumproduct and format issues Curtis Excel Worksheet Functions 4 March 17th 07 10:26 AM
Issues with sorting Matthew McManus Excel Discussion (Misc queries) 1 June 29th 05 12:34 PM
Protection issues [email protected] Excel Discussion (Misc queries) 1 June 27th 05 03:54 PM


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