ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Formula Problem (https://www.excelbanter.com/excel-discussion-misc-queries/180871-formula-problem.html)

Jason[_12_]

Formula Problem
 
Can anybody tell me why they think this formula isn't working. I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.

Gary''s Student

Formula Problem
 
You do not have a formula problem. You probably have a data problem. For
example, if E25 thru G30 contain:

1 0 0
1 0 0
1 9 0
2 9 6.5
1 0 0
1 0 0

Your formula correctly returns 2
--
Gary''s Student - gsnu2007g


"Jason" wrote:

Can anybody tell me why they think this formula isn't working. I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.


Tom Hutchins

Formula Problem
 
Your data problem may be a cell in column E which contains text instead of a
number.

Hope this helps,

Hutch

"Gary''s Student" wrote:

You do not have a formula problem. You probably have a data problem. For
example, if E25 thru G30 contain:

1 0 0
1 0 0
1 9 0
2 9 6.5
1 0 0
1 0 0

Your formula correctly returns 2
--
Gary''s Student - gsnu2007g


"Jason" wrote:

Can anybody tell me why they think this formula isn't working. I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.


Jason[_12_]

Formula Problem
 
It is a small amount of data. Here is the actual data I'm trying to
use: Columns are E,F and G. Column E is time.

Thanks


0:46 9 $6.5
0:45 11 $6.5
0:45 9 $6.5
0:46 9 $6.5
0:47 10 $6.5

0:47 9 $6.5
0:48 9 $6.5
0:48 9 $6.5
0:36 1 $6.5
0:48 9 $6.5
0:45 10 $6.5

0:54 9 $6.5
0:48 9 $6.5
0:49 9 $6.5


On Fri, 21 Mar 2008 06:50:00 -0700, Tom Hutchins
wrote:

Your data problem may be a cell in column E which contains text instead of a
number.

Hope this helps,

Hutch

"Gary''s Student" wrote:

You do not have a formula problem. You probably have a data problem. For
example, if E25 thru G30 contain:

1 0 0
1 0 0
1 9 0
2 9 6.5
1 0 0
1 0 0

Your formula correctly returns 2
--
Gary''s Student - gsnu2007g


"Jason" wrote:

Can anybody tell me why they think this formula isn't working. I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.



GoBow777

Quote:

Originally Posted by Jason[_12_] (Post 642351)
Can anybody tell me why they think this formula isn't working. I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.

No idea why you’re getting the VALUE# error.

To see how Excel is interpreting your formula, click Tools/Formula Auditing/Evaluate Formula.

Jason[_12_]

Formula Problem
 
I don't see a "tools." (Excel 2007)

But I did discover that the formula will work until I get to the empty
row. If I include data up to the first empty row it works fine. If I
try to include data that goes across the empty rows it fails.
Strange, because the exact same formula works on other spreadsheets.


On Fri, 21 Mar 2008 19:13:12 +0000, GoBow777
wrote:


'Jason[_12_ Wrote:
;642351']Can anybody tell me why they think this formula isn't working.
I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.


No idea why you’re getting the VALUE# error.

To see how Excel is interpreting your formula, click Tools/Formula
Auditing/Evaluate Formula.



Jason[_12_]

Formula Problem
 
I fixed it by doing the following in the E column:

=IF(D28="",0,D28-C28)

As opposed to:

=if(D28="","",D28-C28)

On Fri, 21 Mar 2008 13:29:11 -0700, Jason wrote:

I don't see a "tools." (Excel 2007)

But I did discover that the formula will work until I get to the empty
row. If I include data up to the first empty row it works fine. If I
try to include data that goes across the empty rows it fails.
Strange, because the exact same formula works on other spreadsheets.


On Fri, 21 Mar 2008 19:13:12 +0000, GoBow777
wrote:


'Jason[_12_ Wrote:
;642351']Can anybody tell me why they think this formula isn't working.
I have
similar formulas in adjacent worksheets that work fine.

=SUMPRODUCT((E25:E5000)*(F25:F5000=9)*(G25:G5000=6 .5))

I get the #VALUE! error.


No idea why you’re getting the VALUE# error.

To see how Excel is interpreting your formula, click Tools/Formula
Auditing/Evaluate Formula.




All times are GMT +1. The time now is 08:55 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com