ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   using "or" twice (https://www.excelbanter.com/excel-programming/328218-using-twice.html)

Sean

using "or" twice
 
Ok, I figured out the whole {} meaning and how it works, here is my formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting it all
in "" taking out the ""'s removeing the 0's everything!!! Any help would be
great. Thanks

Sean

Don

using "or" twice
 


"Sean" wrote:

Ok, I figured out the whole {} meaning and how it works, here is my formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting it all
in "" taking out the ""'s removeing the 0's everything!!! Any help would be
great. Thanks

Sean


Don

using "or" twice
 
Hey Sean,

I believe your problem is A conversion ... You are SumProduct Excel is
expecting a number.... and your confusing it with ""...

Test it without the quotes... See if it works... Please let me know..

Don

"Sean" wrote:

Ok, I figured out the whole {} meaning and how it works, here is my formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting it all
in "" taking out the ""'s removeing the 0's everything!!! Any help would be
great. Thanks

Sean


Sean

using "or" twice
 
Tried it that way too still nothing!!! I dont get it????

"Don" wrote:

Hey Sean,

I believe your problem is A conversion ... You are SumProduct Excel is
expecting a number.... and your confusing it with ""...

Test it without the quotes... See if it works... Please let me know..

Don

"Sean" wrote:

Ok, I figured out the whole {} meaning and how it works, here is my formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting it all
in "" taking out the ""'s removeing the 0's everything!!! Any help would be
great. Thanks

Sean


zackb

using "or" twice
 
Hi there,

Looks pretty good. Have you tried using the formula auditor? (Tools |
Formula Auditing | Show Formula)

...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*('DATA ENTRY
SHEET'!$F$2:$F$4))

-Zack Barresse


"Sean" wrote in message
...
Tried it that way too still nothing!!! I dont get it????

"Don" wrote:

Hey Sean,

I believe your problem is A conversion ... You are SumProduct Excel is
expecting a number.... and your confusing it with ""...

Test it without the quotes... See if it works... Please let me know..

Don

"Sean" wrote:

Ok, I figured out the whole {} meaning and how it works, here is my
formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA
ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting
it all
in "" taking out the ""'s removeing the 0's everything!!! Any help
would be
great. Thanks

Sean




Don

using "or" twice
 
Sean,

What I was saying is that 'DATA ENTRY SHEET'!$C$2:$C$4={"D","E"} is not
correct.... I think all 'DATA ENTRY SHEET'!$C$2:$C$4= 50 or some other
number...
not "D" or "A" or "Sean" this is a text Value... All your answers should
equal a number. Even Quotes should be equal to Zero and check that the array
arguments must have the same dimensions.

If they do not, SUMPRODUCT returns the #VALUE! error value.

Let me know how this works...

Don


"zackb" wrote:

Hi there,

Looks pretty good. Have you tried using the formula auditor? (Tools |
Formula Auditing | Show Formula)

...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*('DATA ENTRY
SHEET'!$F$2:$F$4))

-Zack Barresse


"Sean" wrote in message
...
Tried it that way too still nothing!!! I dont get it????

"Don" wrote:

Hey Sean,

I believe your problem is A conversion ... You are SumProduct Excel is
expecting a number.... and your confusing it with ""...

Test it without the quotes... See if it works... Please let me know..

Don

"Sean" wrote:

Ok, I figured out the whole {} meaning and how it works, here is my
formula
that I need changed...

=SUMPRODUCT(('DATA ENTRY SHEET'!$A$2:$A$4=3)*('DATA ENTRY
SHEET'!$B$2:$B$4=200)*('DATA ENTRY SHEET'!$C$2:$C$4={"D","E"})*'DATA
ENTRY
SHEET'!$F$2:$F$4)

I want to replace the first array of =3) to
={"",0,2,9,10,56,5600,88,203,204,205})

Now it lets me do it how ever I get a #REF on it. I've tried putting
it all
in "" taking out the ""'s removeing the 0's everything!!! Any help
would be
great. Thanks

Sean






All times are GMT +1. The time now is 02:31 PM.

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