+ Reply to Thread
Results 1 to 3 of 3

Excel 2007 : sum of divided columns with letters and numbers

  1. #1
    Registered User
    Join Date
    11-20-2011
    Location
    australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    sum of divided columns with letters and numbers

    I am using excel for monitoring students marks in science.
    What I am trying to do (with no excel training) is link columns and rows to generate an overall mark. eg:
    10 15 20 total
    a 3 0 #VALUE!

    a-means the student was absent and the score out od 10 should not be applied.
    3 is the score out of 15 and
    0 is the score out of 20

    the following is as far as I have gotten
    =SUM(IF(ISTEXT(A2),"""",IF(A2="0",0,IF(A2>0,A2/A1,))),IF(ISTEXT(B2),"",IF(B2="0",0,IF(B2>0,B2/B1,))),IF(ISTEXT(C2),"",IF(C2="0",0,IF(C2>0,C2/C1,))))

    I have stuffed up somewhere but I have no idea where. Any help is greatly appreciated.

    chook
    Last edited by chook; 11-20-2011 at 07:47 AM.

  2. #2
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: sum of divided columns with letters and numbers

    Try
    Please Login or Register  to view this content.
    [EDIT]
    Sorry wasn't thinking this is easier
    Please Login or Register  to view this content.
    and to handle errors, this will return "a" if the student is absent from all tests
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by Marcol; 11-20-2011 at 08:13 AM.
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Registered User
    Join Date
    11-20-2011
    Location
    australia
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: sum of divided columns with letters and numbers

    Thanks, will try in the morning
    chook

+ 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