Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Need a function for my teaching plans

Hi,
I have the following challenge:
In my teaching a have to count the number of hours students spend on their
extra curricular activities.
This is the table I have:

classwork|extrawork|1stterm|2ndterm|3rdterm
16 weeks 15 weeks 17 weeks (per
term)
Psychology 188 120 4 6 2 (num of hours
per week)

What I know from this table is that, for example in the 1st term I will have
4 hours per week (actually two lessons, each 2 hours) 16 weeks which makes 64
hours or 32 classes per term. The total number of classes I will have in 1-3
terms is 188/2
What I don't know from this table is the number of extra curricular hours
per term/week. I know that the total is 120 and that each number should be
divided by two.

Could you help me out with this,
Thank you in advance,
ArthurN
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Need a function for my teaching plans

Is it just

=ROUND(D$3*$C$3/$B$3,2)

for the 16 weeker, and copy across.

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"ArthurN" wrote in message
...
Hi,
I have the following challenge:
In my teaching a have to count the number of hours students spend on their
extra curricular activities.
This is the table I have:

classwork|extrawork|1stterm|2ndterm|3rdterm
16 weeks 15 weeks 17 weeks (per
term)
Psychology 188 120 4 6 2 (num of hours
per week)

What I know from this table is that, for example in the 1st term I will
have
4 hours per week (actually two lessons, each 2 hours) 16 weeks which makes
64
hours or 32 classes per term. The total number of classes I will have in
1-3
terms is 188/2
What I don't know from this table is the number of extra curricular hours
per term/week. I know that the total is 120 and that each number should be
divided by two.

Could you help me out with this,
Thank you in advance,
ArthurN



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Need a function for my teaching plans

Hi, and thank you,
I guess, I wanted something a bit different. I think my original post was
too ambiguous.
This is the table that I have:
A B C D E F
1 16 15 17
2 Psych 188 120 4 6 2
Whe
B:B lists the total num of class work hours
C:C lists the total num of extra curricular hours
D1 lists in line 1 the num of weeks per 1st term
E1 - the num of weeks per 2nd term
F1- the num of weeks per 3rd term
Then the table holds all the subjects, e.g.
I know that psychology has 4 hours (2 classes) x 16 weeks in the 1st term,
which is 64 hours/32 classes. The sum of all the hours in 3 terms = 188 (B2).
Now, the num of extra curricular hours (C2) should be distributed
proportionally between all the terms, and the num should be dividable by 2
(each class has 2 hours). The trouble is that making the num dividable by 2,
while it might break the proportion a bit, is more important.
Thanks,
Arthur N
  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Need a function for my teaching plans

On Apr 1, 8:02 pm, ArthurN wrote:
Hi, and thank you,
I guess, I wanted something a bit different. I think my original post was
too ambiguous.
This is the table that I have:
A B C D E F
1 16 15 17
2 Psych 188 120 4 6 2
Whe
B:B lists the total num of class work hours
C:C lists the total num of extra curricular hours
D1 lists in line 1 the num of weeks per 1st term
E1 - the num of weeks per 2nd term
F1- the num of weeks per 3rd term
Then the table holds all the subjects, e.g.
I know that psychology has 4 hours (2 classes) x 16 weeks in the 1st term,
which is 64 hours/32 classes. The sum of all the hours in 3 terms = 188 (B2).
Now, the num of extra curricular hours (C2) should be distributed
proportionally between all the terms, and the num should be dividable by 2
(each class has 2 hours). The trouble is that making the num dividable by 2,
while it might break the proportion a bit, is more important.
Thanks,
Arthur N


=ROUND(($C$3/2)*percent,0)*2
Where "percent" needs to be calculated on each term to get your split.
And C3 is the extracurricular hours. For 3 terms, you need 3 of these
formulas. Should work if only even numbers are entered for
extracurricular.
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Need a function for my teaching plans

Thank you, Spiky,
And how do I calculate the percent for each term?
ArthurN


  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Need a function for my teaching plans

On Apr 2, 7:18 pm, ArthurN wrote:
Thank you,Spiky,
And how do I calculate the percent for each term?
ArthurN


Just normal math; Term 1 divided by the total of all 3 terms, and so
on. I suppose it starts getting a bit complex to read if you do all
these calcs in one formula, but you do already have the total in cell
B2...

Assuming your original picture above from your 2nd post, put this in
cell G2 for Term 1:
=ROUND(($C2/2)*(D$1*D2/$B2),0)*2

That should give you the breakdown of Term 1 extracurricular hours.
You should be able to copy that across to H2 and I2 to get terms 2 and
3 in those cells. And then you should be able to copy down so each
line can be it's own class. If I'm understanding what all you want.
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
training plans sherif Excel Discussion (Misc queries) 1 October 4th 07 09:07 AM
Pro Rate Billing Template for wireless plans Jean Excel Discussion (Misc queries) 4 March 13th 07 04:21 AM
npv calc for customer pay plans Juan Valdez Excel Worksheet Functions 1 September 25th 06 03:02 AM
automatic time plans jammy20466 Excel Discussion (Misc queries) 0 June 27th 06 09:34 AM
is there a way of drawing floor plans within office madge New Users to Excel 7 April 6th 06 08:02 PM


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