Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Quickbooks dummy
 
Posts: n/a
Default rent received/balance owed/running balance spreadsheet

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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sandy Mann
 
Posts: n/a
Default rent received/balance owed/running balance spreadsheet

A very simple balance sheet assuming a monthly rent:

A1:D1 column headings:

A1: Date
B1: Rent
C1: Payments
D1: Under/Over Paid

Then in cell A3 enter the formula:

=IF(A2="","",IF(DATE(YEAR(A2),MONTH(A2)+1,DAY(A2)) <TODAY(),DATE(YEAR(A2),MONTH(A2)+1,DAY(A2)),""))
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(A2<"",250,"") 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="","",SUM($B$2:B2)-SUM($C$2:C2))

--
HTH

Sandy

with @tiscali.co.uk

"Quickbooks dummy" <Quickbooks
wrote in
message ...
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!




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Formula for Returning values in another spreadsheet lrbest4x4xfar Excel Worksheet Functions 1 October 14th 05 03:52 PM
Hyperlinking to Excel 2000 with a linked spreadsheet LDPitsy1970 Excel Discussion (Misc queries) 0 October 12th 05 03:31 PM
Spreadsheet merging problems Sam B Excel Worksheet Functions 0 September 19th 05 09:05 PM
Format spreadsheet so no input allowed if certain cell is =<0 Jan Buckley Excel Worksheet Functions 9 January 26th 05 01:21 AM


All times are GMT +1. The time now is 07:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"