+ Reply to Thread
Results 1 to 18 of 18

making a spreadsheet for student coursework making

Hybrid View

  1. #1
    Valued Forum Contributor
    Join Date
    07-21-2008
    Location
    London, UK
    Posts
    326

    Re: making a spreadsheet for student coursework making

    Sheets 1, Cell G1 ...

  2. #2
    Registered User
    Join Date
    11-30-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: making a spreadsheet for student coursework making

    that's the one. the students have 3 weeks after that to hand work in with a 10% penalty on each late week and there is a limit of 3 weeks after which a mark of 0 is applied.

  3. #3
    Valued Forum Contributor
    Join Date
    07-21-2008
    Location
    London, UK
    Posts
    326

    Re: making a spreadsheet for student coursework making

    Ok so now add a column and use an IF function to decide the days overdue and apply the penalty

  4. #4
    Registered User
    Join Date
    11-30-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: making a spreadsheet for student coursework making

    im not too sure how the if function works.

    could you give me a quick example showing me the general format of one please

  5. #5
    Registered User
    Join Date
    11-30-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: making a spreadsheet for student coursework making

    i have added a new column that contains the difference between the two dates

    i need to know who i would go about using an if function to add the amount of penalty into the next column automatically.
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    11-30-2009
    Location
    uk
    MS-Off Ver
    Excel 2007
    Posts
    10

    Re: making a spreadsheet for student coursework making

    just can't figure out how to get the penalty to work there

  7. #7
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: making a spreadsheet for student coursework making

    Assuming late % to be calculated in G12 onwards

    G12: =IF($A12="","",LOOKUP(MAX(0,F12-$G$1),{0,7,14,21,28},{0,0.1,0.2,0.3,1}))
    copied down
    formatted as %

    not entirely sure I followed the date requirements - you may want {0,1,8,15,22} rather than {0,7,14,21,28}
    Last edited by DonkeyOte; 12-01-2009 at 06:52 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1