View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Big Rick
 
Posts: n/a
Default DAYS360 function for 365 day year

Put date 1 in cell A1.
Put date 2 in cell A2
in A3 type =A2-A1
--
Big Rick


"Mark at Cascade" wrote:

I need a function that will calculate the number of days between two dates.
The DAYS360() function does that, but assumes a 360 day year of 12 equal 30
day months. I need the function to assume a 365 day year using the actual
days in each month.

Can anybody help me?

Thanks.