+ Reply to Thread
Results 1 to 15 of 15

Running tally of cells ranging from 0c to 8a

  1. #1
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Running tally of cells ranging from 0c to 8a

    Hi I am trying to work out a formula for Excel to work out a running average score under the "Assessments" table, column I for the listening, speaking, reading and writing columns.

    The marks go from 0c to 8a (so 0c, 0b, 0a, 1c, 1b, 1a, 2c, 2b etc...)

    I used to have it set up so that it would tell me an average for all 4 marks, but lost the formula and I was wondering if there is a way for it to work out an average even if not all 4 marks have been entered?

    Any help would be greatly appreciated! Being a language teacher, spreadsheet formulae aren't my forte!Help.xlsx

  2. #2
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Running tally of cells ranging from 0c to 8a

    The formula to average all 4 marks is still in cells I3 and down...

    Select cell I3, click Ctrl + C to copy
    Select cell I2, click Ctrl + V to paste

    Should be good to go for all 4 marks. As far as averaging when less than 4 marks - haven't figured that one out yet.

    - Moo

  3. #3
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Ah right I hadn't realised it was in there. Yeah I get no result until all 4 marks are written in

  4. #4
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Anyone any ideas??

  5. #5
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Wink Re: Running tally of cells ranging from 0c to 8a

    If anyone has any idea at all I would really appreciate it! I really need to have it finished for tomorrow.

    I could help you with some Spanish or French in return!

  6. #6
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Wink Re: Running tally of cells ranging from 0c to 8a

    If anyone has any idea at all I would really appreciate it! I really need to have it finished for tomorrow.

    I could help you with some Spanish or French in return!

  7. #7
    Valued Forum Contributor
    Join Date
    07-27-2012
    Location
    Dublin, Ireland
    MS-Off Ver
    Excel 2010
    Posts
    826

    Re: Running tally of cells ranging from 0c to 8a

    Quote Originally Posted by misterman View Post
    Yeah I get no result until all 4 marks are written in
    That's because your formula explicitly states: if there are less than 4 entries in e.g. E2 to H2, return "blank/nothing" -

    Please Login or Register  to view this content.
    This would be very straightforward if you were using numerical values for the scores, but you're not. You may get lucky and find someone who can give you an off the cuff solution - good luck with it.
    Brendan.


    __________________________________________________________________________________________________
    Things to consider:

    1) You can thank any poster by clicking the * at the left of a helpful post.
    2) You can help to keep the forum tidy by marking your thread as "Solved", if it has been answered to your satisfaction.
    3) Help us to help you, by uploading a sample workbook, showing the type of data you're dealing with, and clearly indicating what the results should be.

  8. #8
    Forum Expert dredwolf's Avatar
    Join Date
    10-27-2012
    Location
    Clearwater,Canada
    MS-Off Ver
    Excel 2007
    Posts
    2,649

    Re: Running tally of cells ranging from 0c to 8a

    okay, I came up with this "Ugly Brute", not sure if the weightings are correct or if you wanted a numeric result or not, But it should give you a starting place to refine from
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Hope this helps

    -note-
    Still returns a blank if there are NO scores to Average

    -Edit- Revision

    last formula would give a #Value error if E:H were blank, my bad

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    this one works the way i expected
    Last edited by dredwolf; 12-03-2012 at 11:23 PM.
    A picture may be worth a thousand words, BUT, a sample Workbook is worth a thousand screenshots!
    -Add a File - click advanced (next to quick post), scroll to manage attachments, click, select add files, click select files, select file, click upload, when file shows up at bottom left, click done (bottom right), click submit
    -To mark thread Solved- go top of thread,click Thread Tools,click Mark as Solved
    If you received helpful response, please remember to hit the * of that post

  9. #9
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Thank you so much for your help, I will try it now!

  10. #10
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Ah yes it gives a numerical value, was hoping for a number and a letter (EG 5a 4b 5b 5c = an average of 5c)

    Still, thank you very much for trying!

  11. #11
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Does anyone else have any ideas?

  12. #12
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Running tally of cells ranging from 0c to 8a

    I had to defer to a higher power (Moderator Paul) to figure out why my formula wasn't working and he came up with a simpler solution that involved the addition of a lookup table in cells AA1:AB27. SEE THE ATTACHED MODIFIED WORKBOOK.

    IMPORTANT NOTE: The order of the table MUST remain as it is. You can move the lookup table somewhere else if necessary, but the lookup ranges will need to change to where the table is moved.

    The new formula is an array formula and must be applied with Ctrl + Shift + Enter:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    In case you are not familiar with using array formulas, do this:
    1. Copy the formula above
    2. Click on cell I2
    3. Click in the formula bar and delete anything already in that cell
    4. Paste the new formula
    5. Hold down Ctrl + Shift keys then hit Enter.

    You'll notice Excel adds { } around the formula in the formula bar - you cannot enter these by hand, they are entered automatically when pressing Ctrl + Shift + Enter when editing a cell.

    Then just copy the formula down to whatever row you require. The formula will be copied as an array, so you don't have to worry about that.
    Attached Files Attached Files
    Last edited by Moo the Dog; 12-05-2012 at 12:10 AM. Reason: Uploaded updated sheet that produces expected results.

  13. #13
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Running tally of cells ranging from 0c to 8a

    See modified post above.

    - Moo

  14. #14
    Registered User
    Join Date
    04-17-2012
    Location
    London, England
    MS-Off Ver
    Excel 2007
    Posts
    29

    Re: Running tally of cells ranging from 0c to 8a

    Wow I seariously cannot thank you enough for your help. Thank you.

  15. #15
    Forum Expert Moo the Dog's Avatar
    Join Date
    09-28-2012
    Location
    Wisconsin
    MS-Off Ver
    Office 365 (PC & Mac)
    Posts
    1,845

    Re: Running tally of cells ranging from 0c to 8a

    You're welcome, misterman. Glad to help.

    If Mod. Paul hasn't already seen your post above, I will pass on your thanks.
    If you would like to give feedback, please click on the star in the lower-left corner of one of my posts.

    Thanks,
    Moo

+ 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