Hello Everyone,
I'm hoping that someone can help me solve my date function issues.
I'm working on a spread sheet that will ultimately feed a pivot table report. The issue is I have two columns of dates the first column would be known as the Delivery Start Date and the second the Delivery end date. We need to determine the total number of days between the Start and Stop, that has been easy to do using the =DATEDIF(A2,B2,"D")+1 function. If the time between the dates carries from one month to the next, I must figure out how many days in the first month and how many in the second month. I can find the first month using =(DATE(YEAR(A2),MONTH(A2)+1,1)-A2)but can't anything to work for the second month.
Any help, thoughts or ideas are gratefully welcomed, I am over the limit at this point.
Thank you,
Triann_a
I'm hoping that someone can help me solve my date function issues.
I'm working on a spread sheet that will ultimately feed a pivot table report. The issue is I have two columns of dates the first column would be known as the Delivery Start Date and the second the Delivery end date. We need to determine the total number of days between the Start and Stop, that has been easy to do using the =DATEDIF(A2,B2,"D")+1 function. If the time between the dates carries from one month to the next, I must figure out how many days in the first month and how many in the second month. I can find the first month using =(DATE(YEAR(A2),MONTH(A2)+1,1)-A2)but can't anything to work for the second month.
Any help, thoughts or ideas are gratefully welcomed, I am over the limit at this point.
Thank you,
Triann_a