Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 2
Default Creating a spreadsheet for my teenage daughter's grades

Hi. I have Excel 2007. I'm trying to create a spreadsheet for my teenage daughter to illustrate our monetary incentive plan for grades. Ordinarily I can pretty well figure out anything I want to do in Excel with the help of Google, but in this case, I don't know what to even search.

The plan works like this. Each A is worth $5.00. No other grade is worth money. There are 5 classes. As a kicker, if she receives A's in all 5 classes, the worth of those A's doubles, making them worth $10.00 each. So if she received 4 A's and 1 B...that would be $20.00. If she received 5 A's...that would be worth $50.00.

I want to create a spreadsheet that would calculate this. A grade of 93 and above is an A...92 and below calculates to $0.00. So as an example...if cell A2 were the title of the class, B2 were the numeral grade of 95, C2 would be the formula and would display $5.00. To make it a bit more complicated, the formula has to account for the grades put into each of the other classes, cells B3, B4, B5 and B6, because if each one of those cells contains a 93 or higher, the value of each of the C cells doubles to $10.00.

Thanks so much for the help. My daughter and I both appreciate it.
  #2   Report Post  
Senior Member
 
Posts: 663
Default

Quote:
Originally Posted by JPCleary View Post
Hi. I have Excel 2007. I'm trying to create a spreadsheet for my teenage daughter to illustrate our monetary incentive plan for grades. Ordinarily I can pretty well figure out anything I want to do in Excel with the help of Google, but in this case, I don't know what to even search.

The plan works like this. Each A is worth $5.00. No other grade is worth money. There are 5 classes. As a kicker, if she receives A's in all 5 classes, the worth of those A's doubles, making them worth $10.00 each. So if she received 4 A's and 1 B...that would be $20.00. If she received 5 A's...that would be worth $50.00.

I want to create a spreadsheet that would calculate this. A grade of 93 and above is an A...92 and below calculates to $0.00. So as an example...if cell A2 were the title of the class, B2 were the numeral grade of 95, C2 would be the formula and would display $5.00. To make it a bit more complicated, the formula has to account for the grades put into each of the other classes, cells B3, B4, B5 and B6, because if each one of those cells contains a 93 or higher, the value of each of the C cells doubles to $10.00.

Thanks so much for the help. My daughter and I both appreciate it.
It can be done with a "helper column" quite easily.

In your scenario you have class titles in A2 to A6, the grades obtained will go into B2 to B6.

Enter =IF(B2=93,1,"") in D2 and copy it down to D6 then hide the column.

Then enter =IF(AND(B2=93,SUM($D$2:$D$6)=5),10,IF(B2=93,5,"" )) in C2 and copy down to C6.

As you put the grades in you'll see how it all works.

I'm sure there are neater ways of doing this, but this should do you for now. :)
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
How to Weight Grades vs. Averaging Student Grades Arnold[_3_] Excel Programming 2 October 17th 07 10:56 PM
Creating VBA Functions When Creating Spreadsheet Via VBA? PeteCresswell[_2_] Excel Programming 6 June 18th 07 12:38 PM
Creating a spreadsheet Decorte Excel Discussion (Misc queries) 3 March 18th 07 01:36 AM
school grades in a spreadsheet. Stressed School Teacher Excel Worksheet Functions 4 February 22nd 07 10:36 AM
creating a spreadsheet Naomi[_3_] Excel Programming 1 September 8th 03 01:33 PM


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