Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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?
D2:D2768=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
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
D2:D2768=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?
D2:D2768=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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
D2:D2768=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?
D2:D2768=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 54
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
D2:D2768=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?
D2:D2768=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
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
D2:D2768=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?
D2:D2768=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


.



.



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 Question Jan Excel Worksheet Functions 2 March 30th 09 07:11 AM
SUMPRODUCT question Jock Excel Worksheet Functions 3 July 8th 08 01:24 PM
sumproduct question jxbeeman Excel Discussion (Misc queries) 1 June 19th 08 08:07 PM
SUMPRODUCT Question Karen Smith Excel Discussion (Misc queries) 1 December 19th 07 03:46 PM
SUMPRODUCT Question porter444 Excel Worksheet Functions 2 September 25th 07 07:06 PM


All times are GMT +1. The time now is 06:06 AM.

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"