Forum Discussion
I need a formula to SUM the Bank and ROI columns by day / week, etc. for single and Multi Bet 2,3,4
- Jan 07, 2022
noporschenolife Here is a formula for the day by day running total and you should be able to modify for the other columns:
=IF(Bets!A27="", "",IF(Bets!A27=MAX(Bets!A$11:A26),Bets!AC27+INDEX(Bets!AC$11:AC26,MAX(ROW(Bets!A$11:A26)*ISNUMBER(Bets!A$11:A26)-ROW(A$10))),Bets!AC27))Basically it checks if this date is = to the max of all previous dates (i.e. doesn't care if there are spaces) then if so it INDEXes the column of data based on the last row that ISNUMBER.
BTW if you are using Excel 365, you might be able to make an easier formula using FILTER and LET functions.
- mtarlerJan 08, 2022Silver Contributorwow that is quite the offer but we just volunteer here. feel free to post questions here and there are many volunteers even better than me that can help or you can direct message me if you questions. I wish you all the best would love to hear how it goes.
- noporschenolifeJan 09, 2022Copper Contributor
Yes, I understand that there are smarter people, and that people here help people just like me, but you helped me in solving the problem, not them, that's the difference. But this is your decision, and if you change your mind, I will only be glad.
I changed the formulas for my language and changed the symbols from "," to ";" and stretched it to the entire column and it works fine. Then I began to try to change it under the "Bank Week" column, but I made a mistake somewhere and did not fully understand the last part in the formula, or rather I understand it, but I can correctly apply it under "Bank Week".That's what I did:
= IF (Bets! A12 = ""; ""; IF (WEEKNUM (Bets! A12) = MAX (WEEKNUM (Bets! A $ 11: A11)); Bets! AC12 + INDEX (Bets! AC $ 11: AC11; MAX ( ROW (Bets! A $ 11: A11) * ISNUMBER (Bets! A $ 11: A11) -ROW (A $ 10))); Bets! AC12))We need to implement this part by applying it to your formula above:
IF (blablabla; "Bets! AC12 + 'Bank + ROI'! B2"; Bets! AC12)I will reload the xlsx file, if I have time, see what is wrong there, or do as you can (my logic is not enough to do it right).
Thanks Matt.https://dropmefiles.com/h1yll