+ Reply to Thread
Results 1 to 6 of 6

Accumlated points total (looking at text)

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    480

    Accumlated points total (looking at text)

    hello All

    I would like sum figure the red cell, the figure needs to work out how many point have been accumulated
    I need the formula to look at see if wolves are at Home or away and then work out how many points would be earned from the prediction

    Wolves beat Everton 3 Points
    Wolves beat Leicester 3 Points
    Wolves bet west ham 3 Points
    Wolves Draw to Burnley 1 Point

    Wolves win = 3 Points
    Wolves Loss = 0 Points
    Wolves draw = 1 point

    Blue Cell = is the actual result that will be entered through the season, Formula to work out how many points have been earned
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-13-2018
    Location
    india
    MS-Off Ver
    2010;2007
    Posts
    54

    Re: Accumlated points total (looking at text)

    you could use below in blue cell
    Formula: copy to clipboard
    =SUMPRODUCT((C9:C46="Wolves")*(H9:H46="home")*3+(C9:C46="Wolves")*(H9:H46="draw")*1)


    change the "Wolves" to your requirement or type Wolves in a cell and refer the cell in formula to make it dynamic

  3. #3
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    480

    Re: Accumlated points total (looking at text)

    Hello

    i can't get that to work ?

    3 points are awareded when Wolves score is greater than the oppenents

  4. #4
    Registered User
    Join Date
    06-13-2018
    Location
    india
    MS-Off Ver
    2010;2007
    Posts
    54

    Re: Accumlated points total (looking at text)

    use below
    Formula: copy to clipboard
    =SUMPRODUCT((TRIM(C9:C46)="Wolves")*(D9:D46>F9:F46)*3)+SUMPRODUCT((ISNUMBER(D9:D46)*(TRIM(C9:C46)="Wolves")*(H9:H46="Draw")*1))


    there are spaces also after the wolves thus trim is used to override that and for wolves score will be 7 not 10 in your sheet

  5. #5
    Forum Contributor
    Join Date
    04-06-2017
    Location
    Wolverhampton
    MS-Off Ver
    Office 365
    Posts
    480

    Re: Accumlated points total (looking at text)

    i must be doing something totally stupid, as i cant get this to work

  6. #6
    Forum Contributor
    Join Date
    03-28-2018
    Location
    Houston, TX
    MS-Off Ver
    Microsoft Office Professional Plus 2016
    Posts
    127

    Re: Accumlated points total (looking at text)

    I've opened up your workbook to try and figure out what you are after here, but it's not completely making sense. I feel like your original explanation above is only clouding the issue. In your workbook, cell AS12, you have a comment that the correct score should be 15 points. Why is that? The prediction is 3 goals out for both the home and away team, so it would make sense that the score is 9 (15-3-3). If it should be 15, please explain why. A better explanation of the scoring calculations and a couple of clear examples would be very helpful. Then, I can help you get the result you want. Thanks!

+ 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. Replies: 1
    Last Post: 02-26-2017, 08:34 PM
  2. Cannot work out points total of Store
    By chrisellis250 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-04-2016, 09:41 AM
  3. I need help to calculate weighted total points?
    By mixhi4ever in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-24-2014, 01:56 AM
  4. comparing to base and deducting points from a total
    By Jo-Anne in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-09-2013, 02:30 PM
  5. calculating points total, with formula to look above for closest item name
    By david1987 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-21-2012, 10:39 AM
  6. Total Points
    By saspinall in forum Excel General
    Replies: 4
    Last Post: 11-13-2010, 12:20 PM
  7. Total points
    By 9khonnei in forum Excel General
    Replies: 7
    Last Post: 09-26-2009, 09:14 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