Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Calculation for Dates

I'm sending out montly rent bills.

They contain a 5% late payment penalty if the rent is received after
the 5th of the month.

I'd love to setup up in excell a cell with the correct formula for a
"late payment fee". The spreadsheet contains a cell "RENT" where the
rent is listed.

During the 3rd or 4th week of the current month, and it varies as to
exact date, the bills are mailed out for the upcoming month.

Any help would be appreciated.

Bernie
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Calculation for Dates

Since you don't say anthing about where the information is to make the
determination:

Assume the payment date of last month is in C4, the Due date is in B4

the rent is in A1

the formula in D5 (this month's rent amount)

=if(C4-B45,1.05*$A$1,$A$1)

Regards,
Tom Ogilvy


Larry Moskowitz wrote in message
om...
I'm sending out montly rent bills.

They contain a 5% late payment penalty if the rent is received after
the 5th of the month.

I'd love to setup up in excell a cell with the correct formula for a
"late payment fee". The spreadsheet contains a cell "RENT" where the
rent is listed.

During the 3rd or 4th week of the current month, and it varies as to
exact date, the bills are mailed out for the upcoming month.

Any help would be appreciated.

Bernie



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
calculation of future value between two dates manas123 Excel Discussion (Misc queries) 2 November 19th 09 06:27 AM
Calculation Between 2 Dates LF[_2_] Excel Worksheet Functions 11 May 31st 09 12:04 PM
Calculation with dates Vanna Excel Worksheet Functions 1 March 4th 06 06:33 AM
Calculation between two dates Rameris Excel Worksheet Functions 11 January 29th 06 12:13 AM
calculation sundays between two dates jeff thinkin Excel Discussion (Misc queries) 3 September 15th 05 02:07 AM


All times are GMT +1. The time now is 12:15 AM.

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

About Us

"It's about Microsoft Excel"