#1   Report Post  
Posted to microsoft.public.excel.misc
RGJ RGJ is offline
external usenet poster
 
Posts: 3
Default SUMPRODUCT I think?

Hi,
I have a spreadsheet that I enter data as follows:
Date Customer Hours Total Hours

I need a break down of what hours each customer uses under 20 hours and over
20 hours.
Do I use SUMPRODUCT for this or is there another formula better suited?

--
RGJ
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default SUMPRODUCT I think?

I don't understand you question

under 20 hours and over 20 hours is everything except 20 hours. Please
explain.

Mike

"RGJ" wrote:

Hi,
I have a spreadsheet that I enter data as follows:
Date Customer Hours Total Hours

I need a break down of what hours each customer uses under 20 hours and over
20 hours.
Do I use SUMPRODUCT for this or is there another formula better suited?

--
RGJ

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default SUMPRODUCT I think?

I'll suggest SUMIF()

=SUMIF(C8:C12,"<20") would sum everything under 20
=SUMIF(C8:C12,"=20") would sum everything equal to or more than 20

"RGJ" wrote:

Hi,
I have a spreadsheet that I enter data as follows:
Date Customer Hours Total Hours

I need a break down of what hours each customer uses under 20 hours and over
20 hours.
Do I use SUMPRODUCT for this or is there another formula better suited?

--
RGJ

  #4   Report Post  
Posted to microsoft.public.excel.misc
RGJ RGJ is offline
external usenet poster
 
Posts: 3
Default SUMPRODUCT I think?

Ok I`ll try and clarify what happens.
I have two clients, A and B, which use hours out of one account.
Client A he contributes 30% of the hours under 20 hours and 25% over 20 hours.
Client B pays for the remaining hours.
So the way I think I should tackle this is by filter for under 20 hours and
over as well. This will give me a breakdown of the usage of hours for each
client.
There may be a better way?
--
RGJ


"Ed Cones" wrote:

I'll suggest SUMIF()

=SUMIF(C8:C12,"<20") would sum everything under 20
=SUMIF(C8:C12,"=20") would sum everything equal to or more than 20

"RGJ" wrote:

Hi,
I have a spreadsheet that I enter data as follows:
Date Customer Hours Total Hours

I need a break down of what hours each customer uses under 20 hours and over
20 hours.
Do I use SUMPRODUCT for this or is there another formula better suited?

--
RGJ

  #5   Report Post  
Posted to microsoft.public.excel.misc
RGJ RGJ is offline
external usenet poster
 
Posts: 3
Default SUMPRODUCT I think?

Iv got the following code:

=SUMPRODUCT(--($A$10:$A$5000=Sheet2!P$3),--($A$10:$A$5000<=Sheet2!R$3),--($B$10:$B$5000=MAIN!B5002),$D$10:$D$5000)
P3 is date from
R3 is date to
col A is date
col B is name
col D is hours

Where can I add <20 hours


--
RGJ


"RGJ" wrote:

Ok I`ll try and clarify what happens.
I have two clients, A and B, which use hours out of one account.
Client A he contributes 30% of the hours under 20 hours and 25% over 20 hours.
Client B pays for the remaining hours.
So the way I think I should tackle this is by filter for under 20 hours and
over as well. This will give me a breakdown of the usage of hours for each
client.
There may be a better way?
--
RGJ


"Ed Cones" wrote:

I'll suggest SUMIF()

=SUMIF(C8:C12,"<20") would sum everything under 20
=SUMIF(C8:C12,"=20") would sum everything equal to or more than 20

"RGJ" wrote:

Hi,
I have a spreadsheet that I enter data as follows:
Date Customer Hours Total Hours

I need a break down of what hours each customer uses under 20 hours and over
20 hours.
Do I use SUMPRODUCT for this or is there another formula better suited?

--
RGJ

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? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Sumproduct IF Q Sean Excel Worksheet Functions 4 February 14th 07 12:35 PM
sumproduct JR Excel Worksheet Functions 0 February 16th 06 04:15 PM
Sumproduct Esrei Excel Discussion (Misc queries) 2 August 12th 05 04:22 PM
Like Sumproduct, But Different ericsh Excel Worksheet Functions 6 August 11th 05 05:49 PM


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

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

About Us

"It's about Microsoft Excel"