I noticed that when I checked Excel's built in functions that among the DATE, YEAR, MONTH and NOW...there isn't any for WEEK. Does anybody know of an equivalent function that does this or is there another way of getting two dates to return the number of weeks between them? Thanks in advance.
Last edited by DorothyFan1; 02-03-2011 at 11:54 AM.
Hi,
This formula can be used to calculate the number of weeks between two dates:
Note that the functions you mentioned (DATE, YEAR etc...) themselves do not calculate differences between dates. To get the number of years, months and / or days between two dates, use the DATEDIF function.=INT((EndDate-StartDate)/7)
Last edited by Colin Legg; 02-03-2011 at 08:28 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks