I am completely new to Excel, and need to do a ledger for work. I have been able to figure out nearly everything so far, but am having a problem with the "Balance" Column. Each cell in this column gets the running total from the cell directly above it, and then examines the data in its own row to the left, which it then adds or subtracts to create a new total, which it finally places in its own cell in the Balance column. The problem I have is two fold:
1. I need to have some empty rows available, as we have lots of transactions to add on a regular basis. These empty rows (and more specifically, all of the empty cells in the Balance column currently report the last calculated running balance... which is technically correct and is what the formula is asking. But, it would be much better if the formula for these cells could determine when the entire row to the left is empty, and then leave the running total column blank until the row is populated.
Here is the formula I have come up with... please don't laugh, I am a complete newbie. ;-)
=SUM(INDIRECT(ADDRESS(ROW()-1,COLUMN()))+(INDIRECT("E"&ROW()))-(INDIRECT("J"&ROW())),-(INDIRECT("K"&ROW())),-(INDIRECT("L"&ROW())),-(INDIRECT("M"&ROW())),-(INDIRECT("N"&ROW())),-(INDIRECT("O"&ROW())),-(INDIRECT("P"&ROW())),-(INDIRECT("Q"&ROW())),-(INDIRECT("R"&ROW())),-(INDIRECT("S"&ROW())),-(INDIRECT("T"&ROW())),-(INDIRECT("U"&ROW())),-(INDIRECT("V"&ROW())),-(INDIRECT("W"&ROW())),-(INDIRECT("X"&ROW())),-(INDIRECT("Y"&ROW())),-(INDIRECT("Z"&ROW())),-(INDIRECT("AA"&ROW())),-(INDIRECT("AB"&ROW())),-(INDIRECT("AC"&ROW())),-(INDIRECT("AD"&ROW())),-(INDIRECT("AE"&ROW())))
2. At the very end of the Balance column I need to display... well, the balance, regardless of how many rows have been completed. Right now, I think because of the first issue, I am getting a HUGE number that is WAY off. Here's the formula I am using:
=SUM(AF10:OFFSET(AF120,-1,0))
Thanks for any help you can offer.[/FONT][/SIZE]
Bookmarks