#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 61
Default Excel Formula

A B C D E F G H
1 2 3 4 5 6
Section Section Section Section Total
Name 1 1 1 1
Teacher 1 ENG3U1 ENG3U1 ENG1D1 1.00
Teacher 2 CGC1D1 CGC1D1 HFN2O1 1.00
Teacher 3 ESLAO1 ATC4M1 ATC4M1 0.67
Teacher 4 AMQ3O1 AMG3O1 AMI2O2 AMI2O2 0.67
Teacher 5 AMQ4M1 0.33
Teacher 6 MPM2D1 MCF3M1 0.67

It takes three sections to equal 1.0
Do you know a formula that would count sections and return it to a number
for each Teacher, and columns 3/4/5 are only one section
Teacher 1 should be 1.0 Rounding Down
Teacher 2 should be 1.0
Teacher 3 shouls be a .67
Teacher 4 should be a.67
Teacher 5 should be a .33
Teacher 6 should be a .67
Would someone know how to do these formulas?????????????
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Excel Formula

Try something like this in G4:

=ROUND((COUNTA(B4:C4)+(COUNTIF(D4:F4,"<")0)*1)/3,2)

then copy it down.

Hope this helps.

Pete

On Sep 14, 8:28*pm, Newfie809 wrote:
A * * * B * * * C * * * D * * * E * * * F * * * G * * * H
* * * * 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 * * *
* * * * Section Section * * * * * * Section * * * * * * * * Section * * * * Total
Name * * * *1 * * * 1 * * * * * * * * * *1 * * * * * * *1 * * *
Teacher 1 * * * ENG3U1 *ENG3U1 * * * * *ENG1D1 * * * * * * * * *1.00
Teacher 2 * * * CGC1D1 *CGC1D1 *HFN2O1 * * * * * * * * * * * * *1.00
Teacher 3 * * * ESLAO1 * * * * *ATC4M1 * * * * *ATC4M1 * * * * *0.67
Teacher 4 * * * AMQ3O1 * * * * *AMG3O1 *AMI2O2 *AMI2O2 * * * * *0.67
Teacher 5 * * * AMQ4M1 * * * * * * * * * * * * * * * * * * * * *0.33
Teacher 6 * * * MPM2D1 * * * * * * * * * * * * * * * * *MCF3M1 *0.67

It takes three sections to equal 1.0 * * * * * * * * * * * * * *
Do you know a formula that would count sections and return it to a number * * *
for each Teacher, and columns 3/4/5 are only one section * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Teacher 1 should be 1.0 * * * * * * * * Rounding Down
Teacher 2 should be 1.0 * * * * * * * * * * * * * * * *
Teacher 3 shouls be a .67 * * * * * * * * * * * * * * * * * * *
Teacher 4 should be a.67 * * * * * * * * * * * * * * * * * * * *
Teacher 5 should be a .33 * * * * * * * * * * * * * * * * * * *
Teacher 6 should be a .67 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Would someone know how to do these formulas?????????????


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 915
Default Excel Formula

Newfie809 wrote:
A B C D E F G H
1 2 3 4 5 6
Section Section Section Section Total
Name 1 1 1 1
Teacher 1 ENG3U1 ENG3U1 ENG1D1 1.00
Teacher 2 CGC1D1 CGC1D1 HFN2O1 1.00
Teacher 3 ESLAO1 ATC4M1 ATC4M1 0.67
Teacher 4 AMQ3O1 AMG3O1 AMI2O2 AMI2O2 0.67
Teacher 5 AMQ4M1 0.33
Teacher 6 MPM2D1 MCF3M1 0.67

It takes three sections to equal 1.0
Do you know a formula that would count sections and return it to a number
for each Teacher, and columns 3/4/5 are only one section
Teacher 1 should be 1.0 Rounding Down
Teacher 2 should be 1.0
Teacher 3 shouls be a .67
Teacher 4 should be a.67
Teacher 5 should be a .33
Teacher 6 should be a .67
Would someone know how to do these formulas?????????????


If I understand your rules correctly, with Teacher 1 in row 5 and 1st
section in column B, this formula in H5 and fill down:

=ROUND((COUNTIF(B5,"<")+COUNTIF(C5,"<")+COUNTIF( G5,"<")+MIN(COUNTIF(D5:F5,"<"),1))/3,2)
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
Excel 2002 Formula: Urgent Conditional Formula Required Right Away - if possible blue[_2_] Excel Discussion (Misc queries) 2 July 11th 07 06:08 PM
Build excel formula using field values as text in the formula val kilbane Excel Worksheet Functions 2 April 18th 07 01:52 PM
Excel 2002 formula displayed not value formula option not checked Dean Excel Worksheet Functions 1 February 28th 06 02:31 PM
How do I view formula results intead of formula in excel? davidinatlanta Excel Worksheet Functions 4 February 7th 06 03:02 PM
Converting an Excel formula to an Access query formula Adam Excel Discussion (Misc queries) 1 December 15th 04 03:38 AM


All times are GMT +1. The time now is 03:17 PM.

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"