I am looking for a spreadsheet?? that shows me the rent owed then paid by the
renter and balance if any per month, but do not know how to build one!
A very simple balance sheet assuming a monthly rent:
A11 column headings:
A1: Date
B1: Rent
C1: Payments
D1: Under/Over Paid
Then in cell A3 enter the formula:
=IF(A2=quot;quot;,quot;quot;,IF(DATE(YEAR(A2),MONTH(A2) 1,DAY(A2)) lt;TODAY(),DATE(YEAR(A2),MONTH(A2) 1,DAY(A2)),quot;quot;))
and copy down as far as you need. All cells should remain with a blank
display until a date (more then a month old) is entered in A2 then
automatically display down the column as the rent days become due. The
formula will present difficulties if the day number is greater then 28 -
post back if you want it to be, say, the last day of the month.
B2 enter the formula:
=IF(A2lt;gt;quot;quot;,250,quot;quot;) with the correct rent in place of the 250 and format the
column as currency.
Column C has the rent paid directly entered as it it collected
Column D starting from D2 has the formula:
=IF(A2=quot;quot;,quot;quot;,SUM($B$2:B2)-SUM($C$2:C2))
--
HTH
Sandy
with @tiscali.co.uk
quot;Quickbooks dummyquot; lt;Quickbooks gt; wrote in
message news
gt;I am looking for a spreadsheet?? that shows me the rent owed then paid by
gt;the
gt; renter and balance if any per month, but do not know how to build one!
- Apr 21 Sat 2007 20:36
rent received/balance owed/running balance spreadsheet
close
全站熱搜
留言列表
發表留言