+ Reply to Thread
Results 1 to 139 of 139

Calculate summary data for Tournaments categories w/ total bankroll

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

    Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Would like to get help,
    Calculate summary data from Tournaments sheets, to bankroll Catagories, columns W:AB rows 3:42 Along with my Total Bankroll & Sugg. Buy In: base on my 1st deposit Amt. on All transactions column D & Column T on my tournament.


    please feel free to ask any question. Cheers
    Attached Files Attached Files
    Last edited by west123; 06-10-2023 at 05:23 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    As there were no manually calculated results placed in Y3:Y42 or AB3:AB42, the results yielded by the formulas will need to be verified.
    1. For "Played": =SUMPRODUCT(--(ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments]))))
    2. For "Revenue": =SUMPRODUCT((ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments])))*(tbl_Tournaments[Prize]))
    3. For "Cost": =SUMPRODUCT((ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments])))*(tbl_Tournaments[Buy-in + Rake*Rebuy]))
    4. For "Today's Profit": =SUMPRODUCT((ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments])))*(tbl_Tournaments[Profit])*(INT(tbl_Tournaments[Start])=TODAY()))
    5. For "Profit": =SUMPRODUCT((ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments])))*(tbl_Tournaments[Profit]))
    6. For "ITM%": =SUMPRODUCT((ISNUMBER(SEARCH(W2,tbl_Tournaments[Tournaments])))*(tbl_Tournaments[Prize]<>""))/Y3
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, Will download and see changes. I will let you know if, calculations are correct.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I made a list of the count of the tournaments. I break it down in the Catagory of which they should fall into and the count number per each, that are in the Tournament sheet. here it is let me know if your able to see it clearly.

    333.png

    Speed Racer, High Roller and Festivals series seem to be correct
    Last edited by west123; 06-10-2023 at 10:59 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I think that this was the reason I suggested manually entering a category of each record when worked on this last time.
    I had written a ridiculously long formula to separate things like "47-KO: $3.21 Bounty Hunters Warm-Up" and "$1.11 Bounty Hunters Big One".
    The formula still wasn't always correct.
    I added a Category column (E) which is populated using data validation to make things a bit easier.
    Once you have filled in the Category column, let us know so that we can adjust the formulas on the Bankroll sheet.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    good morning mate, mate
    thank you, okay is manually entering a category of each would consist of having the list of games ?
    I mean because if that is going to be an issue for when new festivals or series come, is not going to be like this "46-KO" is going to be different type of name every time. okay mate let me work on that. and will re-upload
    Attached Files Attached Files
    Last edited by west123; 06-11-2023 at 12:19 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I input the catagory name to the corresponding tournament.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    The numbers in the "Played" rows now match those in post #4.
    The formulas in most of the other rows are also changed.
    "Played": =COUNTIFS(tbl_Tournaments[Category],W2)
    "Revenue": =SUMIFS(tbl_Tournaments[Prize],tbl_Tournaments[Category],W2)
    "Cost": =SUMIFS(tbl_Tournaments[Buy-in + Rake*Rebuy],tbl_Tournaments[Category],W2)
    "Today's Profit": =SUMPRODUCT((tbl_Tournaments[Category]=W2)*(tbl_Tournaments[Profit])*(INT(tbl_Tournaments[Start])=TODAY()))
    "Profit": =SUMIFS(tbl_Tournaments[Profit],tbl_Tournaments[Category],W2)
    "ITM%": =SUMIFS(tbl_Tournaments[Prize],tbl_Tournaments[Prize],"<>",tbl_Tournaments[Category],W2)/Y3
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    thank you, a bunch mate, let me download and see the changes.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Nice, mate working smooth. can we continued with the total bankroll and sugg. buyins.
    Also in the Tournament sheet column B for Network i change GGNetwork to GG for deposit to reflect, but when I change the bottom rows it takes the deposit away, not sure why. also for column Wins row56 Rank # 1 but not showing in column Q for 1 win

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    One section at a time please.
    As to total bankroll it seems that should come from Info!Y3 which is: =SUM(SUM(tbl_Tournaments[Profit]),SUM(tbl_AllTransacations[Amount]))
    This seems to correct the #REF errors in several other cells, however I am not sure that the amounts are correct so you will need to check.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Okay mate, thank you. I will check now, see if i find any errors in the amouts. will download

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, after checking amt. balance in tournament sheet. when I input in buying 1 dollar my balance in column T is not correct.
    I think is calculating the Rake amt. which I delete that column from Tournament. it would only be amount I stake.
    when i Input $1.00 for buying my balance shows $4,998.71 its taking the $-.39 for rake i think.

    I see whats going on mate, column I share, its minizing the share mount i have 29% 22% 51% example -$.29 , -$.22 and -$.51
    mate how can i remove the % on markup column H i just want the 1.07, 1.10, 1.12 not the % i when thru all the formats on the list and custom too.
    Last edited by west123; 06-11-2023 at 09:33 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Note that I typed 100 in cell H60 and pressed the Ctrl + c keys to copy. I then selected cells H2:H56 > Paste (from the Home tab) > Paste Special > Multiply > OK
    Are the values in H2:H56 now correct?
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, let me download and see the changes mate

    am I going to need to learn the steps of copy special?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate, still taking out the 29% from share this is the 1st line

    sss.png

    Should be $4,999

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    If you change the format of Balance in $#,##0 it will show $4,999.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, HansDouwe
    It is $#,##0 but still showing that. I try that
    its share column I that is adding the 29% as $-.29 cents

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    No the format of the amounts in column Balance is in your example $#,##0.00, In that case it is impossible that the amount shows $4,999. It will always shows the cents also.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I think the issue is the share column. this shows when, I click profit cell

    33.png

    not sure if you can see that.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    No I can not determine a picture, please upload a sample sheet and shows the unexpected result.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    the workbook in post#14 can be download. once you click on the column S2 it will show the reference cells which is I column share thats why it shows -$1.29 it should only be 1 for buying.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    In that case remove in Column S [@Share])*([@Rebuy] from the formula.
    The result in Column S will be 29% of $1.00 = $0.29 higher.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, that seems to work, only what do I do to still get my rebuy amt. to calculate.
    lets say if i add 1 rebuy in column L it should be 2. but if i remove the above it won't show.

    Nice thank you Hans, I was able to fixed that. I change it to =[@Prize]-([@[Buy-in]])*([@Rebuy]+1)

    think is working now
    Last edited by west123; 06-12-2023 at 01:01 AM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thanks for your feedback and glad to have helped.

    If there are any further questions, don't hesitate to post them here.

    Please consider adding reputation to any helpers you think they deserve.
    In that case please click * Add Reputation left below their answers.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    cool, thanks Hans
    Okay, I have many, but its getting a bit late am im loggin out soon. cheers will be here tomorrow

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I change formula in profit column to =[@Prize]-([@[Buy-in]])*([@Rebuy]+1)
    here is the updated workbook.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thanks for the feedback and rep .

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    thank you, for taking the time to help.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Mate
    you think we can continued with other stats?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Is the workbook in post #27 the latest version?
    If so, please be specific as to which stats on the bankroll sheet need to be worked on and what the correct values should be.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    yes, Mate is the latest version.
    Todays Buyins P4 & Todays Cashes: values should be for the current day playing
    for Dailey & month Profit I12 and I13: profit and stake for the current day
    month tourney profit I14: profit for the month

    Largest tourney wins AE3 to AE41: players with the highest to lowest wins

    Mate,
    Not sure why when, I change Network in tournament column B3 to GG My deposit deletes from deposit column.
    Last edited by west123; 06-15-2023 at 11:39 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Please give us some records on the Tournaments sheet that have dates that are in the current month and also today.
    Please tell us the numbers that are expected for cells P4, I12 etc.
    I assume that the tournament wins should come from the Prize column: =IFERROR(LARGE(tbl_Tournaments[Prize],ROWS(AD$3:AD3)),"")
    The names in column AE can be obtained using:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    The formula in cell U2 on the Tournaments sheet should have been:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Somehow it had gotten changed to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    I am going to use a trick that I just learned from AliGW that will hopefully prevent that from happening in the future:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate,
    expected values for cells P4: should be $200 its adding .46 cents from rake.
    P5: should be $1500,
    I12: profit $1300
    Todays Stake I13: $200
    Day N3: can we get the count of days played
    Month Profit I14: buying/wins amt. to profit its bit dificult to give you the value since is adding rake & rebuys
    In tournaments row 56 column rank 1 Ft 1 in column Q56 don't show the 1 win


    I try removing [@Share] from formula in column Y. see if that would fixed it, it didn't. I left it how it is. don't want to mess up the re-buys. its adding the $.46 cents of rake from share column.

    Mate, Have a question about the chinese Zodiac, can we add a conversion in buying and prize for when i Input buying/prize in Yuan amt, it convert it to dollars.

    I update the dates
    Attached Files Attached Files
    Last edited by west123; 06-16-2023 at 01:52 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    P4: =SUMPRODUCT((tbl_Tournaments[Buy-in])*(INT(tbl_Tournaments[Start])=TODAY()))
    "P5: should be $1500," Based on values found where?
    I12: =SUMPRODUCT((tbl_Tournaments[Profit])*(INT(tbl_Tournaments[Start])=TODAY()))
    I13: =P4
    N3: ="Days - "&MAX(tbl_Tournaments[Days])
    I14?: =SUMPRODUCT((tbl_Tournaments[Profit])*(INT(tbl_Tournaments[Start])>=EOMONTH(TODAY(),-1)+1)*(INT(tbl_Tournaments[Start])<=EOMONTH(TODAY(),0)))
    Wins column: =IF(Tournament!P2=1,1,"") somehow it was showing: =IF(Tournament!P144=1,1,"")
    Will need a yuan to USD conversion rate.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate
    will see the changes. Can we use the google Y1 = 0.14 dollarsyy.png

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate,
    P5 should be based on values from prize for the current date 6-16-23

    I notice row 37 and 43 adding 1 in column Q for win, when the rank is 8 and 9 it should only be in final table
    Last edited by west123; 06-16-2023 at 02:32 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Cells AB21:AB25 on the Bankroll sheet have been updated to include the conversion of yuan to USD.
    Note that the value of yuanconv is in cell AQ2 on the Info sheet, in case it need to be changed in the future.
    P5: =SUMPRODUCT((tbl_Tournaments[Prize])*(INT(tbl_Tournaments[Start])=TODAY()))
    Column I on the Tournaments sheet: =IF([@Rank]=1,1,"")
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, your the best
    okay, I will see info sheet. to where I will make the change. ty will see updates

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I forogt earlier to ask about why it shows #REF! in the last row in tournaments 57 under Balance

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, how do i need to enter the Yuan amt. in buying, When I enter Buying Y500 and prize Y600 it gives me $100 profit in us dollars should be 14.03 after conversion correct me if im wrong.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate, after testing the Yuan Prize amt.
    don't think is calculating correct with column S for profit. and total bankroll. Do i need to Change the Currency? when entering ?
    I try both US and changing Yuan and seems it the same results. not sure

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Showing #REF because somewhere along the way the formula for that column became: =SUM(T1,[@Profit],[@Deposit],IF(ROW()-1=MAX(ROWS([Network])),#REF!,0))
    I can't remember what should have been in the place of the #REF in the formula.
    Suggest that you look back at the previous thread concerning the Staking workbook and see.
    As to the formula in column S on the tournaments sheet: =[@Prize]-([@[Buy-in]])*([@Rebuy]+1)*IF([@Category]="Chinese Zodiac",yuanconv,1)
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Mate thank you.
    I have try that before in regards #REF! i try changing the formula from

    =SUM(T1,[@Profit],[@Deposit],IF(ROW()-1=MAX(ROWS([Network])),#REF!,0))
    from to this
    =SUM(T1,[@Profit],[@Deposit],IF(ROW()-1=MAX(ROWS([Network])),tbl_CashGames83[Profit],0))
    I get this message when changing it.

    honestly not sure what happen Mate, god is good I added the ' infront of the = like what the picture says and didn't work. then i remove it and by mistake press a key not sure which one and it gave me this formula.
    =SUM(T1,[@Profit],[@Deposit],IF(ROW()-1=MAX(ROWS([Network])),1,0)) and this seems to remove the #REF! Wow nice i will upload.
    not sure what i press maybe tabe don't know but is fixed now.
    Attached Images Attached Images
    Attached Files Attached Files
    Last edited by west123; 06-17-2023 at 01:56 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate,
    after testing Yuan to US dollars not sure is adding correct. when entering the buying in Yuan $715 profit shows -$100.10 which is correct but when I add prize $715 then profit changes to $614.90 and adds $614.90 to the total bankroll in usa dollars
    row 12

    dd.png
    Last edited by west123; 06-17-2023 at 02:01 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Since there isn't a tbl_CashGames83 in this workbook I would suppose that this formula came from the other workbook.
    Note that in the file attached to post #44 cell T57 is 1 dollar more than cell T56 even though S57 is zero.
    It seems to me that the current balance is the previous balance plus the profit plus a deposit, if one was made, and the formula for the balance column should be: =SUM(T1,[@Profit],[@Deposit])
    The issue with the profit formula is my fault, it should have been: =([@Prize]-([@[Buy-in]])*([@Rebuy]+1))*IF([@Category]="Chinese Zodiac",yuanconv,1)
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, mate thank you.
    yes, I try fixing it or pasting the one from the one we still need response from. let me see changes and do some testing. don't worry mate, we here to test and fixed the issues. will download

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, so everything I enter for buying & prize would be Dollars except when the tournament name is Zodiac then I would enter Yuan ? please let me know as it gets confusing for me.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate, is it possible to upgrade the graph to this one

    https://www.sharkscope.com/#Player-S...layers/Thrumbo

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    As to post #48, assuming that row 12 on the tournaments sheet was entered as yuan, then yes, when entering buy-ins and prizes for category 'Chinese Zodiac' enter them in there yuan amounts.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    As to post #49, the first graph I see is profit by number of games played. Is that the one that you want?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    happy morning Mate, thank you
    okay I will do so, for Chinese Zodiac enter as yuan.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Yes mate,
    this one in the picture.

    gg.png

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I have a question about the Yuan, Okay just saw the platform and today they added a schedule of tournaments series, which they don't have Chinese in the name some have Zodiac but not all. but the buy in is in Yuan how would I go about entering them. to calculate just like the chinese zodiac? here is some in the list. when series come is always different in name.


    ccc.png

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    In order to make a chart based on number of games an index column (AC) is added to tbl_Tournaments populated using: =SUM(AC1,1)
    The chart references the Balance and Index columns.
    Since all of the tournaments in post #54 include the "¥" symbol I changed the formula in the profit column to read: =([@Prize]-([@[Buy-in]])*([@Rebuy]+1))*IF(ISNUMBER(SEARCH("¥",[@Tournaments])),yuanconv,1)
    Also made some changes to the Chinese Zodiac section on the Bankroll sheet.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you so much Mate,
    I will see the changes, see how everything works. okay cool i will loook now at all changes.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, about the graph is not possible to have the exact same as post#53 the one in SharkScope?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I made changes to the workbook, can we work out of this one.
    column L for rebuys, can we remove the adding the rebuy amt. can it only be buying for staking it. would be only amt. stake don't matter how many times they rebuy, if they enter 2 times only thing my % cuts in half.
    I added Duration time the tournament last for, from the Start Time in column C, is it possible to write a formula where, I enter the duration and calculates the End Time and date, on column D?.
    I enter 1 Chinese Zodiac the last one in row 25, I notice is adding it to High in profit by Buy-ins in bankroll F32. is showing played 20 when is 24, I know it has to do with the buyins amt. let me know what I need to do to correct it, amounts are going to be from any cents to high amouts depending on the share I buy for any particular tournament buying.

    Please see Pivot table I spend few hours arranging the columns, have a question on the Balance, where it has 920.57 can it be the -100.01 instead?
    why in Balance column after 81.26 jumps to 37.04 and not 79.41 like in Tournament Balance? so

    Mate, Just notice a glitch in Todays Buyins, Its adding the last tournament Chinese zodiac in dollars Yuan 715 its adding to todays buying $723.37 dollars

    788.png
    Attached Files Attached Files
    Last edited by west123; 06-19-2023 at 01:02 AM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    As to post #57, I assume that you want the $ markers and I don't know how that was done. You'll have to find someone who knows more about graphs to say whether or not that can be done using Excel.
    As to post #58:
    Column L has nothing in it but the header so I don't know what you want there. Perhaps type in some results so we can see if they can be replicated using a formula.
    Column D: =SUM([@Start],[@Duration])
    Changed Buy-ins Played formula to: =COUNTIFS(tbl_Tournaments[stake],F28)
    Changed the Show Value As of the Balance column from No Calculation to Running Total so that it would not show the Grand Total.
    For some reason, not sure why, the pivot table is taking the last record of the June 17, 19:10 group and putting it before the other records in that group.
    Changed Today's Buy-ins formula to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate a buch
    I will ask the person who I am watting response from on the other workbook, see if he knows about the markers.
    not sure either I try many things to fixed the 19:10 group, no luck it would have to stay that way. I will add some rebuys and upload

    Mate, Chinese Zodiac is Duplicating in profit by buy-ins is on chinese zodiac and High rows G31 & G32 in bankroll


    Now that we have the duration time how come we don't have results for total time I19 and results for I23 in bankroll?
    Last edited by west123; 06-19-2023 at 12:25 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate, Chinese Zodiac yuan prize is showing dollars amt. in Todays cashes & cashes, and when putting Yuan buying y715 it shows buyings as -$962.12 in cell P6

    Mate, Is it possible to have a formula in column F45 in bankroll for all the players on the Tournament list, and do a search by stakes or ALL stake and ALL players? to quickly get the stats of a player before staking.

    Mate, I update pivot table and remove old data that was been remember. like the names on the pictures.


    000.png

    just not sure why the Balance shows #N/A after moving Ft & wins into Values section
    Attached Files Attached Files
    Last edited by west123; 06-19-2023 at 03:52 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I added rebuys, it adds the amt. * rebuys entries can it only be buying an not add the rebuys to profit

    I was able to make pivot table align columns when doing a refresh, I cant figure out why after making a refresh it changes the height on row 10, after unchecking in pivot table Autofit column widths on update. after saving.

    just wanted to make rows even as they have many sizes
    Last edited by west123; 06-19-2023 at 02:28 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Balance now shows amounts. I changed Running Total in... to Entrants.
    I19: =SUM(tbl_Tournaments[Duration])
    Don't understand what you mean about G31:G32? Might help to tell us what the values should be.
    It is late, I'll look at this again tomorrow, but it would help if we had manually calculated amounts to use for comparison to the output of our formulas.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    thank you, mate
    yes it is getting late. g-night mate don't worrry about G31 & G32 I think is fixed now
    we continued tomorrow with the other stats no worries get some rest, I will be logging out too

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Whats up, mate
    you think we can continued with removing the rebuys from multiplying should only be buying amt. row 7 profit should only be $6.19 row 8 $6.71 and row 9 $2.96
    Todays cashes: when entering yuan 100 it enters 100 dollars in column P5
    Last edited by west123; 06-20-2023 at 01:18 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Change the 'Cost' cells for each tournament to: =SUMIFS(tbl_Tournaments[Buy-in],tbl_Tournaments[Category],W2)
    Change the formula in P5 to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate
    will see the changes.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    how do I remove, buyins to not add up to the profit
    mate, the graph don't show the No. Games any more
    Last edited by west123; 06-20-2023 at 02:32 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, the Yuan is calculating in Largest Stake Wins in us Dollars Columns AD on bankroll

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Profit: =([@Prize]-[@[Buy-in]])*IF(ISNUMBER(SEARCH("¥",[@Tournaments])),yuanconv,1)
    Graph > horizontal axis has to reference the Index column (Tournament sheet)
    As to the Largest Stake Wins add conditional formatting to the Prize column to alert user that the currency is in ¥. It will then be up to the user to multiply the prize * yuanconv (see cell AD25 on Tournament sheet)
    Another column could be added to calculate the prize based on currency, however that seems excessive given the samples I have seen.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you so much mate,
    let me trouble shoot and see all the changes. cheers

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, the cell you highlight in yellow. Okay when I change that to y715 I get this in Largests Stake column AD3 $715 in us dollars

    this yuan conversion is very complicated mate
    Last edited by west123; 06-20-2023 at 08:59 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Add another column to the Tournaments sheet (Prize 2) and reference that in the formulas for Largest Stake Wins
    =IFERROR(LARGE(tbl_Tournaments[Prize 2],ROWS(AD$3:AD3)),"")
    and
    =IF(AD3="","",INDEX(tbl_Tournaments[Player],AGGREGATE(15,6,(ROW(tbl_Tournaments[Player])-ROW(tbl_Tournaments[#Headers]))/(tbl_Tournaments[Prize 2]=AD3),COUNTIFS(AD$3:AD3,AD3))))
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, let me check that out.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, let me check that out. mate what is the AA column in tournament for Inlcude?

    mate, why is this error showing column H5 -3E-14 in Bankroll
    Attached Files Attached Files
    Last edited by west123; 06-20-2023 at 11:42 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    The Include? column is used to display the results below the graph when tbl_Tournaments is filtered.
    I see 100.05 in cell H5 on the Bankroll sheet.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate
    not on the workbook on post #75 since I change the last row to this
    June 20, 13:15 June 20, 17:01 Daily Tournaments Daily Turbo $1 NiceMoveLol 0.88 10% $0.09 633 627 3:46

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Change the formula in H4:H8 on the Bankroll sheet to read: =ROUND(SUM(SUMIFS(tbl_AllTransacations[Amount],tbl_AllTransacations[Site],F4),SUMIFS(tbl_Tournaments[Profit],tbl_Tournaments[Network],F4)),2)
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Nice working mate thank you
    Mate you think we can have the search by players in column F45 in bankroll to show their stats by all amt. of stakes

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I have changed the data validation in cell F45 to display a list of players from Info!B2:B22.
    I have updated the formula for the Start column by changing the two instances of tbl_Tournaments[Network] to tbl_Tournaments[Player]
    I'll leave it to you to change the formulas for the other columns (Rank through Tournaments) by changing the two instances of tbl_Tournaments[Network] to tbl_Tournaments[Player] in each of those formulas.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate thank you so much
    been having lots of computer Malware popups in my computer been running scans all morning seems to be working a bit better.
    I will do the changes mate no biggie would download and see the changes. ty

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, is done will upload for you to check everything is okay. I changed all

    Mate, On the dropdown list for players, is it possible to search name by typing 1st letters auto fill or auto populate, since list is going to keep growing it would be hard to find using dropdown.

    P.S. Mate I update the graph! huh what you think, Nice
    Attached Files Attached Files
    Last edited by west123; 06-21-2023 at 09:01 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate, I notice this in pivot table.

    dd.PNG

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I have read that some of the newer versions of Excel come with autocomplete dropdowns.
    I don't have one of those versions and don't know how you could autocomplete the dropdown other than using VBA of which I know too little to help.
    I copied the formulas in row 53 down to at least row 100.
    You'll need to attach an updated file to your next post in order for us to see what is happening in the Balance column of the pivot table.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, okay that question goes to the VBA person we waiting response from is been almost 3 weeks now
    okay ty, will upload next

    here is the upload
    mate, can the Micro, low, medium and high all calculate base on the players tournaments played
    Micro Example
    in the MONEY %
    45.71% (16/35)
    Total Winnings
    $187.04

    same for low, medium and high

    Total Winnings "ALL Games"
    in the money %
    16.21% (8201 / 5000
    Attached Files Attached Files
    Last edited by west123; 06-21-2023 at 10:41 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Formula for the Balance column on the Tournament sheet is now: =ROUND(SUM(T1,[@Profit],[@Deposit]),2)
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, will download

    Mate, when creating a new line in tournament sheet it always formats it this way.

    Capture.PNG

    can it format the same way as row 25 when creating new lines
    Last edited by west123; 06-21-2023 at 10:51 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Please attach the workbook from which the screenshot snippet in post #87 was made.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    good morning mate,
    Okay will upload now
    Attached Files Attached Files
    Last edited by west123; 06-22-2023 at 01:02 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    In the file attached to post #89, did all of the entries in row 26 automatically display when that row was added to the table?
    The attached file shows the columns that automatically populated when I removed row 26, selected AC25 and pressed the Tab key.
    The only mis formatted cell I saw was AB26 ($25.00). I believe that has been corrected.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate,
    no only one that display is End time January 0, 00:00
    but when I enter the other ones showing, I was asking if it can be like row 25 markup 1 entrants the number istead of november 28 and rank number instead of $355
    like that I don't have to correct every time the format

    Mate, how come in Finish % it shows Value! in column W in Tournaments
    Last edited by west123; 06-22-2023 at 06:27 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    End time will change when a start and duration is entered.
    I believe all columns now display as expected.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate,
    end time is fine, only other ones let me look ty

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    mate,
    any fixed for the Finish % on #value!

    working fine when creating a new row, nice thank you

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    The #value errors correspond to rows where the rank is text.
    In the attached file I removed the 'center' formatting from the rank column. Those ranks that are actual numbers shift to the right while those that are text shift to the left.
    Retype the text values and the #value errors will be cleared.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate
    will see the changes now. Nice working now changed.

    Mate, Can we continued with Tourney Yearly Stats in bankroll Rows AF:AJ
    Last edited by west123; 06-22-2023 at 08:34 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Need to reference the correct year cell, as in for 2024 the this segment of all formulas should be: ...YEAR(tbl_Tournaments[Start])=AF$17... and for 2025: ...YEAR(tbl_Tournaments[Start])=AF$31...
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    thank you mate,
    i will do that 1st thing tomorrow morning g-night almost morning
    please mate, continued with the stats for micro, low, medium and high

    p.s grrrrrrrrrrr im out its late

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Change the references from tbl_Tournaments[Network] to tbl_Tournaments[Player] in those formulas.
    I have changed the formulas in O45:O46 for you.
    I hope that you have a blessed weekend.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, will see changes.
    same to you mate, have a blessed weekend

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, mate
    hope you had a great weekend
    please see changes

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I made a few changes, and also did a bit of staking to see how things work, and notice few things
    In Tournament row 57 I made a deposit of $85 can the amt. be in row 58 since my Balance in row 57 was .31 cents then I made the Deposit
    can the deposit once done in the transaction secction can it record the time like that it won't use the 1st row of the Date.
    By time would be best it would always be the row for deposit. In row 102, when making a Withdraw can it do the same as deposit, because when I withdraw it only
    takes the amount from the Total Bankroll but not the Tournament Running Balance. in row 102 I enter it like a buying in order to have the current balance Running
    can we use some formating for Deposit to highlight in Red and green for withdraws just the way they are. Mate when I keep adding rows, I am having the same
    issue where Rank format is $ not Number.
    not sure the graph is working.
    Attached Files Attached Files
    Last edited by west123; 06-26-2023 at 01:46 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Change the formula for the Deposit column to:
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    Note that you have put deposit in the category column twice for June 23rd.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you Mate, for been pro active, and having my back. I missed it
    I din't notice, its that, I was pretty active on keeping up with inputing of all stats,of the stakes from yesterday, even tho some, I had to leave because tournament were still going to input the time finished.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    If you'll upload a file with the unwanted deposit removed, I'll work on the red/green formatting.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate, I will upload now.
    I was checking the math making sure is been correct. I will work on the inputs from yesterday and today
    uploading
    Attached Files Attached Files
    Last edited by west123; 06-27-2023 at 12:02 AM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Conditional formatting and chart should now be working.
    I hope that you have a blessed night.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate,
    Im almost done inputing all the tournaments, only that I stake a few tournaments with South Korea currency not sure what the correct amout would be so my running balance could be exact. I would have to look in to everything tomorrow before I upload again

    ddd.PNG

    I will calculate the math to give the exact Running balance with Cents even if i have to modify the numbers, just to be exact with my stake balance.
    I think graph is not updating results. will check many other things tomorrow.

    its a lot of data entry to keep up with. I wouldn't be able to do this and play at the same time.
    Last edited by west123; 06-27-2023 at 01:04 AM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    G- Nigh mate
    bless night to you as well

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Mate
    I can't keep up with the stats. I have an issue with the deposits please see workbook and transaction section,

    The last deposit is suppose to be $35 I have enter the deposits just the way it shows on my staking. please see picture

    44.PNG

    I still need to update or enter deposits for $35, $10, $20, and $20
    the last one in the workbook it supopose to be $35

    I don't really have much time to enter now, I will be going to play a live tournament, bless me mate your the lucky charm
    have a bless weekend!!! and bang one player made 1k in the staking

    Mate I will reupload I enter the amounts. left spaces in between since maybe later tonight I will enter staking games that happen during the times.
    I wrote the correct amount deposits in Column A rows 200, 203, 206, 208, and 210
    Attached Files Attached Files
    Last edited by west123; 06-28-2023 at 01:11 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    As there is a possibility of multiple deposits per day then the date and time could be placed in the cells in the Date column of the Transaction table and the formula for the Deposit column on the Tournament sheet could be modified:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    thank you much mate, you are the best
    will download, will be leaving in a few minutes, hopefully I run good in the tournament if not I will be heading back and work on the inputs of the staking from yesterday and today. cheers

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Good Morning Mate,
    I didn't make it early yesterday. I will work on getting all the stats today
    before i start can you correct why the days is giving #value! on tournament colum x

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Because C120:C122 are entered as text: June 26, 7:10
    Change the values to 6/26/2023 7:10 instead

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you, Mate
    will check now, im working on all the stats

    I fixed that mate, Can you please tell me how I correct the format to be number instead of $ amount in column Rank, every time I create new rows?
    Last edited by west123; 06-29-2023 at 01:06 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I feel that we need to see an example of the Rank column displaying $ in a new row in order to help.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, I will upload once im done, I been working on all stats I don't even have time to stay logg in in here I get timed out
    im redoing all all inputs and will have to re enter search find and in put all prize rank entrants and duration and rebuys. deposits let me work on it a bit more and I will reupload

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    happy morning Mate,
    I didn't finished the inputs, I can't get the numbers to be exact with my staking
    will check once the buyins and prizes and see if i find the incorrect amt. and if not i will upload cheers

    Mate, just check all the amt. and prizes. my running balance in the workbook is $7.74
    my staking site is 0.4 cents not sure if there everything is calculating correct. who knows, Thats the reason why i re-enter everything and is still off.
    and not even done with all the other stats will continued to work on them now.


    Mate, please see changes
    I added a new Catagory into bankroll column W11 Tournaments, can we get the formula I already have tournaments inputs in Tournament sheet.
    Attached Files Attached Files
    Last edited by west123; 06-30-2023 at 04:47 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Is final stage the same as FT?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    wuz up mate,
    no final stage is a 2 phase tournament 1st phase i can't stake only in the final stage of tournament.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Should cell Y12 display 17?
    If so either change cell W11 to read Tournament, no 's', or change Tournament in the category column to Tournaments with an 's'.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Yes Mate, 17 is correct
    okay 10/4 10/4 copy ty mate will do that

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, How do i make column Rank in tournament to not show $ when creating new rows?

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    This worked for the file attached to post #118.
    Select cells L2:L266 > Press the Ctrl and 1 keys > Select General > Select OK
    At this point when row 267 is added to the table and a rank is typed into cell L267 it should display without the $.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you mate,
    I was able to get it fixed.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Mate
    this staking takes all my time and I still need all the inputs for today... Mate, I when Hard on staking today pretty much broke even tho
    u will see tomorrow when I input all the results from today
    Mate, Can we fixed one issue row 385 not highlighting all the red for deposit. would like to have ready for all the deposits I did today for staking
    Attached Files Attached Files
    Last edited by west123; 07-03-2023 at 12:10 AM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Fixed, at least for now, by adding a named range CF_Range with a 'Refers To' of =tbl_Tournaments[[Start]:[Profit]]
    Then changed the 'Applies To' of the red and green conditional formatting rules to =CF_Range
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you bunch, Mate
    Will download and start the inputs. ty

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, will upload soon.
    Mate, can you please check the graph is working like it should. I am having a bit of a problem when adding rows in between other rows because the formulas on the far right V:ac get errows when I add rows in between inputs. can that be fixed mate. I neeed to be able to add rows with out formulas to give errors. please see workbook.

    Mate, In category column in Tournament I don't have dropdown to pick the corresponding category it only shows for the top rows

    I added withdraw to tournament
    Attached Files Attached Files
    Last edited by west123; 07-03-2023 at 02:01 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Drop downs are extended for the category column.
    Are you adding rows using the Insert > table row above?
    If so please show us a sampe where there are errors.
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you Mate,
    Yes I right click and Insert > in between rows that that have inputs already to match them with the correct time

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, how do I extend tell me. by tomorrow I will be in rows 800 not showing here anymore

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    I suggest just adding records by going to the last row in column AC (Prize 2) and pressing the Tab key.
    Once all the new records are typed in then sort the Start column 'oldest to newest' again.
    The Stake column may not update correctly. If not select cell V2 and double click the fill handle.
    Edit: Replace the formula in cell V2 with:
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by JeteMc; 07-04-2023 at 09:03 AM. Reason: Added formula.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you Mate
    I changed the formula

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Hi, Mate
    can we continued with the Yearly Stats mate. Here is the updated workbook.

    Not sure why buyins and cashes in bankroll are almost the same
    Attached Files Attached Files
    Last edited by west123; 07-05-2023 at 10:42 PM.

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Mate, How do I extend the color Red for deposits? its not highlighting anymore ?

  137. #137
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,466

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    For newcomers (like me) reading through all 136 posts from the beginning to the end is quite a test of patience. It would be best if you could summarize from the beginning, skipping what has already been resolved, and highlighting the remaining issues.
    Quang PT

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    On the home tab please look at conditional formatting > manage rules. There should only be one rule for red and one for green. The applies to of both should start with $C$2 and end with $S$ and then the last row number of the table.
    In the attached file the table was resized to only include rows with data, 2:631 so the applies to of the rules is: =$C$2:$S$631
    I agree with Quang that 136 posts is a lot to expect people to read and is much longer than the average thread. There are people here who know more about things like conditional formatting but are unlikely to help due to having to read through a lengthy thread. In my opinion it would be better to make specific requests and close threads once those have been resolved and then open new threads for new requests.
    Example: Yearly Stats was not part of the original question, which was about the bankroll sheet, which is still very broad.
    For profit: =SUMPRODUCT((tbl_Tournaments[Profit])*(YEAR(tbl_Tournaments[Start])=D$4)*(MONTH(tbl_Tournaments[Start])=MONTH($B6)))
    For hours: =SUMPRODUCT((tbl_Tournaments[Duration])*(YEAR(tbl_Tournaments[Start])=D$4)*(MONTH(tbl_Tournaments[Start])=MONTH($B6)))
    Attached Files Attached Files

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

    Re: Calculate summary data for Tournaments categories w/ total bankroll

    Thank you Mate,
    Okay I will, Close the thread. I think all issues of my request been solved.
    Thank you to all that took the time to help. Cheers
    you all have a Blessed Day

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 13
    Last Post: 05-09-2023, 01:02 PM
  2. [SOLVED] to Calculate Summary of total Qty based on LeadTime
    By Did13n in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 11-03-2022, 06:15 AM
  3. [SOLVED] Need sum total of categories per interval based on agent schedules and their categories
    By cph020283 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-24-2021, 05:21 PM
  4. [SOLVED] How to total categories...
    By TheVolkinator in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-30-2017, 08:50 PM
  5. Pie Chart Missing categories on summary
    By Jill Pleau in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 05-24-2016, 02:24 PM
  6. bankroll management
    By massive_set in forum Excel General
    Replies: 1
    Last Post: 02-28-2013, 09:12 AM
  7. Annual summary with categories and matching
    By minghh in forum Excel General
    Replies: 3
    Last Post: 12-14-2009, 07:24 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