Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ang Ang is offline
external usenet poster
 
Posts: 36
Default SUMPRODUCT not working

I have a formula using SUMPRODUCT which was working and, unfortunately, is no
longer working and I don't know why. Instead of real values, all I get now
is all zeros. I haven't changed the formula. The data sheet where the info
is, changes daily but shouldn't affect my formula, correct? I looking at
HELP in Excel and I'm wondering if this has anything to do with my issue:

SUMPRODUCT treats array entries that are not numeric as if they were zeros.

Any ideas out there on why this wouldn't be working any longer?
Thx for your expertise!

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ang Ang is offline
external usenet poster
 
Posts: 36
Default SUMPRODUCT not working

Labor download column O = day of month
ReportA6=day of month

Labor download column I = department
Labor report columnR -= department

Labor download column K = dollars

(SUMPRODUCT(('Labor Download'!$O$2:$O$12000=Report!$A$6)*('Labor
Download'!$I$2:$I$12000='Labor Report'!R15)*('Labor Download'!$K$2:$K$12000)))


same formula but different column ref for hours

Help?

"Don Guillett" wrote:

Might help to post your formula

--
Don Guillett
SalesAid Software

"Ang" wrote in message
...
I have a formula using SUMPRODUCT which was working and, unfortunately, is
no
longer working and I don't know why. Instead of real values, all I get
now
is all zeros. I haven't changed the formula. The data sheet where the
info
is, changes daily but shouldn't affect my formula, correct? I looking at
HELP in Excel and I'm wondering if this has anything to do with my issue:

SUMPRODUCT treats array entries that are not numeric as if they were
zeros.

Any ideas out there on why this wouldn't be working any longer?
Thx for your expertise!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,355
Default SUMPRODUCT not working

I'd try this:

=SUMPRODUCT(--('Labor Download'!$O$2:$O$12000=Report!$A$6),--('Labor
Download'!$I$2:$I$12000='Labor Report'!R15),('Labor Download'!$K$2:$K$12000))


"Ang" wrote:

Labor download column O = day of month
ReportA6=day of month

Labor download column I = department
Labor report columnR -= department

Labor download column K = dollars

(SUMPRODUCT(('Labor Download'!$O$2:$O$12000=Report!$A$6)*('Labor
Download'!$I$2:$I$12000='Labor Report'!R15)*('Labor Download'!$K$2:$K$12000)))


same formula but different column ref for hours

Help?

"Don Guillett" wrote:

Might help to post your formula

--
Don Guillett
SalesAid Software

"Ang" wrote in message
...
I have a formula using SUMPRODUCT which was working and, unfortunately, is
no
longer working and I don't know why. Instead of real values, all I get
now
is all zeros. I haven't changed the formula. The data sheet where the
info
is, changes daily but shouldn't affect my formula, correct? I looking at
HELP in Excel and I'm wondering if this has anything to do with my issue:

SUMPRODUCT treats array entries that are not numeric as if they were
zeros.

Any ideas out there on why this wouldn't be working any longer?
Thx for your expertise!



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ang Ang is offline
external usenet poster
 
Posts: 36
Default SUMPRODUCT not working

Sadly, I'm still getting a zero result which is wrong....any suggestions? Thx!

"Barb Reinhardt" wrote:

I'd try this:

=SUMPRODUCT(--('Labor Download'!$O$2:$O$12000=Report!$A$6),--('Labor
Download'!$I$2:$I$12000='Labor Report'!R15),('Labor Download'!$K$2:$K$12000))


"Ang" wrote:

Labor download column O = day of month
ReportA6=day of month

Labor download column I = department
Labor report columnR -= department

Labor download column K = dollars

(SUMPRODUCT(('Labor Download'!$O$2:$O$12000=Report!$A$6)*('Labor
Download'!$I$2:$I$12000='Labor Report'!R15)*('Labor Download'!$K$2:$K$12000)))


same formula but different column ref for hours

Help?

"Don Guillett" wrote:

Might help to post your formula

--
Don Guillett
SalesAid Software

"Ang" wrote in message
...
I have a formula using SUMPRODUCT which was working and, unfortunately, is
no
longer working and I don't know why. Instead of real values, all I get
now
is all zeros. I haven't changed the formula. The data sheet where the
info
is, changes daily but shouldn't affect my formula, correct? I looking at
HELP in Excel and I'm wondering if this has anything to do with my issue:

SUMPRODUCT treats array entries that are not numeric as if they were
zeros.

Any ideas out there on why this wouldn't be working any longer?
Thx for your expertise!





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

If the formula worked before and...

The data sheet where the info is, changes daily
but shouldn't affect my formula, correct?


That's where I'd look for the problem. The data changes daily how? Is it
imported from another application? The usual culprits are unseen characters
like leading/trailing spaces, HTML "junk" like char 160's, numbers formatted
as TEXT.

Biff

"Ang" wrote in message
...
Sadly, I'm still getting a zero result which is wrong....any suggestions?
Thx!

"Barb Reinhardt" wrote:

I'd try this:

=SUMPRODUCT(--('Labor Download'!$O$2:$O$12000=Report!$A$6),--('Labor
Download'!$I$2:$I$12000='Labor Report'!R15),('Labor
Download'!$K$2:$K$12000))


"Ang" wrote:

Labor download column O = day of month
ReportA6=day of month

Labor download column I = department
Labor report columnR -= department

Labor download column K = dollars

(SUMPRODUCT(('Labor Download'!$O$2:$O$12000=Report!$A$6)*('Labor
Download'!$I$2:$I$12000='Labor Report'!R15)*('Labor
Download'!$K$2:$K$12000)))


same formula but different column ref for hours

Help?

"Don Guillett" wrote:

Might help to post your formula

--
Don Guillett
SalesAid Software

"Ang" wrote in message
...
I have a formula using SUMPRODUCT which was working and,
unfortunately, is
no
longer working and I don't know why. Instead of real values, all I
get
now
is all zeros. I haven't changed the formula. The data sheet where
the
info
is, changes daily but shouldn't affect my formula, correct? I
looking at
HELP in Excel and I'm wondering if this has anything to do with my
issue:

SUMPRODUCT treats array entries that are not numeric as if they
were
zeros.

Any ideas out there on why this wouldn't be working any longer?
Thx for your expertise!





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
dq dq is offline
external usenet poster
 
Posts: 46
Default SUMPRODUCT not working

Ang,

Perhepas a stupid suggestion, but dit you enter the formula with Ctrl
+Shift+Enter ? SUMPRODUCT is an array formula and those always need to
be entered with Ctrl+Shift+Enter in stead of just Enter.

DQ

  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default SUMPRODUCT not working

SUMPRODUCT works with arrays but does not need to be array entered *unless*
you're using arguments that require array entry like IF or TRANSPOSE.

Biff

"dq" wrote in message
ps.com...
Ang,

Perhepas a stupid suggestion, but dit you enter the formula with Ctrl
+Shift+Enter ? SUMPRODUCT is an array formula and those always need to
be entered with Ctrl+Shift+Enter in stead of just Enter.

DQ



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 not working tankerman Excel Discussion (Misc queries) 4 January 31st 07 08:07 PM
sumproduct not working Tester Excel Worksheet Functions 10 November 26th 06 09:58 PM
Sumproduct Not Working Carl Excel Worksheet Functions 5 August 15th 06 07:09 PM
sumproduct not working BorisS Excel Worksheet Functions 3 March 6th 06 08:21 PM
=SUMPRODUCT not working JR Excel Worksheet Functions 3 February 8th 06 05:10 PM


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