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

I have two formulas, this one works:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*(waste_t))

This one doesn't, it gives me the #value error:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*($L7))

L7 is a cell with "waste_t" written in it


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Sumproduct #value

Well we don't know what you have in the definition of the various names you
have used, such as factory, year, type, and waste_t, but my gues is that
your problem is that you forgot to use the INDIRECT function (or whatever it
is called in your language's version of Excel).

I think you need to replace $L7 by INDIRECT($L7) if you want it to refer to
a range of cells defined as waste_t
--
David Biddulph


"guillaume" wrote in message
...
I have two formulas, this one works:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*(waste_t))

This one doesn't, it gives me the #value error:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*($L7))

L7 is a cell with "waste_t" written in it




  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default Sumproduct #value

I learned something today :D It worked perfectly! Thank you

"David Biddulph" wrote:

Well we don't know what you have in the definition of the various names you
have used, such as factory, year, type, and waste_t, but my gues is that
your problem is that you forgot to use the INDIRECT function (or whatever it
is called in your language's version of Excel).

I think you need to replace $L7 by INDIRECT($L7) if you want it to refer to
a range of cells defined as waste_t
--
David Biddulph


"guillaume" wrote in message
...
I have two formulas, this one works:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*(waste_t))

This one doesn't, it gives me the #value error:

=SOMMEPROD((factory=$A$3)*(type=B$5)*(year=$H$1)*( month=$J$1)*($L7))

L7 is a cell with "waste_t" written in it





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
Conditional SUMPRODUCT or SUMPRODUCT with Filters Ted M H Excel Worksheet Functions 4 August 14th 08 07:50 PM
SUMPRODUCT with )-- Paul Dennis Excel Worksheet Functions 5 December 18th 07 04:27 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
=SUMPRODUCT Jim Excel Worksheet Functions 9 January 17th 06 04:52 PM
IF/AND used with SUMPRODUCT? Amy via OfficeKB.com Excel Worksheet Functions 2 January 16th 06 07:12 PM


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