A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Another SUMPRODUCT Question



 
 
Thread Tools Display Modes
  #1  
Old February 3rd, 2010, 10:47 PM posted to microsoft.public.excel.worksheet.functions
enna49
external usenet poster
 
Posts: 53
Default Another SUMPRODUCT Question

Hi
Not certain whether this can be done. What I am trying to do is count the
No of Accounts, the report could have many rows of the same Account No and I
only want to count it once. Would this be better done as a Pivot and link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance
  #2  
Old February 3rd, 2010, 11:16 PM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Another SUMPRODUCT Question

You need to be more specific.

Do you want to count unique account numbers that meet certain conditions?
OK, so where are the account numbers and what are the conditions?

C2:C2768=B3, what's in C and what's in B3?
D22768=C3, what's in D and what's in C3?
E2:E2768=D3, what's in E and what's in D3?

N2:N27680, that one's self explanatory!

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi
Not certain whether this can be done. What I am trying to do is count the
No of Accounts, the report could have many rows of the same Account No and
I
only want to count it once. Would this be better done as a Pivot and
link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES
REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance



  #3  
Old February 4th, 2010, 12:31 AM posted to microsoft.public.excel.worksheet.functions
enna49
external usenet poster
 
Posts: 53
Default Another SUMPRODUCT Question

Hi

This is what is in the following

C2:C2768=B3, what's in C and what's in B3? Two Alpha chars
D22768=C3, what's in D and what's in C3? Two Alpha chars
E2:E2768=D3, what's in E and what's in D3? One or Two Alpha chars

The Account Nos are in N2:N2768

What is the code if I use this and Concatenate into a Col and use "begins
with"

Thanks


"T. Valko" wrote:

You need to be more specific.

Do you want to count unique account numbers that meet certain conditions?
OK, so where are the account numbers and what are the conditions?

C2:C2768=B3, what's in C and what's in B3?
D22768=C3, what's in D and what's in C3?
E2:E2768=D3, what's in E and what's in D3?

N2:N27680, that one's self explanatory!

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi
Not certain whether this can be done. What I am trying to do is count the
No of Accounts, the report could have many rows of the same Account No and
I
only want to count it once. Would this be better done as a Pivot and
link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES
REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance



.

  #4  
Old February 4th, 2010, 03:08 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Another SUMPRODUCT Question

What is the code if I use this and Concatenate into
a Col and use "begins with"


I don't know what that means?

Let's try this...

Here's a small sample file that counts unique numbers that meet certain
conditions.

enna49.xls 14 kb

http://cjoint.com/?ceedE1jUoQ

Compare that sample file to what you're trying to do and we'll see if we can
hash out the differences.

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi

This is what is in the following

C2:C2768=B3, what's in C and what's in B3? Two Alpha chars
D22768=C3, what's in D and what's in C3? Two Alpha chars
E2:E2768=D3, what's in E and what's in D3? One or Two Alpha chars

The Account Nos are in N2:N2768

What is the code if I use this and Concatenate into a Col and use "begins
with"

Thanks


"T. Valko" wrote:

You need to be more specific.

Do you want to count unique account numbers that meet certain conditions?
OK, so where are the account numbers and what are the conditions?

C2:C2768=B3, what's in C and what's in B3?
D22768=C3, what's in D and what's in C3?
E2:E2768=D3, what's in E and what's in D3?

N2:N27680, that one's self explanatory!

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi
Not certain whether this can be done. What I am trying to do is count
the
No of Accounts, the report could have many rows of the same Account No
and
I
only want to count it once. Would this be better done as a Pivot and
link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES
REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance



.



  #5  
Old February 9th, 2010, 04:43 AM posted to microsoft.public.excel.worksheet.functions
enna49
external usenet poster
 
Posts: 53
Default Another SUMPRODUCT Question

Thank you for your help in this, but what I really require is the answer to
be 1. Maybe it is a big ask for Excel.

Thanks

"T. Valko" wrote:

What is the code if I use this and Concatenate into
a Col and use "begins with"


I don't know what that means?

Let's try this...

Here's a small sample file that counts unique numbers that meet certain
conditions.

enna49.xls 14 kb

http://cjoint.com/?ceedE1jUoQ

Compare that sample file to what you're trying to do and we'll see if we can
hash out the differences.

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi

This is what is in the following

C2:C2768=B3, what's in C and what's in B3? Two Alpha chars
D22768=C3, what's in D and what's in C3? Two Alpha chars
E2:E2768=D3, what's in E and what's in D3? One or Two Alpha chars

The Account Nos are in N2:N2768

What is the code if I use this and Concatenate into a Col and use "begins
with"

Thanks


"T. Valko" wrote:

You need to be more specific.

Do you want to count unique account numbers that meet certain conditions?
OK, so where are the account numbers and what are the conditions?

C2:C2768=B3, what's in C and what's in B3?
D22768=C3, what's in D and what's in C3?
E2:E2768=D3, what's in E and what's in D3?

N2:N27680, that one's self explanatory!

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi
Not certain whether this can be done. What I am trying to do is count
the
No of Accounts, the report could have many rows of the same Account No
and
I
only want to count it once. Would this be better done as a Pivot and
link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES
REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance


.



.

  #6  
Old February 9th, 2010, 05:32 AM posted to microsoft.public.excel.worksheet.functions
T. Valko
external usenet poster
 
Posts: 15,759
Default Another SUMPRODUCT Question

what I really require is the answer to be 1.

Can you explain how you arrive at that result?

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Thank you for your help in this, but what I really require is the answer
to
be 1. Maybe it is a big ask for Excel.

Thanks

"T. Valko" wrote:

What is the code if I use this and Concatenate into
a Col and use "begins with"


I don't know what that means?

Let's try this...

Here's a small sample file that counts unique numbers that meet certain
conditions.

enna49.xls 14 kb

http://cjoint.com/?ceedE1jUoQ

Compare that sample file to what you're trying to do and we'll see if we
can
hash out the differences.

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi

This is what is in the following

C2:C2768=B3, what's in C and what's in B3? Two Alpha chars
D22768=C3, what's in D and what's in C3? Two Alpha chars
E2:E2768=D3, what's in E and what's in D3? One or Two Alpha chars

The Account Nos are in N2:N2768

What is the code if I use this and Concatenate into a Col and use
"begins
with"

Thanks


"T. Valko" wrote:

You need to be more specific.

Do you want to count unique account numbers that meet certain
conditions?
OK, so where are the account numbers and what are the conditions?

C2:C2768=B3, what's in C and what's in B3?
D22768=C3, what's in D and what's in C3?
E2:E2768=D3, what's in E and what's in D3?

N2:N27680, that one's self explanatory!

--
Biff
Microsoft Excel MVP


"enna49" wrote in message
...
Hi
Not certain whether this can be done. What I am trying to do is
count
the
No of Accounts, the report could have many rows of the same Account
No
and
I
only want to count it once. Would this be better done as a Pivot
and
link
back to that.

This is what I have
=SUMPRODUCT(--('DISPUTES REPORT'!$C$2:$C$2768=$B$3),--('DISPUTES
REPORT'!$D$2:$D$2768=$C$3),--('DISPUTES
REPORT'!$E$2:$E$2768=$D$3)*('DISPUTES
REPORT'!$N$2:$N$27680))
Thank you in advance


.



.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.