From 05eab5823efe03942b57b532b1e9485b77415dc0 Mon Sep 17 00:00:00 2001 From: Wesley Blake Date: Thu, 16 May 2024 16:02:42 -0700 Subject: [PATCH] Add DATEDIF disclaimer (#5686) Asterisk for DATEIF function, doesn't show as a regular function, but can still be used. --- .../content/101-excel/100-basic-functions/110-datedif.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/data-analyst/content/101-excel/100-basic-functions/110-datedif.md b/src/data/roadmaps/data-analyst/content/101-excel/100-basic-functions/110-datedif.md index cbe1dc7e9..bba046998 100644 --- a/src/data/roadmaps/data-analyst/content/101-excel/100-basic-functions/110-datedif.md +++ b/src/data/roadmaps/data-analyst/content/101-excel/100-basic-functions/110-datedif.md @@ -1,3 +1,5 @@ # DATEDIF -The `DATEDIF` function is an incredibly valuable tool for a Data Analyst in Excel or Google Sheets, by providing the ability to calculate the difference between two dates. This function takes in three parameters: start date, end date and the type of difference required (measured in years, months, days, etc.). In Data Analysis, particularly when dealing with time-series data or when you need to uncover trends over specific periods, the `DATEDIF` function is a necessary asset. Recognizing its functionality will enable a data analyst to manipulate or shape data progressively and efficiently. \ No newline at end of file +The `DATEDIF` function is an incredibly valuable tool for a Data Analyst in Excel or Google Sheets, by providing the ability to calculate the difference between two dates. This function takes in three parameters: start date, end date and the type of difference required (measured in years, months, days, etc.). In Data Analysis, particularly when dealing with time-series data or when you need to uncover trends over specific periods, the `DATEDIF` function is a necessary asset. Recognizing its functionality will enable a data analyst to manipulate or shape data progressively and efficiently. + +* `DATEDIF` is technically still supported, but wont show as an option. For additional information, see Excel "Help" page.