Returns the number of weeks between two given dates.
Syntax
start_date: The date from which to calculate the number of weeks. E.g. "2/5/2020"
end_date: The date up to which to calculate the number of weeks. E.g. "7/8/2020"
mode: Determines the numbering system to use. Defaults to 0 if omitted.
0 - WEEKS returns the number of whole weeks between start_date and end_date i.e. INT(number_of_days_difference / 7).
Examples
Formula |
Result |
=WEEKS("2/5/2020";"7/8/2020") |
22 |
=WEEKS(E2;F2;1) |
9 |
=WEEKS("1/1/2018";"1/1/2019") |
52 |
Possible Errors
Errors |
Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|
Similar Functions
Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.
If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.
You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.