http://office.microsoft.com/en-us/templates/results.aspx?qu=ledger&av=TPL000
Gord Dibben MS Excel MVP
Thanks, Gord, but none of them are what I'm seeking. Anyway, I just
made my own template & now have another plroblem. I want to insert
the formula to add to the balance if there's a value in the debit
column or subtract from the balance if there's a value in the credit
column, but I don't know how to say value or blank value in Excel
language. How do I say "If x=a value" or "if y=blank"?
=IF(A1>0,do something) for a cell with a positive value
=IF(A1="",do something else) for a cell with no value
=IF(A1<=0,do something different) for a negative value or a 0
Gord
When clicking & dragging a formula, to copy it down a column, Excel
2007 doesnt alter the position values to suit its cell position as in
Excel 2003. So all it does is repeat the function of the first row's
values over & over again. So to repeat the formula with different
location values, I have to enter a different formula for each row,
which is a lot of typing.
When entering a value in the opening balance cell, it repeats all the
way down the column. How do I program it so that a value only appears
when a value is inserted in its row?
Change to relative references or set calculation mode to automatic.
Second question...............
Trap for no data.
=IF(A1="","",A1)
Gord Dibben MS Excel MVP
It is a very comprehensive program, which include expense payments by:
check, cash, debit card, and credit card.
It has a checking account reconciliation sheet.
The chart of accounts may be customized to your business.
I have just started to market it.
But I could send you a FREE copy for your evaluation.
Just promise not to give it to others.
Send me your E-mail address and I will send you the template as an
attachment. It has no Macros, nor viruses, etc. It is just a spreadsheet.
Reply to: lensh...@hotmail.com
Maybe you should upload it to a file hosting site so's we can download it
without giving you an email address.
Gord Dibben MS Excel MVP
On Sat, 17 Oct 2009 03:15:13 +0800, "Len Shapiro"<lensh...@hotmail.com>
wrote: