Hello, I have a question about how to keep track of the Spins on GGPoker. I tried HoldemManager3 and PokerTracker4 (manual import) and both had problems with Spins.
How do you guys keep track of your results? Is there a software that is working for Spins? I play mostly 6max. I know that they have their own PokerCraft Website and I can divide my buyins from all my winnings but I would like to see what I've won at which Buyin.
Thanks
IDK, I used excel to track my spins and battle royales.
From their site, try showing all the tournaments. Press Ctrl+A and Copy the whole selected data.
Go to Excel or other program with cells. Paste your data. It will be pasted correctly, every bit of data in a new cell.
Here are some commands if you haven't paid much attention in school:
In a new empty cell write this:
=SUM(A6:A999)
that sums all numbers in cells A6 to A999
=SUM(A6:C999)
the same but with the 3 columns A through C
So you can sum all your cashes and all your buy-ins, inputing the results in 2 new cells. Then you can substract one from the other to get your profit. Then you can divide the profit by your buy-ins to get your ROI.
If you want to arrange by buy-ins, select all the cells with data, right click -> Custom Sort, select the coulmn you want to get sorted by, then Sort by Value, and lastly A-Z or however you want to sort it.
Hope that helps!