Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to modify an excel program to flow with the changes to a reading
program at our local elementary school. The current program adds the minutes that each child reads and divides them by the amount of minutes each student should read at home. If the meet their goal they get a prize if they double their goal they get two and so on... This year they want to cap it to 5 prizes. The minutes and prizes can carry over, so I am at a loss. The current function is =ROUNDDOWN((((C11+D11+E11+F11)/300)-(C45+D45+E45)),0) The 11 rows are the minutes that a student read from Oct.+Nov.+Dec.+Jan. The 45 rows are the number of prizes that they recieved from the corresponding months (the columns) for their reading minutes. I need to cap it to only allow 5, but lets say that a child gets 7, I need to carry over 2 to the next month. Hope that I didn't rattle to much, thanks for any help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copying the number of a custom formatted number cell | Excel Discussion (Misc queries) | |||
Random cell/number and dont repeat selected cell/number | Excel Discussion (Misc queries) | |||
formatting cell number based on previous cell number | Excel Discussion (Misc queries) | |||
Count number of times a specific number is displayed in a cell ran | Excel Worksheet Functions | |||
making a cell fixed number to a input number | Excel Programming |