+ Reply to Thread
Results 1 to 10 of 10

Transferring team scores into a league table

Hybrid View

  1. #1
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,043

    Re: Transferring team scores into a league table

    mrall here are some suggestions to your solution:

    In case of 3 solutions you don't need 3 IF functions: =IF(D5>E5;3;IF(D5<E5;0;IF(D5=E5;1)))
    Not that if D5 > E5 and D5 < E5 it MUST be D5=E5, so no need to test is D5=E5. Your formula should look like:

    =IF(D5>E5;3;IF(D5<E5;0;1))

    Second: You don't need SUM in equations: =SUM(S4+M4) is just =S4+M4

    and last, since you've already calculate Home and Away points in F and G column, no need to calculate again.. Just use SUMIF function to sum them together:

    Edit: Aslo, avoid INDIRECT function when it's not necessarily since it's volatile.
    Attached Files Attached Files
    Never use Merged Cells in Excel

  2. #2
    Registered User
    Join Date
    12-30-2011
    Location
    Jeannette, PA
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Transferring team scores into a league table

    I never new that sumif worked that way. Sure makes the sheet alot neater.

+ 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