#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vivi
 
Posts: n/a
Default sumif statements

Hi there

I am trying to create a report in order to calculate spends per customer
which consists of two work sheets €“

The first worksheet has all the sales data as well as the sites and customer
mixed in the same worksheet

The second sheet need to summarize the data and need to lookup the
merchandised category in column A, customer type in column B and the sites in
column C all from sheet 1and enter the total value in column D in sheet 2. I
know I need to use a conditional sum statement for this but not so sure how
to do it, can any body help me?

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default sumif statements

=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),--(Sheet1!C:C00=C1),
Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
Hi there

I am trying to create a report in order to calculate spends per customer
which consists of two work sheets -

The first worksheet has all the sales data as well as the sites and

customer
mixed in the same worksheet

The second sheet need to summarize the data and need to lookup the
merchandised category in column A, customer type in column B and the sites

in
column C all from sheet 1and enter the total value in column D in sheet 2.

I
know I need to use a conditional sum statement for this but not so sure

how
to do it, can any body help me?



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vivi
 
Posts: n/a
Default sumif statements

thanks for your help...i've tested he formula out but it has #NUM! instead
the sumup value which should be 96?.....any ideas??thanks

"Bob Phillips" wrote:

=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),--(Sheet1!C:C00=C1),
Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
Hi there

I am trying to create a report in order to calculate spends per customer
which consists of two work sheets -

The first worksheet has all the sales data as well as the sites and

customer
mixed in the same worksheet

The second sheet need to summarize the data and need to lookup the
merchandised category in column A, customer type in column B and the sites

in
column C all from sheet 1and enter the total value in column D in sheet 2.

I
know I need to use a conditional sum statement for this but not so sure

how
to do it, can any body help me?




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default sumif statements

Sorry, my mistake, try this

=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),
--(Sheet1!C1:C100=C1),Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
thanks for your help...i've tested he formula out but it has #NUM! instead
the sumup value which should be 96?.....any ideas??thanks

"Bob Phillips" wrote:


=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),--(Sheet1!C:C00=C1),
Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
Hi there

I am trying to create a report in order to calculate spends per

customer
which consists of two work sheets -

The first worksheet has all the sales data as well as the sites and

customer
mixed in the same worksheet

The second sheet need to summarize the data and need to lookup the
merchandised category in column A, customer type in column B and the

sites
in
column C all from sheet 1and enter the total value in column D in

sheet 2.
I
know I need to use a conditional sum statement for this but not so

sure
how
to do it, can any body help me?






  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vivi
 
Posts: n/a
Default sumif statements

Hi Bob..I've tried that too....still not working...isn't it sum product is
used for mutliplication? my column A B and C are all text...will that change
anything?

Sorry about this prolonged issue..and thanks for your help and patients...

Vivi

"Bob Phillips" wrote:

Sorry, my mistake, try this

=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),
--(Sheet1!C1:C100=C1),Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
thanks for your help...i've tested he formula out but it has #NUM! instead
the sumup value which should be 96?.....any ideas??thanks

"Bob Phillips" wrote:


=SUMPRODUCT(--(Sheet1!A1:A100=A1),--(Sheet1!B1:B100=B1),--(Sheet1!C:C00=C1),
Sheet1!D1:D100)

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"vivi" wrote in message
...
Hi there

I am trying to create a report in order to calculate spends per

customer
which consists of two work sheets -

The first worksheet has all the sales data as well as the sites and
customer
mixed in the same worksheet

The second sheet need to summarize the data and need to lookup the
merchandised category in column A, customer type in column B and the

sites
in
column C all from sheet 1and enter the total value in column D in

sheet 2.
I
know I need to use a conditional sum statement for this but not so

sure
how
to do it, can any body help me?









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
How to use SUMIF to return sums between two values located in cells ScottBerger Excel Worksheet Functions 2 April 23rd 23 09:05 PM
Linking two IF statements together trixma Excel Discussion (Misc queries) 2 September 29th 05 06:07 AM
using sumif formula: but requiring satisfying 2 if statements karenm Excel Worksheet Functions 1 July 8th 05 07:34 PM
SumIf or SumProduct or If statements Mike W Excel Worksheet Functions 3 April 19th 05 08:54 PM
Combining IF and multiple SUMIF statements, if A>0 & B is between Lee Excel Worksheet Functions 1 January 3rd 05 06:46 PM


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