Hi all,
I'm trying to calculate an average of the final (last) bank balance for each day. There are many bank transaction lines daily (with a corresponding updated balance). Because of the volume causing so many ending balances in a single day, it skews the average that is most useful - which is the balance at the very end of the day (I can explain more of my reasoning if required).
Again, I only want the final (last) bank balance for each day. Meaning, there could be 100 lines of transactions for today, but I just need the very final/last balance for today in my AVERAGE calculation.
With this example bank statement, I would want to average only the numbers that are bolded, since they are the final balance for each day, reflecting all the activity for that day.
Any ideas?
Thanks!
James
I'm trying to calculate an average of the final (last) bank balance for each day. There are many bank transaction lines daily (with a corresponding updated balance). Because of the volume causing so many ending balances in a single day, it skews the average that is most useful - which is the balance at the very end of the day (I can explain more of my reasoning if required).
Again, I only want the final (last) bank balance for each day. Meaning, there could be 100 lines of transactions for today, but I just need the very final/last balance for today in my AVERAGE calculation.
With this example bank statement, I would want to average only the numbers that are bolded, since they are the final balance for each day, reflecting all the activity for that day.
Any ideas?
Thanks!
James
Date | Description | Debit | Credit | Balance |
11/05/2023 | xyz | 6,000 | 6,000 | |
11/05/2023 | xyz | 50 | 5,950 | |
11/06/2023 | xyz | 100 | 5,850 | |
11/06/2023 | xyz | 10,000 | 15,850 | |
11/07/2023 | xyz | 3,000 | 12,850 | |
11/08/2023 | xyz | 40 | 12,890 | |
11/08/2023 | xyz | 25,000 | 37,890 | |
11/08/2023 | xyz | 80,000 | 117,890 |