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

I have a sumif function with two criteria so I used the sumproduct function,
but it returns the !Value# error? I can't figure out why?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default SUMPRODUCT returns !Value#

A formula would be quite helpful. Plus maybe some sample data :)
--
** John C **

"Dana" wrote:

I have a sumif function with two criteria so I used the sumproduct function,
but it returns the !Value# error? I can't figure out why?

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default SUMPRODUCT returns !Value#

The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR
Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))

"John C" wrote:

A formula would be quite helpful. Plus maybe some sample data :)
--
** John C **

"Dana" wrote:

I have a sumif function with two criteria so I used the sumproduct function,
but it returns the !Value# error? I can't figure out why?

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default SUMPRODUCT returns !Value#

If you've got a value error, at least one of the cells in your range in
column G contains text, rather than a number.
--
David Biddulph


"Dana" wrote in message
...
The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR
Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))

"John C" wrote:

A formula would be quite helpful. Plus maybe some sample data :)
--
** John C **

"Dana" wrote:

I have a sumif function with two criteria so I used the sumproduct
function,
but it returns the !Value# error? I can't figure out why?



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 45
Default SUMPRODUCT returns !Value#

That was the problem. I removed the text and it worked.

Thanks you very much.

"David Biddulph" wrote:

If you've got a value error, at least one of the cells in your range in
column G contains text, rather than a number.
--
David Biddulph


"Dana" wrote in message
...
The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR
Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))

"John C" wrote:

A formula would be quite helpful. Plus maybe some sample data :)
--
** John C **

"Dana" wrote:

I have a sumif function with two criteria so I used the sumproduct
function,
but it returns the !Value# error? I can't figure out why?






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMPRODUCT returns !Value#

This syntax will ignore text:

=SUMPRODUCT(--('DR Kronos'!$B$4:$B$4878=A2),--('DR
Kronos'!$I$4:$I$4878="Project"),'DR Kronos'!$G$4:$G$4878)


--
Biff
Microsoft Excel MVP


"Dana" wrote in message
...
That was the problem. I removed the text and it worked.

Thanks you very much.

"David Biddulph" wrote:

If you've got a value error, at least one of the cells in your range in
column G contains text, rather than a number.
--
David Biddulph


"Dana" wrote in message
...
The formula is SUMPRODUCT(('DR Kronos'!$B$4:$B$4878=A2)*('DR
Kronos'!$I$4:$I$4878="Project")*('DR Kronos'!$G$4:$G$4878))

"John C" wrote:

A formula would be quite helpful. Plus maybe some sample data :)
--
** John C **

"Dana" wrote:

I have a sumif function with two criteria so I used the sumproduct
function,
but it returns the !Value# error? I can't figure out why?






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
Min Sumproduct formula returns a zero. checkQ Excel Discussion (Misc queries) 2 May 10th 08 08:06 PM
SUMPRODUCT returns 0, when I know it shouldn't Tim Bridle Excel Worksheet Functions 5 January 20th 07 04:03 PM
SumProduct Returns Zero ronnomad Excel Worksheet Functions 4 August 10th 06 02:45 PM
sumproduct returns zero vacation Excel Worksheet Functions 7 January 31st 06 07:56 PM
returns calculation using sumproduct Stan Altshuller Excel Worksheet Functions 6 January 13th 05 12:25 AM


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