+ Reply to Thread
Results 1 to 18 of 18

making a spreadsheet for student coursework making

Hybrid View

  1. #1
    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

  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

    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

  3. #3
    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

  4. #4
    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.

  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

    works perfectly
    thanks allot sorry about the repost couldn't find the original thought it got deleted.

+ 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