Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default How do I change this to count days

I recieved help yesterday on my "IF" problem but I forgot the fact that if a
pymt is paid a month later it isn't calculating. Here is what I got
yesterday for a fix late fee;

=IF(OR(B7="",DAY(B7)=27),43.75,0)

Column A has date pymt due
Column B has date pymt paid
Column F has the late fee


Here is what a friend and I came up with for a per day late fee

=IF((B18-A18)=5,E18*0.05+(B18-A18-5)*E18*0.01,0)

The problem is again is that I need both formulas to reconize complete dates.

Example,

Column A - Date payment is due is 3-22-08
Column B - Date payment is made is 5-20-08

Thank you for your time and assistance.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,696
Default How do I change this to count days

Make it easy. If you want to find number of days late, then do:

=(If(payment date - due date)0,(payment date - due date)*per-day charge,0)

Sounds like maybe you charge different late fees based on length of time
late? If so, just add that as a nested if.

"H Halliburton" wrote:

I recieved help yesterday on my "IF" problem but I forgot the fact that if a
pymt is paid a month later it isn't calculating. Here is what I got
yesterday for a fix late fee;

=IF(OR(B7="",DAY(B7)=27),43.75,0)

Column A has date pymt due
Column B has date pymt paid
Column F has the late fee


Here is what a friend and I came up with for a per day late fee

=IF((B18-A18)=5,E18*0.05+(B18-A18-5)*E18*0.01,0)

The problem is again is that I need both formulas to reconize complete dates.

Example,

Column A - Date payment is due is 3-22-08
Column B - Date payment is made is 5-20-08

Thank you for your time and assistance.

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
Count Days more than 180 days prior to today Gregory Day Excel Worksheet Functions 4 March 28th 08 10:16 PM
When word says Install I want it count the days for 3 days w.o wee CYNTHIA Excel Worksheet Functions 1 March 23rd 08 05:28 AM
How to change the default of 30 days change history Andy Smith[_2_] Excel Discussion (Misc queries) 6 October 23rd 07 11:57 PM
Re Change 5 week days to 7 days in this formula pano Excel Worksheet Functions 7 February 1st 07 04:20 PM
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made rhhince Excel Worksheet Functions 1 January 14th 07 09:56 PM


All times are GMT +1. The time now is 10:41 PM.

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"