#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dre Dre is offline
external usenet poster
 
Posts: 2
Default Help with Excel

There are 100 students and their grades are calculated by (example:
factor (5.9) x score (3). The factors range from 5.9 to 6.9 and the
score from 1-5. The factor could be based on analytical writing,
Quantative, Verbal, so on. There must be a way to calculate these
scores with a lookup function instead of typing in a formula like the
example above.

Another example: Quantative factor: 6.1, student score 4 (6.1x4).
There are 10 factors total and the percentages change for each.

Ideally, I would like to type in the score and excel calculate the
factor and give me the overall percentage for that test question.

Any help will be greatly appreciated

Dre

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 268
Default Help with Excel

I don't know how your sheet is set up, but
On one sheet, set up a table with all the different factors, in Col A the
subject, and in B the relevant factor. Sort these alphabetically. Name the
range (say A1:B10) "Factors".
On another sheet, Say Student #s in A2 down, Student Surname in B2 down and
Student initials in C2 down. In D1, F1, H1 etc the names of the classes, eg
Verbal, Quantative, Analytical Writing etc. In D2, F2, H2 etc down the
actual scores - 1 to 5.
In E2, G2, I2 and down a formula to do the calculation
Start in E1 with
=IF(D2="","",VLOOKUP(D$1,Factors,2,0)*D2)
Copy this down as far as you want to go.
Now copy this to F2, H2 etc, and as far down as you want to go.
As you enter a score in D2, F2, H2 etc, the weighted score will appear in
E2, G2, I2 etc


"Dre" wrote:

There are 100 students and their grades are calculated by (example:
factor (5.9) x score (3). The factors range from 5.9 to 6.9 and the
score from 1-5. The factor could be based on analytical writing,
Quantative, Verbal, so on. There must be a way to calculate these
scores with a lookup function instead of typing in a formula like the
example above.

Another example: Quantative factor: 6.1, student score 4 (6.1x4).
There are 10 factors total and the percentages change for each.

Ideally, I would like to type in the score and excel calculate the
factor and give me the overall percentage for that test question.

Any help will be greatly appreciated

Dre


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dre Dre is offline
external usenet poster
 
Posts: 2
Default Help with Excel

Thank you Kassie, I will try this. Also, below is a view of the sheet.
Let me know what you think.

A B C D
E F
L. Name F. Name Verbal Analytical
Writing, so on Overall Total

Loading Factor for Verbal 6.9
Loading Factor for Analytical 5.5
Loading Factor for Writing 7.0

The students earn a score between 1-5 in these areas. Example: Verbal
6.9X4 = 27.6
Then we total all scores.
The score will change for each student in each area and I don't want to
calculate each time.

Thank you again, I will let you know if this works.

Dre

kassie wrote:
I don't know how your sheet is set up, but
On one sheet, set up a table with all the different factors, in Col A the
subject, and in B the relevant factor. Sort these alphabetically. Name the
range (say A1:B10) "Factors".
On another sheet, Say Student #s in A2 down, Student Surname in B2 down and
Student initials in C2 down. In D1, F1, H1 etc the names of the classes, eg
Verbal, Quantative, Analytical Writing etc. In D2, F2, H2 etc down the
actual scores - 1 to 5.
In E2, G2, I2 and down a formula to do the calculation
Start in E1 with
=IF(D2="","",VLOOKUP(D$1,Factors,2,0)*D2)
Copy this down as far as you want to go.
Now copy this to F2, H2 etc, and as far down as you want to go.
As you enter a score in D2, F2, H2 etc, the weighted score will appear in
E2, G2, I2 etc


"Dre" wrote:

There are 100 students and their grades are calculated by (example:
factor (5.9) x score (3). The factors range from 5.9 to 6.9 and the
score from 1-5. The factor could be based on analytical writing,
Quantative, Verbal, so on. There must be a way to calculate these
scores with a lookup function instead of typing in a formula like the
example above.

Another example: Quantative factor: 6.1, student score 4 (6.1x4).
There are 10 factors total and the percentages change for each.

Ideally, I would like to type in the score and excel calculate the
factor and give me the overall percentage for that test question.

Any help will be greatly appreciated

Dre



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 268
Default Help with Excel

My pleasure

"Dre" wrote:

Thank you Kassie, I will try this. Also, below is a view of the sheet.
Let me know what you think.

A B C D
E F
L. Name F. Name Verbal Analytical
Writing, so on Overall Total

Loading Factor for Verbal 6.9
Loading Factor for Analytical 5.5
Loading Factor for Writing 7.0

The students earn a score between 1-5 in these areas. Example: Verbal
6.9X4 = 27.6
Then we total all scores.
The score will change for each student in each area and I don't want to
calculate each time.

Thank you again, I will let you know if this works.

Dre

kassie wrote:
I don't know how your sheet is set up, but
On one sheet, set up a table with all the different factors, in Col A the
subject, and in B the relevant factor. Sort these alphabetically. Name the
range (say A1:B10) "Factors".
On another sheet, Say Student #s in A2 down, Student Surname in B2 down and
Student initials in C2 down. In D1, F1, H1 etc the names of the classes, eg
Verbal, Quantative, Analytical Writing etc. In D2, F2, H2 etc down the
actual scores - 1 to 5.
In E2, G2, I2 and down a formula to do the calculation
Start in E1 with
=IF(D2="","",VLOOKUP(D$1,Factors,2,0)*D2)
Copy this down as far as you want to go.
Now copy this to F2, H2 etc, and as far down as you want to go.
As you enter a score in D2, F2, H2 etc, the weighted score will appear in
E2, G2, I2 etc


"Dre" wrote:

There are 100 students and their grades are calculated by (example:
factor (5.9) x score (3). The factors range from 5.9 to 6.9 and the
score from 1-5. The factor could be based on analytical writing,
Quantative, Verbal, so on. There must be a way to calculate these
scores with a lookup function instead of typing in a formula like the
example above.

Another example: Quantative factor: 6.1, student score 4 (6.1x4).
There are 10 factors total and the percentages change for each.

Ideally, I would like to type in the score and excel calculate the
factor and give me the overall percentage for that test question.

Any help will be greatly appreciated

Dre




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
Stop excel from dropping the 0 in the beginning of a number? Rosewood Setting up and Configuration of Excel 12 April 4th 23 02:12 PM
Excel docs not saving as excel docs Beth Excel Discussion (Misc queries) 6 September 12th 06 02:39 AM
Open Excel 2003 from Windows Explorer pmpjr Excel Discussion (Misc queries) 9 September 11th 06 03:58 PM
Need suggestions for some uses of Ms Excel Bible John Excel Discussion (Misc queries) 1 February 27th 06 05:30 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM


All times are GMT +1. The time now is 09:54 PM.

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"