Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
average hourly output for date, result shown by day
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Morgan  
View profile  
 More options Nov 4, 8:52 am
Newsgroups: microsoft.public.excel.newusers
From: Morgan <Mor...@discussions.microsoft.com>
Date: Tue, 3 Nov 2009 16:52:01 -0800
Local: Wed, Nov 4 2009 8:52 am
Subject: average hourly output for date, result shown by day
hello there,

i have a template in excel2007 that is blank until the data will begin to be
entered, in column A i have the date in the format 14/03/01, in column D i
have hours worked (in regular number eg 2.89) and in column M i have output
in units.

i was wondering if there was a formula that could return the average hourly
output and total output in the style below?

                    Average Hourly Output          Total Output
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday

i have tried setting up another column that corresponds to the date column
A, and trying to get the above the long way using the formula
=TEXT(A2,"dddd") but as it is based on empty cells, all the blank cells come
up with 'saturday' or the last value,

any help would be great thank you!

--
cheers


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eduardo  
View profile  
 More options Nov 4, 9:00 pm
Newsgroups: microsoft.public.excel.newusers
From: Eduardo <Edua...@discussions.microsoft.com>
Date: Wed, 4 Nov 2009 05:00:01 -0800
Local: Wed, Nov 4 2009 9:00 pm
Subject: RE: average hourly output for date, result shown by day
Hi,
use

=if(A2="","",TEXT(A2,"dddd"))

to get the average just do

=M2/D2


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max  
View profile  
 More options Nov 4, 9:50 pm
Newsgroups: microsoft.public.excel.newusers
From: Max <demecha...@yahoo.com>
Date: Wed, 4 Nov 2009 05:50:01 -0800
Local: Wed, Nov 4 2009 9:50 pm
Subject: Re: average hourly output for date, result shown by day
Assumesource data as described in Sheet1
Assume the results table that you want is in Sheet2

Calculate Average Hourly Output
Put in B2, array-enter ie press CTRL+SHIFT+ENTER to confirm the formula:
=AVERAGE(IF((TEXT(Sheet1!A$2:A$10,"dddd")=A2)*(Sheet1!A$2:A$10<>"")*(Sheet1 !D$2:D$10<>""),(Sheet1!D$2:D$10)))
Copy B2 down

Calculate Total Output
Put in C2, normal ENTER:
=SUMPRODUCT(--(TEXT(Sheet1!A$2:A$10,"dddd")=A2),Sheet1!M$2:M$10)
Copy C2 down

Adapt the ranges to suit the actual extents. Verify the expected outputs for
your test source data. Success? hit the YES below
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Morgan  
View profile  
 More options Nov 5, 9:05 am
Newsgroups: microsoft.public.excel.newusers
From: Morgan <Mor...@discussions.microsoft.com>
Date: Wed, 4 Nov 2009 17:05:01 -0800
Local: Thurs, Nov 5 2009 9:05 am
Subject: Re: average hourly output for date, result shown by day
sorry Max, i couldn't get it to work, the first formula seems to leave out
column M 'output' i just wanted a formula that i could plug into the table
below, for each day and would return the results, thanks for trying though

                    Average Hourly Output          Total Output

> > Monday
> > Tuesday
> > Wednesday
> > Thursday
> > Friday
> > Saturday
> > Sunday

--
thanks


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Max  
View profile  
 More options Nov 5, 11:21 pm
Newsgroups: microsoft.public.excel.newusers
From: Max <demecha...@yahoo.com>
Date: Thu, 5 Nov 2009 07:21:02 -0800
Local: Thurs, Nov 5 2009 11:21 pm
Subject: Re: average hourly output for date, result shown by day
> .. plug into the table below, for each day and would return the results

mm, but that's exactly what was suggested?
How about a little working sample to illustrate it:
http://cjoint.com/?lfqpzRHQm2
Average n Sum by day.xls
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:27,000 Files:200 Subscribers:70
xdemechanik
---


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Morgan  
View profile  
 More options Nov 6, 11:28 am
Newsgroups: microsoft.public.excel.newusers
From: Morgan <Mor...@discussions.microsoft.com>
Date: Thu, 5 Nov 2009 19:28:01 -0800
Local: Fri, Nov 6 2009 11:28 am
Subject: Re: average hourly output for date, result shown by day
thanks Max


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google