Check out our brand new Local Poker Communities! Get updates and interact with poker players in your area.
Visit the United States Poker Community | Visit the California Poker Community | Read more about the Launch of P5s Local
  1. I myself am an Excel junkie. I just have yet to harness its full power.

    Question:

    In my “Poker Results” excel file, I keep track of game, type of game, and buy-in (and many other things).

    Is it possible for me to draw the average buy-in based on a combination of game and type?

    For example, I have one results sheet and one summary sheet. I want to have a cell in my “summary” sheet that will show the average buy-in of ONLY NLH MTTs, as labeled in my “results” sheet.

    The only way I know how to do this is to sort the “results” sheet first by MTT, then by NLH to get NLH MTTs together and then on my “summary” sheet manually set the range to be averaged as, for example, B2:B10…

    I would like to automate this as much as possible. If I could write a function to only average those NLHMTTs, it would save a lot of time and make it easier to run different reports and see where strengths and weaknesses were.

    Thanks for any assistance or advice.
     
  2. Can't you use a SUMIF function and just put the criteria you want? I'm not sure how your database is organized but I think just using SUMIF should work.
  3. I do the SUMIF to count the number of those types of entries. Now I would like to use a function like AVERAGEIF to average the buy-in amounts, but they don't have that as far as I can tell.
     
    Thread Starter
  4. =average(SUMIF(A2:A18,"=NLH MTT",B2:B18))

    CHANGE YOUR RANGE FOR FIRST PART TO THE COLUMN THAT HAS NLH MTT, CHANGE THE 2ND ONE TO THE COLUMN THAT HAS YOUR BUY IN.

    -JESTER
  5. PM 1.21gigawatts or clizzark they can help you

Similar Threads