A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Yes, this works, and better, I can see the logic. But I was hoping to be able to tally from the prior balance rather than the entire history - forgot to include that. So, there's no absolute cell location to work from, only relative to the current balance cell. So, if I could work out how to use the current balance cell minus 1 until I hit the prior balance, then add it, and add any debit/credits between the two balance cells, I'd have it. Any joy?
An inelegant solution would be to use a hidden column for a running total, I suppose? But I'd far rather the former...
Thanks for your support!
Is the term "Balance Due" an actual cell entry?
I have a formula that will put the balance at every instance of a credit. Like this:
| Debit | Credit | Bal |
|---|---|---|
| 50 | ||
| 10 | ||
| 5 | ||
| 10 | 55 | |
| 2 | ||
| 6 | ||
| 8 | ||
| 20 | 51 | |
| 10 | ||
| 10 | ||
| 10 | ||
| 2 | ||
| 3 | ||
| 10 | 76 | |
| 10 | 66 | |
| 5 | 61 | |
| 1 | ||
| 10 | 52 |
Is that something you can use?
--
Biff
Microsoft Excel MVP