+ Reply to Thread
Results 1 to 6 of 6

Help with formula (simple)

  1. #1
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Help with formula (simple)

    Hi All,

    Could I have a quick bit of help with a formula?

    I'm trying to work out the success rate for a football manager.
    Each game is worth 3 points for a win and 1 for a draw so if the manager has been in charge for 55 games the maximum points he could have accrued is 165.
    The manager in question has 23 wins (23 x 3) and 12 draws (12 x 1) so has accrued 81 points.
    Shown as a percentage, the manager has a 49% success rate (81/165) however the return I have with the following formula is 441.82%.

    =SUM(M27*3+N27)/B27*3

    Could somebody show me where I'm going wrong please? Much obliged.
    Last edited by Marvo; 03-06-2015 at 06:37 AM.

  2. #2
    Registered User
    Join Date
    01-28-2014
    Location
    Brno
    MS-Off Ver
    Excel 2010
    Posts
    70

    Re: Help with formula (simple)

    Hi,

    =SUM(M27*3+N27)/(B27*3) should work.

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with formula (simple)

    Try it like this:

    =(M27*3+N27)/(B27*3)

    format the cell as percentage.

    Hope this helps.

    Pete

  4. #4
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Re: Help with formula (simple)

    Well it doesn't, returning 441.82%

  5. #5
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Re: Help with formula (simple)

    That's works Pete, thank you very, very much.

  6. #6
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Help with formula (simple)

    You're welcome, Marvo - thanks for the rep.

    Pete

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. simple sum formula
    By saidul in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-22-2014, 07:35 PM
  2. Replies: 4
    Last Post: 12-07-2012, 11:49 AM
  3. Simple formula help
    By Vasant Nanavati in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-06-2005, 06:05 AM
  4. Simple formula help
    By CLR in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-06-2005, 06:05 AM
  5. [SOLVED] Simple formula help
    By zero in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 AM

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