fareedexcel
Member
Hi,
I need to find the no. of years by subtracting the end date and the start date.
Start date - 1.10.17
End date - 03.05.18
1st Formula - when I try by using (end date - start date)+1/365, i'm getting the answer is 0.589 Months
2nd Formula - but when I'm tried using (end date - start date)/30, i'm getting as 7.133 Months which is correct.
May I know why there is difference in the answers.
My requirement is to show " True" if the answer is >= 0.6 months.
I need to find the no. of years by subtracting the end date and the start date.
Start date - 1.10.17
End date - 03.05.18
1st Formula - when I try by using (end date - start date)+1/365, i'm getting the answer is 0.589 Months
2nd Formula - but when I'm tried using (end date - start date)/30, i'm getting as 7.133 Months which is correct.
May I know why there is difference in the answers.
My requirement is to show " True" if the answer is >= 0.6 months.