+ Reply to Thread
Page 2 of 4 FirstFirst 2
Results 201 to 400 of 740

help with Bankroll stats from different sheets to be calculated

  1. #201
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    mate, I am trying to set the start and end time, just have a question as i am having an issue
    can this format be enter in start 10/28/2023 11:10:00 AM and for end time a different format.
    this one Nov 29, 10:49 would it be a way to make it work as i get #value! erros, this is the reason why
    In pokerstake when i stake the format is this one
    Nov 08, 2023 19:10
    and when tounament finished i get it from the gg poker client since pokertake don't show end time. and the format from gg is this one Nov 29, 10:49

  2. #202
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    i can't figure out a solution unless you think is best to just make column D in pokestake the actual date like this
    Oct 28 23 (Sat)
    hope you have a better idea i don't want to re modify the date time section, hope its possible to the 2 different formats, i am stuck on that

  3. #203
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    What you are describing as an end time sounds like a text entry, which Excel will not be able to use in a calculation.
    If you can attach a sample file showing the start and end times then there might be a work around, but I would not get my hopes up.
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  4. #204
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    oh okay cool thanks mate will upload i input in row 8 in pokerstake sheet start 10/3/2023 11:30:00 AM end time Nov 29, 19:06
    Last edited by west123; 11-29-2023 at 11:12 PM.

  5. #205
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Added another column End Time 2 (AV) which can be populated using: =SUM(DATE(2023,MATCH(LEFT([@[End Time]],3),Info!AE$2:AE$13,0),MID([@[End Time]],5,2)),RIGHT([@[End Time]],5))
    Hours column (I) can be populated using: =MOD([@[End Time 2]]-[@Start],1)

  6. #206
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, will see how it works
    nice i will try to make the changes in the latest workbook
    Last edited by west123; 11-29-2023 at 11:50 PM.

  7. #207
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can i just copy the whole sheet into the latest workbook as i have made many changes, not affecting any formulas ?

  8. #208
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    this is the most up to date file i added the start end time

    mate, this is the most up to date file
    Last edited by west123; 11-30-2023 at 01:03 AM.

  9. #209
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Here is the file with the formula from post #205 pasted back into cell AV8.
    Also there is a list of months in cells AE2:AE13 on the Info sheet.

  10. #210
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you will try to update latest file in post #208 once i catch up ill re-upload

    about to upload,

    YOu think we can use the index column in pokerstake sheet to replace #sess? it keeps skipping ss.png
    can we get the More ressults formulas, would like to check what neeed to be done in poketstake after that and separate file from the whole workbook
    Last edited by west123; 11-30-2023 at 01:23 PM.

  11. #211
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    please tell me if there is a way to enter amt. manually in cost+fee to make adjustment in pokserstake, i don't want before file gets huge and i loose track of corrections

  12. #212
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Formula in the #sess column can be changed to: =SUM(INDEX(tbl_PokerStake[[#All],['# Sess]],ROW()-6),1)
    Index column can be deleted by right clicking a cell in the column and select Delete > Table Columns
    Manually type some amount, without the dollar sign, into cell N279.
    Note that cell N279 will display the green triangle in the top left corner but it doesn't mean anything. In a previous post in this thread is a link to an article stating how to remove the triangle if it bothers you.
    Select cell AU279 and press the Tab key.
    Cell N280 should have the correct formula i.e. IF([@Tournaments]="","",ROUND([@Share]*[@[%*MU]],2))

  13. #213
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you so much, i will do the above steps, i saw the article you sent me i know how to disable not to show any, but my concern is that by doing that when there is True erros to be fixed then it won't detect because is been disable. i really would like it to be free of agreen arrows but not by ignoring or by disable the error checking rules

  14. #214
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can we exclude the deposits and maybe

  15. #215
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can we have this section in Don SnG preset to produce 22.png

  16. #216
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Do you mean that you want deposits excluded from the #sess count?
    By preset, do you mean you want to fill those columns with dropdowns?
    Please attach the most recent version of the workbook.

  17. #217
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    yes please want only # sess count, by preset i would like the column N to produce the 3 for when choosing the game in column game
    example i pick spin & go from dropdown in m31 and to produce the 3 in n31 and the site will upload

    note: that i have a:d columns hide in pokerstake cash maybe bankroll
    Last edited by west123; 11-30-2023 at 08:32 PM.

  18. #218
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    For the #sess column: =COUNTIFS(INDEX([Tournaments],1):[@Tournaments],"<>")
    #sess column is conditionally formatted: =H7="" (font = black)
    For the entrants column: =IF(OR(M30="Spin & Go ",M30="Flash Hold'em ",M30="Jackpots",M30="SPINS Overdrive"),3,"")

  19. #219
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, the Don sng it produces correct the entrants but not the site
    Last edited by west123; 11-30-2023 at 09:38 PM.

  20. #220
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    We need a fuller explanation of what is expected.

  21. #221
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    okay to show the site is always going to be the same session 2 pokerstars session 3 pokerstars, sesion 5 ACR, and session 6 partypoker

    image upload not working i think
    can you make pokerstake sheet regroup as is getting long
    Last edited by west123; 11-30-2023 at 10:50 PM.

  22. #222
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    graphs driving me insane, break time break

  23. #223
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I don't see anything that says session on the DoN SnG sheet. However, if you want Site to be decided by Entrants: =IF(OR([@Entrants]=2,[@Entrants]=3),"PokerStars",IF([@Entrants]=5,"ARC",IF([@Entrants]=6,"partypoker","")))
    I don't know what is meant by "can you make pokerstake sheet regroup".

  24. #224
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, by regroup i would like to regroup by date

  25. #225
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    The tbl_PokerStake table is already sorted by start date.
    Grouping is a feature of pivot tables not Excel tables.
    If you are looking for a fast way to get to the last row press the Ctrl and down arrow keys.

  26. #226
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    i wanted something like this to have ability to collapse and expand boxx.png

  27. #227
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    =IF(OR([@Entrants]=2,[@Entrants]=3),"PokerStars",IF([@Entrants]=5,"ARC",IF([@Entrants]=6,"partypoker","")))
    can you adjust this formula to produce by entrants the following sites, example
    Spin&Gold 3-6 max
    pokerstar 3-8 max

  28. #228
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Select the sort/filter button at the right side of cell E6.

  29. #229
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    yes thats where i got the picture from E6 but the format from october down with the + i would like
    all stakes for date 28 to be like that 28 tournaments for 28 -/+ then the 29 where i can expant or collapse in the list to produce that way

  30. #230
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    That will produce a circular reference if the Site column is supposed to be populated from the value in the Entrants column and now you want the Entrants column to be populated based on the Site.
    If this isn't what you want, then please start over with the explanation as I am lost as a goose.

  31. #231
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    no is correct the one populating 3 from game, but I would like the other formula to produce maybe i was thinking in Category like that i just enter amt. of entrants since i don't know how many players it would be i just input the number and decides the site. 3-6 spin & Gold and 3-8 max pokerstar

    its like a draw from either them 3-6 or 3-8 that the system will random pick of how many players it would be in spin and gos

  32. #232
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I am trying to fixed the largest wins in don sng but we don't have cashes column was trying to use profit, but formula from original don sng has this formula in profit can we clone it to use in don sng column S
    =vlookup(E12,Worksheet!$A$6:$B$17,2)*F12-H12*E12
    clone.png

  33. #233
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    On the DoN SnG sheet try pasting the following into cell X2 and then drag the fill handle down to cell W26: =IFERROR(AGGREGATE(14,6,tbl_DonSnG[Profit/Loss]/(tbl_DonSnG[Profit/Loss]<>""),ROWS(W$2:W2)),"")
    Select cell W27 and press the Alt and = keys and then press the Enter key.

  34. #234
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you but not sure whats going on these is coming up 1243 s33.png
    change to this =SUM(W2:W26) but i get the #num!

  35. #235
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I would like to get the categories figure out so it can displayed the name in largest wins as it shows #Ref! in column y333.png

  36. #236
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    In Y2 and down: =IF(W2="","",INDEX(tbl_DonSnG[Category],AGGREGATE(15,6,(ROW(tbl_DonSnG[Category])-ROW(tbl_DonSnG[#Headers]))/(tbl_DonSnG[Profit/Loss]=W2),COUNTIFS(W$2:W2,W2))))

  37. #237
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, wait for a few minutes please till i do applied this formula and reupload latest file since i organize the catagories and remove some things change a bit not affecting formulas i think will try to just adjust the column name of this formula thank you, never mindd you beat me to the punch
    Last edited by west123; 12-01-2023 at 07:39 PM.

  38. #238
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    okay i added column for site to show results for spins separate to sng
    from session #1 I organize the corresponding site category game column and entrants for sit & gos it varies entrants could be from
    8, 18, 24, 36, 18-45 latest file
    Last edited by west123; 12-01-2023 at 08:11 PM.

  39. #239
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I am still flying blind as to what you want done.
    I put formulas in columns AB and AD but not at all sure that is what is wanted.

  40. #240
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    you surprise me everytime mate, never heard that one before, nice one still flying blind lol nice. will look and see thank you. and i ain't sandbaggin you you said how you know MOD lol i remember that

  41. #241
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    okay in column ab i want the largest wins for spin and gos to show the site and on column ad to show site for sit & gos only 2 different type of tournaments like tournaments & cash see in this picture we have both tournaments and cashAttachment 851268

    I rename sng to Sit & Gos maybe thats why you think is the same game my badtour.png
    Last edited by west123; 12-01-2023 at 11:20 PM.

  42. #242
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    For spins: =IFERROR(AGGREGATE(14,6,tbl_DonSnG[Profit/Loss]/(tbl_DonSnG[Profit/Loss]<>"")/(tbl_DonSnG[Game]<>"Sit & Go"),ROWS(AA$2:AA2)),"")
    For sit & go: =IFERROR(AGGREGATE(14,6,tbl_DonSnG[Profit/Loss]/(tbl_DonSnG[Profit/Loss]<>"")/(tbl_DonSnG[Game]="Sit & Go"),ROWS(AA$2:AA2)),"")

  43. #243
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    good morning, thank you working as it should, can we do the categories?

  44. #244
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    have a question, all last night took me to figure this =(O28+P28)-(V28) for u28 column in don, could there be a better formula for sit and gos, as this one with out the other one to stop working
    the spins formula is using this formula =VLOOKUP(N27,Info!$L$45:$M$56,2)*Q27-T27*N27
    but for sit and gos can the other be set for when sit & go is pick
    Last edited by west123; 12-02-2023 at 11:17 AM.

  45. #245
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    trying to fix the categories trying to put 2 and 2 together using formula from spins coloum b in don to use in played for categories not sur if this formula i made is good for that
    =COUNT(SUMIFS(tbl_DonSnG[Category],tbl_DonSnG[Site],A17)) don't think is right is not adding up please help with all categories stats
    Last edited by west123; 12-02-2023 at 12:24 PM.

  46. #246
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Try the following in cells U22 and down on the DoN SnG sheet: =IF(L22="Sit & Go",(O22+P22)-(V22),VLOOKUP(N22,Info!$L$45:$M$56,2)*Q22-T22*N22)
    Played: =COUNTIFS(tbl_DonSnG[Category],V4)

  47. #247
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you i will go head and work on fixing the played for all categories ty

  48. #248
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    fantastic you you nailed it
    don't want you flying blind
    working on played
    Last edited by west123; 12-02-2023 at 12:55 PM.

  49. #249
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    could there be a formula for the 3 to 6 to decide the category spin & gold & site GG when typing 3 or 6
    the same for 3 to 8 to decide the catergory spin & go max & site pokerstars
    and for the sit & go to decide only the category when sit & go is choosen

  50. #250
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can you give me the Formulas for these 2 sections so i can revise the rest66.png

  51. #251
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I filled in all categories by copying and pasting the formulas from the spin & gold section, but I encourage you to look at the formulas and to check that the formulas are working as expected.
    In the spin & gold section, formula for ITM%, I am just guessing that what was called cashes on the Cash sheet is the same as profit/loss on the DoN SnG sheet.
    For the Acr Sit & Go section is that supposed to be combining the site and category names or will there later be a category named Acr Sit & Go?

  52. #252
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, i will see all changes to give you a more accurate answer
    yes is the same cashes/profit/loss on the don sng sheet, i will check the numbers and %
    for the acr great questions sorry i din't mention that Jackpots is the spin & gos a bit of different name in column L:m acr/jackpots for spin & go
    Last edited by west123; 12-02-2023 at 02:10 PM.

  53. #253
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    after checking i see that the count for games plyaed its only counting game in catergory, but not the actual games from wins and loses columns

  54. #254
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Fixed using: =SUM(SUMIFS(tbl_DonSnG[Wins],tbl_DonSnG[Category],V4),SUMIFS(tbl_DonSnG[Loses],tbl_DonSnG[Category],V4))

  55. #255
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you will make the corrections is it possible to to the 3 to 6 and 3 to 8
    from post# 249
    would the formula for the sit & Go be the same as spin & Go
    =SUM(SUMIFS(tbl_DonSnG[Wins],tbl_DonSnG[Category],N12),SUMIFS(tbl_DonSnG[Loses],tbl_DonSnG[Category],N12))
    Last edited by west123; 12-02-2023 at 03:13 PM.

  56. #256
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Paste the following into cell M22 and copy down: =IF(OR(L22="Spin & Go ",L22="Flash Hold'em ",L22="Jackpots",L22="SPINS Overdrive"),3,IF(L22="Spin & Gold ","3 to 6",IF(L22="Max Hold'em","3 to 8","")))
    The formula listed in post #255 is already in the file attached to post #254 under the SPINS Overdrive section.
    There are three sit & go sections. Will there be category names that include GG, pokerstars and partypolker?

  57. #257
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, i will check all changes, for question on the 3 sections for sit & go i would like the category to be sit & go and maybe just have the site name with a header name of sit & gossit.png like that maybe
    Last edited by west123; 12-02-2023 at 05:37 PM.

  58. #258
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    here is the layout for sit & gomm.png
    Last edited by west123; 12-02-2023 at 05:54 PM.

  59. #259
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can we revised formula for 3 to 6, 3 to 8
    =IF(OR(L22="Spin & Go ",L22="Flash Hold'em ",L22="Jackpots",L22="SPINS Overdrive"),3,IF(L22="Spin & Gold ","3 to 6",IF(L22="Max Hold'em","3 to 8","")))
    okay i don't think i explain myself correct, what i want it to do is to enter amount in entrants column from 3, 4, 5, 6 depending what the system draw generates if the draw is 4 players to decide the game Spin & gold, and if possible to decide the site GG
    same for 3 to 8
    3, 4, 5, 6, 7, 8 draw is 6 produce game Maxxx Hold'em and pokerstars and it will be all set once i input the # of entrants
    Last edited by west123; 12-02-2023 at 06:55 PM.

  60. #260
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Formulas for the Sit & Go are applied.
    Still don't understand the last part.

  61. #261
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    which last part about the 3 to 6 and 3 to 8?

  62. #262
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    nice thank you.

    for 3 to 6 i want to input the # of entrants in entrants columns if i choose gg and pokerstars the sites with 3 to 6 and 3 to 8
    GG spin & gold when i enter the amt. of entrants from 3 to 6 let say 5 is the draw of players i put in 5 in entrats column and that decides the category spin & gold
    same for spin & go max for 3 to 8 players
    Last edited by west123; 12-02-2023 at 07:42 PM.

  63. #263
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can the sit & go produce in category when choosing to play that game

  64. #264
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Are the number of entrants going to be manually placed into the cells in column M or are they going to be based on the game in column L?

  65. #265
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    manually enter in column M

  66. #266
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Should we assume that the games in column L will be entered using data validation as in the file attached to post #259?

  67. #267
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    not sure i understand that correctly

  68. #268
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    In the file attached to post #259 cells L25:L38 each have drop downs which are linked to =Info!$V$2:$V$8 by data validation.

  69. #269
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    yes they will be enter via validation from column L

  70. #270
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Do you have a list of which sites and categories correspond to which games?

  71. #271
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    yes is already set in the don sng sheet
    gg spin & Gold
    pokerstars spin & go spin & go flash and psin & go max
    party poker spins overddrive
    acr jackpots
    888poker i don't have

  72. #272
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I don't see any lists on the DoN SnG sheet so I used what is already in columns H, I and L to make lists in columns AQ:AS
    Populated the Site column using: =INDEX(AR$2:AR$7,MATCH([@Game],AQ$2:AQ$7,0))
    Populated the category column using: =INDEX(AS$2:AS$7,MATCH([@Game],AQ$2:AQ$7,0))
    Recommend that you add any other games, sites and categories in columns AQ:AS.
    Recommend that you delete the formula from the Entrants column and fill that manually.
    Have a blessed night.

  73. #273
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you so much, i will see all changes, you have a blessed night as well

  74. #274
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    mate, can we get fixed the formulas for request in post #200 in pokerstake
    this is the latest file
    i would like the total: to be consistent from the beginning of the year, and show either profit or loss above the heading
    if you see file in post#200 i input all the full year in pokerstake to reflect on more results i din't copy paste in this file because when i do it it show Ref# in columns e and f because we modify the start and end time, but not in file in post 200 it dosen't show ref# because still has the old fime format.

    i attached file here from post #200
    Last edited by west123; 12-03-2023 at 12:46 AM.

  75. #275
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Remove the #REF from formula in cell C2 so that it reads: =SUM(C5:C35)
    All the rest of the totals should then display.

  76. #276
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you would it be the same for tournaments results? how about for totaL in R1 what would formula be ? =aj2 ?
    Last edited by west123; 12-04-2023 at 11:51 AM.

  77. #277
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Can i get the formula for Largest Cash Wins in bankrolljj.jpg

  78. #278
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    The formula in cell AD2 is not correct, change to read: =SUM(AD5:AD35,AA2)
    For cell R1: =AJ2
    Don't see a corresponding Totals row on the Results sheet, please upload the latest file with next post.
    Largest cash wins: =IFERROR(LARGE(tbl_Cash[Profit],ROWS(AH$2:AH2)),"")

  79. #279
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    it was the total profit: =J2 i made all changes, latest file

    can we adjust the bankroll challenge section in don sNg ban.jpg

    i also get error#n/a for sit & go row 38 sit and gos are going to be from all sites not sure how to update that aQ:as columns
    Last edited by west123; 12-04-2023 at 02:21 PM.

  80. #280
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Need to define Cashes as there is no column on the DoN SnG sheet.
    Rest done, I think.

  81. #281
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, but im not sure exactly what i need to do, do i create column with name cashes?
    for site category not sure what i need to do for #n/a to be fixed when choosing sit & go since sit & go would be all sites except GG since they don't run sit & Gos

    not sure what is the formulas for H22 & i22 are for also winrate column show #N/A
    Last edited by west123; 12-04-2023 at 05:39 PM.

  82. #282
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I found a glitch in column U which hope there is a fix for,

  83. #283
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    in row 29, shows #n/a when sit & Go picked
    i try these
    =INDEX(AR$2:AR$8,MATCH([@Game],AR$2:AR$8,0))
    =INDEX(H$23:H$50,MATCH([@Site],AQ$2:AQ$8,0))
    and other things i can fixed it
    Last edited by west123; 12-04-2023 at 06:30 PM.

  84. #284
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    "do i create column with name cashes?" > Don't have to, but we do need to know how you would manually calculate cell H9.
    "when choosing sit & go since sit & go would be all sites except GG since they don't run sit & Gos" > may have to fill those in manually or designate each sit & go as in ps sit & go for Pokerstars sit & go.
    "I found a glitch in column U which hope there is a fix for" > Which cells and what do you expect to see in them?

  85. #285
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    h9, would come from profit/loss column if is positive that would be the cashes like for row 23 u23 cell would be 8.40 cashes
    I can input the site name manually can you set it that way since now is showing #n/a
    no longer glitch i think is working fine except the #n/a will upload

  86. #286
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Fixed H6:H11 again.
    Cashes: =SUMIFS(tbl_DonSnG[Profit/Loss],tbl_DonSnG[Profit/Loss],">0")
    Category: =INDEX(tbl_GameSiteCategory[Category],AGGREGATE(15,6,(ROW(tbl_GameSiteCategory[Game])-ROW(tbl_GameSiteCategory[#Headers]))/(tbl_GameSiteCategory[Game]=[@Game])/(tbl_GameSiteCategory[Site]=[@Site]),1))
    You need to put actual categories in cells AS8:AS11
    H29 and H38 are manually entered.

  87. #287
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I would like to finished the stats left starting from bankroll sheet finish positions single table and winning % which will also complete Dons sng as we need single table SNG
    finish.jpg
    you can see the original file as sample if needed
    Last edited by west123; 12-04-2023 at 09:52 PM.

  88. #288
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    The formula from the results file would translate into:
    For count: =SUMPRODUCT((tbl_Tournaments[Rank]=ROWS(AC$11:AC11))*(ISNUMBER(MATCH(tbl_Tournaments[Entrants],{9,10},0))))
    For average: =IFERROR(AC11/SUMPRODUCT(--ISNUMBER(MATCH(tbl_Tournaments[Entrants],{9,10},0))),0)
    Note that the formulas only count/average those games where there are either 9 or 10 entrants as per the results file.

  89. #289
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Thank you, would it be the same for don sng?
    Last edited by west123; 12-05-2023 at 10:43 AM.

  90. #290
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Yes, although the table name will be different and the DoN SnG sheet does not have a 'Rank' column.

  91. #291
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    okay i will do that the Don sng sheet has a place which i cana rename to rank maybe that works?
    how can we correct the #N/A in row 7 and 16 in don sheet?west.jpg


    i reaname column now it shows like that
    Last edited by west123; 12-05-2023 at 11:01 AM.

  92. #292
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    will brb will finished waking up with some nice coffee, my brain didn't feel good after getting up, its just horrible for what happen to me im not even that old not even over 45 for this to happen most of my life active not over weight that sucks really brb ty

  93. #293
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    If you mean H29:I29 and H38:I38 then look back at post #286.
    The file attached to that post has a table in columns AQ:AS.
    You need to put actual categories in cells AS8:AS11 as stated in that post.

  94. #294
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    IM sorry i stay behind on tha post not sure how i miss it, i am adding the categories
    can i just copy the table to the latest file
    Last edited by west123; 12-05-2023 at 11:51 AM.

  95. #295
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    not sure if i can use the same name category sit & Go as it shows here, if it would return trouble with fomula and sitescat.jpg
    Last edited by west123; 12-05-2023 at 12:02 PM.

  96. #296
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I think is working, just want to make sure that if for sit & gos i have to manually enter the site?
    because when i do I column returns #Num! here you can see how it work in the latest file
    im in a battle with the file right now give me few minutes trying to put the puzzle together from file in post#286 and file in post# 288
    Last edited by west123; 12-05-2023 at 12:19 PM.

  97. #297
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can we continued with other stats
    okay this is the latest file i have question about column H and entering the site manually for sit & go, not sure if thats the best way to have it set up or if there is a better way without having the formula deleted when entering the site for the sit and go?
    or you think it was best to start with site with a dropdown list rather than in the game? not sure your the expeert not sure if there is a workaround that
    Last edited by west123; 12-05-2023 at 01:45 PM.

  98. #298
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Removed extra space from Blast in cell V9 on Info sheet
    Again applied formula to Site column: =INDEX(tbl_GameSiteCategory[Site],MATCH([@Game],tbl_GameSiteCategory[Game],0))
    Category: =INDEX(tbl_GameSiteCategory[Category],MATCH([@Game],tbl_GameSiteCategory[Game],0))
    The above formulas use structured references so they will adjust as items are added to tbl_GameSiteCategory.
    Looking at tbl_GameSiteCategory it seems that if the game is sit & go that the site will also be sit & go, so I think leaving the drop down in the game column will work.

  99. #299
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, for sit & go do i manually enter the site? because after picking sit & go from the game column L pokerstars shows in site?
    but when entering lets say 888poker in row 38 it deletes the formula in site column

    can you advice as how to fixed the bankroll callenge sections don't know what to do i know you said to define the name but how do i go about tha or what would be the best to do, as i think thats causing the #n/a on column winrate
    Last edited by west123; 12-05-2023 at 03:26 PM.

  100. #300
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    It only overwrote the formula in cell H38. If you add another row to the table you'll see that the formula is in cell H39.
    It seems like the win rate column should have a formula like: =[@Wins]/SUM(tbl_DonSnG[@[Wins]:[Loses]])

  101. #301
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    your really good at this i love it you know so much of these fomulas thank you

  102. #302
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    after testing column s and u in don comparing to Results_file only stat that don't match is row 10 for sng 5-9 you can see in the picturemm.png

    the last one one show 8% in don and in results 38%
    its because in don is only counting 1 and in results 5
    if you can see cell x29 shows 0.00% not sure if something can be done since i input this formula
    =[@Wins]/SUM(tbl_DonSnG[@[Wins]:[Loses]])
    Last edited by west123; 12-05-2023 at 06:40 PM.

  103. #303
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    as much as i try to fixed the start and end Time i can't figure it out so complicated, i copy the exact formulas from pokerstake check the format, change remove ) add [[ add 2 take 1) which them in so many way and things don't work remove duration to check if it was causing trouble, even check for spaces add and remove and nada, I don't know what all that means zero knowledge about , ( ] ,2 -1

  104. #304
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    For cell T10 on the DoN SnG sheet: =SUMPRODUCT((tbl_DonSnG[Rank]>=ROWS(T$11:T15))*(ISNUMBER(MATCH(tbl_DonSnG[Entrants],{9,10},0))))
    What should be in cell X29 on the DoN SnG sheet? I would assume that since there is a prize in cell P29 that there should be a win (at least) in cell Q29.
    Please specify the sheet to which you are referring in post #303.

  105. #305
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    its working now but when you click on the bar where the cell is you you see the red square going down seems
    Attached Images Attached Images
    Last edited by west123; 12-05-2023 at 08:23 PM.

  106. #306
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    in x29 shoould be the winrate %

  107. #307
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    mate, I added satellites to don sheet it would be better to track that having to mix with the tournaments. i also added satellites tickets won: in cell s11 to count ticket won every time 1 is enter in column Rank you can see in this file. also notice that when a new row is added site show 1/0/1900 can that be blank instead ?

  108. #308
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    x29 shoould be the winrate %
    Which is the number of wins divided by the sum of wins and losses. There are no wins recorded in cell Q29 so X29 displays 0.00%. However, cell P29 displays a $1000 prize so it seems to me that at least one win should have been displayed in cell Q29.
    I changed the formatting in the Site column to: General;;
    Cell U11: =COUNTIFS(tbl_DonSnG[Game],"Satellites",tbl_DonSnG[Rank],1)

  109. #309
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    your the besttttttttt of the west thank you can we get the sng head-up win % and can you advice on what i need to to to get the bankroll callenge stats todays buyins todays cashes all in column h ? i also see formula in h6 has the yuanconv which we won't need here mabye it won't cause trouble later

  110. #310
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    have a question? since i added the satellites how can that be set to work as sit & go without makig other formulas stop working as they are now
    when i add the prize of 115 it shows 5 in profit/loss
    Last edited by west123; 12-05-2023 at 09:55 PM.

  111. #311
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I am going over all stats and comparing with Don original file but im having trouble with these formula
    =rounddown(G10/F7) to put in R50 in don sng info sheet

  112. #312
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Mate, can you help with the highlighted sections in don sng to original file i did as much to match and toubleshoot how categories work, fixed many little issues and arrange names I couldn't figure out the sit & Go sections as my eyes feel tire when my vision starts going blurry must stop. I would like to add the satellites to work same as sit & gos, i have to use the link to the original don file since when i download it gets corrupted or formulas stop working so i made copy and save to my drive as I was comparing with the workbook stats
    this is the link to the Don original file from my google drive.
    https://docs.google.com/spreadsheets...it?usp=sharing
    Session 17 would be the Satellites
    Last edited by west123; 12-06-2023 at 01:08 AM.

  113. #313
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    L5:L11 and N5:N11 sections are now working.
    Note that I had already rewritten the formulas for Sit & Go in an earlier post, please be careful to keep them.
    I didn't see any expected result for SNG Head-Up Win % so I didn't attempt to guess at what that should be.

  114. #314
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    nice thank you, I was trying to fixed the sit n go thank you same me some brain for later.
    can we get the satellites formula so i can test
    for the sng we not going to be able to write fomula correct? because of multiple rank finish? unless only 1 is play in each row?

  115. #315
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    only this section from original don and workbook not matching after adding wins tables add in don
    and in workbook stays at 2 ee.jpg
    https://docs.google.com/spreadsheets...usp=drive_link
    Last edited by west123; 12-06-2023 at 01:24 PM.

  116. #316
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    why did you highlight these sections can i delete all or leave 1 to get stats?
    stats.jpg
    like this sit & go still gives results ? kkk.jpg
    Last edited by west123; 12-06-2023 at 01:38 PM.

  117. #317
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can these be deleted too? Screenshot.jpg

    Okay i see they connected to the tablegamesite after doing a trace just don't like how they show right infront
    Last edited by west123; 12-06-2023 at 04:52 PM.

  118. #318
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Cell R50 on the Info sheet should be: =ROUNDDOWN(R49/Q46,0)
    I had highlighted cells AQ9:AQ11 and AS9:AS11 because most of them had been changed from Sit & Go to Sit n Go which isn't the designation on cell P12 so it was hampering the calculations. You could delete AQ9:AS10 as you'll have to manually input categories.
    You can delete the formulas in cells H22:I22.

  119. #319
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, when i delete aq9 like it shows in post #316 picture bottom picture i get #n/a on category column i Attachment 851772ll.jpg

  120. #320
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can you please fixed the satellite to be the same as sin & go

  121. #321
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Deleted the tbl_GameSiteCategory rows that had Sit & Go in the game column and blanks in the site column.
    Assuming that you mean fix a satellite section to be like P12:Y20, where are you planning to put it?

  122. #322
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, Okay i witch blast sit & go down and satellites up since 888poker don't have spin & go only sit & go which is the same as spin and go they for some how name blast sin & go but are actually spinssat.jpg
    i didn't detele th sit & go it remains like this Screenshot 2023-12-06 192506.jpg otherwise give error if i delete

    please fixed the tournament sheet column G for hours to be same as pokerstake i can't fix it
    Last edited by west123; 12-07-2023 at 12:23 AM.

  123. #323
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Looks like everything is good with satellites and blast sit & go, but would be easier to say if there was an updated file.
    Leave that row. You'll have to manually fill in the site if it is other than Acr.
    As for getting hours (G) to work on the Tournaments sheet it is now set up same as PokerStake sheet so that you can put dates like Nov 29, 15:40 in column F.
    Last edited by JeteMc; 12-07-2023 at 08:47 AM.

  124. #324
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you mate,after testing and comparing formula for si n go & satellites seems exact the same but only giving out different amt. in profilt/loss column in Sess 16 i input buyIn of 15 and prize of 75 sit n go returnes 60 in u column but satellite only 5 dollars
    i do see it show "sit & go" on both i try changing name in formula to "satellite"

    okay i fixed it is " satellites"
    it shouldn't be no trouble right with sit & go and satellites

    only issue i see not is when adding a new row and changing from sit & go to satellite the formula remain the name sit & go ? in the formula
    and column AA stops producing and tournaments sheet column G showing #n/A
    Last edited by west123; 12-07-2023 at 10:30 AM.

  125. #325
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Please upload the file.

  126. #326
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    file satellites and sit n go

  127. #327
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I think that this addresses the issues from post #324 that are on the DoN SnG sheet.
    As to column G on the Tournaments sheet, once you put in date and time in column F (as in cell F8) then the #N/A's should resolve.

  128. #328
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, after doing some test only thing i see is #n/a on column y and z row 39 in don and #N/a on tournaments can we get that adjusted?
    Last edited by west123; 12-07-2023 at 02:22 PM.

  129. #329
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    $/game: =IF([@['# Tables]]="","",SUM(INDEX(tbl_DonSnG[[#All],[Profit/Loss]],ROW()-20):[@[Profit/Loss]])/SUM(INDEX(tbl_DonSnG[[#All],['# Tables]],ROW()-20):[@['# Tables]]))
    $/hr: =IF([@Length]="","",SUM(INDEX(tbl_DonSnG[[#All],[Profit/Loss]],ROW()-20):[@[Profit/Loss]])/(SUM(INDEX(tbl_DonSnG[[#All],[Length]],ROW()-20):[@Length])*24))
    As I have said twice, if you put dates in column F then column G will resolve.

  130. #330
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you so much will test things out, im sorry if i missed that about the date ill be more pro-active

  131. #331
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can i delete the formula in U22 that shows #N/A ?

  132. #332
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I Think only thing left is this and the satellite tickets won: cell u 11bankroll.jpg

  133. #333
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    not sure why all todays profit seem to show error in DOn #n/a in bankroll #REF! and Stake bankroll #Ref! ho do i correct all
    i try on don sng to changing catergory to site for todays profit will leave as is as is not working
    Last edited by west123; 12-07-2023 at 06:03 PM.

  134. #334
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Yes, you can delete the formula in cell U22.
    U11: =SUMIFS(tbl_DonSnG[Wins],tbl_DonSnG[Category],X4)
    Today's profit formulas are corrected.

  135. #335
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you will see changes, sorry was having computer issues after power lost

  136. #336
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you thank you everything looking good you cracked the Don sheet

  137. #337
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    only thing left in the Don i think is the stats under bankroll challenge

  138. #338
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    mate, can you please convert these formula to the one below this one
    =IF(OR([@Game]="satellites",[@Game]="Sit & Go"),([@[ball Matched]]+[@Prize])-([@[Total BuyIn]]),VLOOKUP([@BuyIn],Info!$L$45:$M$56,2)*[@Wins]-[@['# Tables]]*[@BuyIn])
    the obove to be the bottom formula
    =IF(V25="Sit & Go",(X25+Q25)-(Q25),T25-Q25*U25)

    disregard these one mate, i will use this one =IF(V25="Sit & Go",(X25+Q25)-(Q25),T25-Q25*U25)
    Last edited by west123; 12-08-2023 at 12:08 AM.

  139. #339
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    only thing left in the Don i think is the stats under bankroll challenge and SnG head-up win % maybe

  140. #340
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    If you use =IF(V25="Sit & Go",(X25+Q25)-(Q25),T25-Q25*U25) then I feel that at some point it will not copy to the new rows or will misnumber when rows are deleted.
    I believe that the Bankroll challenge formulas are now correct.
    You need to tell us what SnG head-up win % means.

  141. #341
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Thank you will see new changes,
    Heads-up winning % means the times I win when I am going heads up with the last player remaning one on one

  142. #342
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Describe in words how you would calculate that from the data on the DoN SnG sheet.
    What is the expected result?

  143. #343
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    okay the best it's if we are 10 players 3rd player out it would be the bubble so when its heads up it would only be 2 players me and the opponent if i win thats a heads up win %

    these formula is use in the head-up wwin % in the original results workbook
    =(SUMPRODUCT(--(Bankroll!N15:N6000=1),--(Bankroll!J15:J6000<>"")))/((SUMPRODUCT(--(Bankroll!N15:N6000=1),--(Bankroll!J15:J6000<>"")))+(SUMPRODUCT(--(Bankroll!N15:N6000=2),--(Bankroll!J15:J6000<>""))))
    Attached Files Attached Files
    Last edited by west123; 12-08-2023 at 12:39 PM.

  144. #344
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    i really thought we fixe the workook in pokerstake and tournament sheet to not displayed final table once the entrants was set do you remember that?


    wow nice easy and fast found it
    =IF(OR([@Rank]="",[@Entrants]="",[@Entrants]<10),"",1) will adjust
    Last edited by west123; 12-08-2023 at 12:45 PM.

  145. #345
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Based on the formula in post #343 paste the following into cell U5:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

  146. #346
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, seem correct.
    can we get the *FiNISHES* & pivot table in bankroll & stake banrkboll running?

    or would you like to finished these section instead in cash

    i am correcting as much as i can in cash

    I think in cash only section to do is the Important info to match exact as cash CGinfo.jpg
    https://docs.google.com/spreadsheets...it?usp=sharing

    this is the latest file, i update the column x on touanemtnes sheet and column x in pokerstake for $/hr with formula from don
    =SUM($I$12:I12)/(SUM($K$12:K12)*24)
    can you adjust to either show negative or positive base on the result x8 should be -1.02
    Last edited by west123; 12-08-2023 at 04:54 PM.

  147. #347
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I added a bonus on stakebankroll and rakeback on bankroll
    can we have them show as per transaction in tournaments sheet? now it shows as deposit
    same for pokerstake sheet
    Last edited by west123; 12-08-2023 at 06:45 PM.

  148. #348
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Changed what I could.
    Reworked Finishes on the Bankroll sheet, don't see any on the Stake Bankroll sheet.
    Guessed at formula for "Cash session win rate %:" based on partial formula left in cell R12
    Don't see a corresponding formula for cell R13 in the google document.
    In the Important info section the six cells that are still green correspond to cells in the google document that just show "loading" so I would need to know how those cells would be manually calculated.
    Cell U11 was manually filled in the google document.
    Formula in the $/hr column on the DoN sheet was clearly not correct. Have populated those columns but don't know how cell X8 could be -1.02
    Pivot tables don't seem to reference the correct data. When I tried to refresh got an error message saying that the merged cells (VBA buttons ?) beneath the pivot table on the Stake Bankroll sheet would have to be moved.

  149. #349
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, no finishes for stake bankroll don't think is neeeded r13 its not in gogle sheet correct will look in the file where it is.
    about the google document not sure where you seeing "loading" I don't see that anywehre you mean the green that i highlighted show loading on your end? yes u11 its actually where you update your stack of chips occasionally and when you reach the amt. in bankroll rules it woould highlight cell n9 and show Yes once the % is reach see detail in pictureyes.jpg
    maybe there where loading comes up becasue when i update chips in play it show word loading

    Note: this is regarding chips in play
    New In Version 1.2.1
    Just changed the In Play data to show the goal before you must leave and how many chips to reach it

    New In Version 1.2
    Better When To Leave suggestion that includes chips in play
    BB/100 was set for Big Blinds/100 (bb/100) not Big Bets/100 (BB/100) now shoing Big Bets/100
    Percent Progress to next level indicator added

    vba buttons move in this workbook

    I corrected bonus using ab column =SUM(AB32:AB385)
    Last edited by west123; 12-08-2023 at 10:29 PM.

  150. #350
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    for the highlighted section in column U formulas are not sure if these is helpful
    1. next buyin (Max) formula is
    =if('Bankroll Rules'!B4*D1<getCurrentStakesMinBI(D1),getCurrentStakesMinBI(D1),'Bankroll Rules'!B4*D1)
    2. Big Blinds at Current Level
    =D1/findCurrentStakesBB(D1)
    3. $ Needed for next level
    =getMoneyToNextLevel(D1)
    4. % Earned For Next Level
    =D1/(getMoneyToNextLevel(D1)+D1)
    5. Have to Leave Table
    =checkChipsInPlay(D1,N8,'Bankroll Rules'!B5)

  151. #351
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    [QUOTE=Formula in the $/hr column on the DoN sheet was clearly not correct. Have populated those columns but don't know how cell X8 could be -1.02
    [/QUOTE]

    Mate, i was refering to x8 in tournaments sheet, now im not sure if you changed column x in pokerstake sheet,
    the way i got -1.02 is from1.62.jpg
    is that not correct ? things get messed up when using this fomula =IF([@Hours]="","",[@[cost+fee]]/([@Hours]*24))1.35.jpg
    Last edited by west123; 12-08-2023 at 10:54 PM.

  152. #352
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Problem is that, for instance, in the first formula 'Bankroll Rules'!B4 simply references a cell in the Bankroll Rules sheet but, I believe, getCurrentStakesMinBI(D1) is applying a user defined function to cell D1.
    I don't know what getCurrentStakesMinBI does and without knowing that I don't know how the Next Buyin (max) should be calculated.
    Can you tell us how the Next Buyin (max) would be manually calculated to yield 244.95?

  153. #353
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you okasy let me try to find out how, not sure will look at file now

    have you seen the cript would that give you any idea, i will look but this is the script

  154. #354
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    function findCurrentStakesBB(br) {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var brs = ss.getSheetByName("Bankroll Rules");
    var ws = ss.getSheetByName("Worksheet");
    var maxBRs = ws.getRange("G5:G18");
    var firstStakesRow = 5;
    var curStakesRow = firstStakesRow;

    for (i = 0; i < maxBRs.getNumRows(); i++) {
    var vals = maxBRs.getValues();
    var mbr = vals[i][0];
    if (br >= mbr)
    curStakesRow++;
    }

    curStakesRow--;

    if (curStakesRow < 5)
    curStakesRow = 5;
    if (curStakesRow > 18)
    curStakesRow = 18;

    var csBB = ws.getRange("B"+curStakesRow).getValue();

    return csBB;
    }

    function findNextStakesBB(br) {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var brs = ss.getSheetByName("Bankroll Rules");
    var ws = ss.getSheetByName("Worksheet");
    var maxBRs = ws.getRange("G5:G18");
    var firstStakesRow = 5;
    var curStakesRow = firstStakesRow;

    for (i = 0; i < maxBRs.getNumRows(); i++) {
    var vals = maxBRs.getValues();
    var mbr = vals[i][0];
    if (br >= mbr)
    curStakesRow++;
    }

    if (curStakesRow < 5)
    curStakesRow = 5;
    if (curStakesRow > 18)
    curStakesRow = 18;

    var csBB = ws.getRange("B"+curStakesRow).getValue();

    return csBB;
    }

    function getCurrentStakesMinBI(br) {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var brs = ss.getSheetByName("Bankroll Rules");
    var ws = ss.getSheetByName("Worksheet");
    var maxBRs = ws.getRange("G5:G18");
    var firstStakesRow = 5;
    var curStakesRow = firstStakesRow;

    for (i = 0; i < maxBRs.getNumRows(); i++) {
    var vals = maxBRs.getValues();
    var mbr = vals[i][0];
    if (br >= mbr)
    curStakesRow++;
    }

    curStakesRow--;

    if (curStakesRow < 5)
    curStakesRow = 5;
    if (curStakesRow > 18)
    curStakesRow = 18;

    var minBI = ws.getRange("D"+curStakesRow).getValue();

    return minBI;
    }

    function getCurrentStakesText(br) {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var brs = ss.getSheetByName("Bankroll Rules");
    var ws = ss.getSheetByName("Worksheet");
    var maxBRs = ws.getRange("G5:G18");
    var firstStakesRow = 5;
    var curStakesRow = firstStakesRow;

    for (i = 0; i < maxBRs.getNumRows(); i++) {
    var vals = maxBRs.getValues();
    var mbr = vals[i][0];
    if (br >= mbr)
    curStakesRow++;
    }

    curStakesRow--;

    if (curStakesRow < 5)
    curStakesRow = 5;
    if (curStakesRow > 18)
    curStakesRow = 18;

    var csText = ws.getRange("C"+curStakesRow).getValue();

    return csText;
    }

    function getMoneyToNextLevel(br) {
    var ss = SpreadsheetApp.getActiveSpreadsheet();
    var brs = ss.getSheetByName("Bankroll Rules");
    var ws = ss.getSheetByName("Worksheet");
    var maxBRs = ws.getRange("G5:G18");
    var firstStakesRow = 5;
    var curStakesRow = firstStakesRow;

    for (i = 0; i < maxBRs.getNumRows(); i++) {
    var vals = maxBRs.getValues();
    var mbr = vals[i][0];
    if (br >= mbr)
    curStakesRow++;
    }

    curStakesRow--;

    if (curStakesRow < 5)
    curStakesRow = 5;
    if (curStakesRow > 18)
    curStakesRow = 18;

    var maxBR = ws.getRange("G"+curStakesRow).getValue();
    i din't copy all let me know if you want me to copy all and paste

  155. #355
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    getCurrentStakesMinBI if you see the minimum buyIn is 50/1 and if you go to worksheet and see column D row 5 you see $1 $5 and avil BBs 244,950.00 i think that is where is pulling the next buyin max of 244.95max BI.jpgapp.jpg
    Last edited by west123; 12-08-2023 at 11:17 PM.

  156. #356
    Forum Guru HansDouwe's Avatar
    Join Date
    06-21-2022
    Location
    Nederland
    MS-Off Ver
    365 V2403 (Build 17330.20000)
    Posts
    6,433

    Re: help with Bankroll stats from different sheets to be calculated

    This is a big project in one thread isn't it?

  157. #357
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856
    Quote Originally Posted by HansDouwe View Post
    This is a big project in one thread isn't it?
    Good morning Hans yes it is
    But I think is time to break it and make new thread

  158. #358
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    things get messed up when using this fomula =IF([@Hours]="","",[@[cost+fee]]/([@Hours]*24))
    It seems to me that to get $/hr., [@[gross profit]] should be used instead of [@[cost+fee]]. In fact =IF([@Hours]="","",[@[Gross Profit]]/([@Hours]*24)) is what was used to populate column X in tbl_Tournaments (see post #348)
    Also, I don't see the row shown in post#351 in the google document from post #346 so I don't know what the calculation was that yielded -1.02
    As for the script, I don't know anything about coding, so you'll need to ask the VBA forum about that.

  159. #359
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    its getting a bit confusing now, which formula you think is correct i am looking at this now

    just to be clear -0.83 is correct in pokersheet ?
    and amount, -5.75 is correct in tournament sheet?
    so we can move foward and not get as confuse?
    Last edited by west123; 12-09-2023 at 12:26 PM.

  160. #360
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    The correct formula is the one that gives you the information you need.
    If you need to know how much profit/loss you are making per hour then: =IF([@Hours]="","",[@[Gross Profit]]/([@Hours]*24))
    If you need to know the cost and fees of a tournament per hour in then: =IF([@Hours]="","",[@[cost+fee]]/([@Hours]*24))

  161. #361
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Thank you mate, for clearing that off the way. your correct it is =IF([@Hours]="","",[@[Gross Profit]]/([@Hours]*24)) -5.75 and -$0.83 the correct amounts just check

  162. #362
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    as for the vba code can you advice of exactly whats needed to ask as i don't know about vba or what you need for formulas to give that results for the sections we haven't finish?

  163. #363
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    were you not able to see the file like this 244.jpg
    can you try to see this file
    I think file gets corrupted when downloading the stats turn into #Name?
    but not sure why your not able to see the google sheet with the
    https://docs.google.com/spreadsheets...it?usp=sharing
    Last edited by west123; 12-09-2023 at 12:56 PM.

  164. #364
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    i try to modify the formula to this
    =if('Bankroll Rules'!B4*M2<getCurrentStakesMinBI(M2),getCurrentStakesMinBI(M2),'Bankroll Rules'!L5*M2)
    don't work

    I was thinking since this formula
    =if('Bankroll Rules'!B4*D1<getCurrentStakesMinBI(D1),getCurrentStakesMinBI(D1),'Bankroll Rules'!B4*D1)
    is getting the current stakes: of .50/1 to produce the max buyin of 245.00
    can you write the formula from info row 16 to produce the same i clone the worksheet from CG worksheet to info the next max buyin is $245 IN Next buyin (max)
    the worksheets are the same atleast for row 16 to produce the 245.00 book.jpg
    Last edited by west123; 12-09-2023 at 01:50 PM.

  165. #365
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I fixed Big Blinds at Current Level using fomula
    =M2/Info!S15*(M2)

  166. #366
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I don't think this is actually how the google document is calculating this because the stakes test of row 16 is 0.01/0.02.
    However, if you want to base the Next Buyin (max) based on row 16 then 245 is one tenth percent of 245,000 so for cell U6 you could use: =Info!O16*0.1%

  167. #367
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    I would want the same calculation of the google book as it will be the correct way but i am not sure exact how to ask for that conversion in vba word to excel formula not even sure what is needed to say.

    not sure what you mean by this: the stakes test of row 16 is 0.01/0.02.
    when i download file and look in the worksheet refrence to the fomula i see this in CG worksheet stake.jpg

  168. #368
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can you help with this one it show needed for next buyin 600 base of bankroll or 4400.00 with 600 to go to next level of 5000 in worksheet
    $ Needed for next level
    next.jpg
    once done i can test by putting many different amounts see if it produces the same stats, after testing next buyIn max seem to give the same results so far

    so far 6:8 are done you can see here latest file
    Last edited by west123; 12-09-2023 at 02:33 PM.

  169. #369
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    In the file attached to post 368 the Avail BB's in O21 is 5019.39
    Doesn't available BB just mean the number of buy-ins that could be made using the amount in the BB column?
    To get 600 in cell U9 use: =INDEX(Info!P16:P29,MATCH(S1,Info!L16:L29,0))-M2

  170. #370
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you mate, no mate, it was incorrect the actual Avail BB's after me forgetting to pulll down the fill handle then turn into 4,500 i didn't notice that until after i was still looking into matching more to get the other stats seems to work the fomulas your givin me. here is the updated file column O changed after pulling down the fomula from row 16

  171. #371
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    can we get the last ones seem hard to me, not really sure about those, I can only think 90% to the 5k for Earned for next level
    Last edited by west123; 12-09-2023 at 03:07 PM.

  172. #372
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    mate, I notice that formula in
    Big Blinds at Current Level i have this =M2/Info!S15*(M2) returns 300
    and in CG shows 3,000
    after changing end chips row 12:24 in column in CG and Coloumn R in workbook to amount $100 from row 33:45qa.jpg

    also the $ neded for next level change a bit CG shows $250.00 and workbook -$200Attachment 852075
    Note: current stakes: is showing 02 because is using m1 amt. when i whitch to m2 it corrects the -$200 to $250 but current stakes only shows 10 and not $0.05/$0.10
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by west123; 12-09-2023 at 05:44 PM.

  173. #373
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    To get 3,000 in cell U8 make two changes:
    Cell S1: =INDEX(Info!L16:L29,MATCH(M2,Info!P16:P28)+1)
    Cell U8: =INDEX(Info!O16:O29,MATCH(S1,Info!L16:L29,0))

  174. #374
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you will update and test

  175. #375
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    S1 still shows 10 only
    never mind i check format and extend cell and shows now

    will test with different cashes amt.
    keeps changing a bit because of the current stakes: not matching
    50-1.jpg
    Last edited by west123; 12-09-2023 at 09:00 PM.

  176. #376
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Change the formula in cell S1 on the Cash sheet to read: =INDEX(Info!L16:L29,MATCH(M2,Info!P16:P28))
    That will fix both S1 and U8
    The problem with U9 is that P16:P29 on the Info sheet do not change. Look at the google doc, worksheet sheet and you'll see that the Max BR column should be filled with a formula.
    If you'll match up the google document formula to the Excel cells then you should be able to come up with a formula in Excel that does the same thing.

  177. #377
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you mate, will update and test and see if i find anything i mean i try keep looking and looking but i don't know let me check again

  178. #378
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    yes mate, all column has a formula in google doc in worksheet formula.jpg

  179. #379
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    $100 ='Bankroll Rules'!$B$6*(1+'Bankroll Rules'!$B$7*H5)*B6
    $220 ='Bankroll Rules'!$B$6*(1+'Bankroll Rules'!$B$7*H6)*B7
    $600 ='Bankroll Rules'!$B$6*(1+'Bankroll Rules'!$B$7*H7)*B8
    $1,300 ='Bankroll Rules'!$B$6*(1+'Bankroll Rules'!$B$7*H8)*B9 all the way down to Attachment 852132 b19
    $2,800
    $6,000
    $12,800
    $20,400
    $36,000
    $76,000
    $200,000
    $840,000
    $1,760,000
    $018.jpg

  180. #380
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    I believe that formula in the google document corresponds to the following in the Excel file: =L$7*(1+L$8*Q16)*K17
    Put 1000 in cells R33:R45 on the Cash sheet and cell U9 will agree with the Copy of Copy of CG Bankroll Challenge Template v 1.3 file.
    Note that the formula in U9 is: =INDEX(Info!P16:P29,MATCH(S1,Info!L16:L29,0)+1)-M2

  181. #381
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you, let me test it out hopefully everything agree with CG

    big blinds at current level different 12,000 in workbook and Cg copy 6,000
    Last edited by west123; 12-10-2023 at 03:01 PM.

  182. #382
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    do i copy these formula somewhere ? =L$7*(1+L$8*Q16)*K17
    u9 seems to agree but not big blindsbigg.jpg
    Last edited by west123; 12-10-2023 at 03:10 PM.

  183. #383
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Changed S1: =INDEX(Info!L16:L29,MATCH(M2,Info!P16:P28)+1)
    Changed U9: =INDEX(Info!P16:P29,MATCH(S1,Info!L16:L29,0))-M2

  184. #384
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you after testing they all seem to be matching now, is it possible to get the other 11:13

  185. #385
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    For U10: =M2/INDEX(Info!P16:P29,MATCH(S1,Info!L16:L29,0))
    Chips In Play (U11) seems to be a manually entered cell on the google doc.

  186. #386
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    how about 12 & 13

  187. #387
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    % Earned for next level is not exact workbook shows 128000.00% and google doc 54.29% tim.jpg

  188. #388
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    for the chips in play when the 10% is reach then it produces the Yes word yes p.jpg

  189. #389
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    U12 (?): =IF(U11>M2*Info!L6,"Yes","No")
    U13 (?): =AVERAGE(tbl_Cash[Profit])
    As to post #387, my copy of the file also has 54.29% in cell U10.

  190. #390
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    for Avg. profit / sessiion:
    i couldn't find that file in the microrollers website it must been and old version we can leave it out i look everywhere in post forum too in my files and no luck

  191. #391
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    thank you will test this new file,

  192. #392
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    is it possible to get this part 7.jpg

  193. #393
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    after tesing the chips in play workbook shows yes @ $220.00 when CG shows the word yes in $250yeah yes.jpg

    thats why i would like to add the message part also to see how much for % to complete to leave table

    its actually saying yes @ $160 below the $220
    Last edited by west123; 12-11-2023 at 01:26 PM.

  194. #394
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    maybe we can remove avg. profit since we have duplicate
    elimi.jpg

    note: its actually saying yes @ $160 below the $220

    22.png
    Last edited by west123; 12-11-2023 at 01:27 PM.

  195. #395
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Please upload the current workbook.

  196. #396
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    here is the most up to date file
    Last edited by west123; 12-11-2023 at 05:47 PM.

  197. #397
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    Cell W16 displays: "$82.00 till $232.00 In Play%: 6%"
    How were those amounts calculated?

  198. #398
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Mate, i just paste from CG google workbook
    just to show you where the calculations should go355.png
    Attached Images Attached Images
    Last edited by west123; 12-11-2023 at 07:51 PM.

  199. #399
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,567

    Re: help with Bankroll stats from different sheets to be calculated

    -$28.00 makes no sense to me.
    I can guess that 10% is the value in cell L6 on the Info sheet
    Don't know where 822 would come from as 10% of 7,370 is 737.
    It would seem the message should simply say "$850 is more than 10% of $7,370"
    If the above seems reasonable try the following in cell W16: =IF(U16="yes",U15&" is more than "&TEXT(Info!L6,"0%")&" of "&M3,U15&" is "&TEXT(U15/M3,"0%")&" of "&M3)

  200. #400
    Forum Contributor
    Join Date
    11-13-2022
    Location
    usa
    MS-Off Ver
    plus 2021
    Posts
    1,856

    Re: help with Bankroll stats from different sheets to be calculated

    Okay let me research in the website micro-rollers. brb i foound this
    worksheet.png

    how can we make it better or correct as it should be ?chips.png

    i will look into this a bit more and see how thing work on both than you
    Last edited by west123; 12-11-2023 at 08:35 PM.

+ Reply to Thread
Page 2 of 4 FirstFirst 2

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 129
    Last Post: 11-15-2023, 01:34 PM
  2. All transaction section in bankroll sheet columns
    By west123 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-28-2023, 07:36 PM
  3. Replies: 99
    Last Post: 07-30-2023, 12:08 PM
  4. Replies: 24
    Last Post: 07-14-2023, 07:08 PM
  5. Graph to show individual Stats as compared to the population stats
    By Kellbells in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 02-12-2015, 10:36 AM
  6. bankroll management
    By massive_set in forum Excel General
    Replies: 1
    Last Post: 02-28-2013, 09:12 AM
  7. [SOLVED] COmpile data from multiple sheets? for stats history?
    By Turtlejd in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-04-2013, 10:16 PM

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