{"id":2166,"date":"2021-04-04T12:21:30","date_gmt":"2021-04-04T12:21:30","guid":{"rendered":"http:\/\/marstraining.in\/?p=2166"},"modified":"2021-04-04T13:27:36","modified_gmt":"2021-04-04T13:27:36","slug":"how-to-calculate-difference-between-two-date-in-excel-datedif","status":"publish","type":"post","link":"https:\/\/marstraining.in\/?p=2166","title":{"rendered":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)???"},"content":{"rendered":"<p>MS Excel DATEDIF function returns the difference between two date values, based on the given interval.<\/p>\n<p>The <strong>DATEDIF<\/strong> function is a hidden built-in function in Excel that is categorized as a\u00a0<strong><em>Date\/Time Function<\/em><\/strong>. It can be used as other worksheet function of Excel, but user can\u2019t get help of this function due to its hidden characteristics.<\/p>\n<p><strong>Note<\/strong><strong>&#8211;<\/strong><strong>DATEDIF<\/strong>\u00a0is not a standard\u00a0<strong>function<\/strong>\u00a0and hence not a part of\u00a0Excel <strong>functions<\/strong>\u00a0library and so there is no documentation(help) for this.<strong> Excel<\/strong>\u00a0provides the\u00a0<strong>DATEDIF function<\/strong>\u00a0in order to support older workbooks from Lotus 1-2-3. The\u00a0<strong>DATEDIF function<\/strong>\u00a0may calculate wrong results under certain scenarios.<\/p>\n<p><strong>Syntax<\/strong><\/p>\n<p>Following is syntax of\u00a0 the DATEDIF function:<\/p>\n<p><span style=\"color: #00ccff;\">DATEDIF( start_date, end_date, interval )<\/span><\/p>\n<p><strong><u>Parameters\/Arguments<\/u><\/strong><\/p>\n<p><strong>start_date and end_date- <\/strong>The two dates to calculate the difference between where the start_date can\u2019t be greater than end_date. The <strong>Entered Date format<\/strong> should also match with your computer Date format,i.e. if your computer Date format is MM\/DD\/YYYY then you can\u2019t type DD\/MM\/YYYY<\/p>\n<p><strong>Interval- <\/strong>The interval of time to use to calculate the difference between date1 and date2 is known as <strong>INTERVAL<\/strong> here. Below is a list of valid interval that can be used<\/p>\n<p>&nbsp;<\/p>\n<table>\n<thead>\n<tr>\n<td><strong>Interval<\/strong><\/td>\n<td><strong>Description<\/strong><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Y<\/strong><\/td>\n<td><strong>The number of complete years.<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>M<\/strong><\/td>\n<td><strong>The number of complete months.<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>D<\/strong><\/td>\n<td><strong>The number of days.<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>MD<\/strong><\/td>\n<td><strong>The difference between the days (months and years are ignored).<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>YM<\/strong><\/td>\n<td><strong>The difference between the months (days and years are ignored).<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>YD<\/strong><\/td>\n<td><strong>The difference between the days (years and dates are ignored).<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong><br \/>\nReturns<br \/>\n<\/strong>The DATEDIF function returns a numeric value as a result.<\/p>\n<p><strong>Applies to version<\/strong><\/p>\n<ul>\n<li>Excel 2000 onward<\/li>\n<\/ul>\n<p><strong>Example (as a Function)<br \/>\n<\/strong>Let&#8217;s see some Excel DATEDIF function examples and learn how to use the DATEDIF function in Microsoft Excel:<\/p>\n<p><a href=\"http:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1.jpg\"><img decoding=\"async\" class=\"size-medium wp-image-2167 aligncenter\" src=\"http:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1-300x128.jpg 300w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1-500x213.jpg 500w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1-600x256.jpg 600w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-1.jpg 750w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>Based on the above Excel spreadsheet, the following DATEDIF examples will return:<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;Y&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 16(difference as total number of YEARS)<\/span><\/p>\n<p><span style=\"color: #00ccff;\">Note- here TODAY() is used as an end date in function argument. It is Excel inbuilt function which returns system date, i.e. current date.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;M&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 191(difference as total number of MONTHS)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;D&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 5828(difference as total number of DAYS)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;YM&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 11(difference as total number of remaining MONTHS after YEARS)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;MD&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 15(difference as total number of remaining DAYS after YEARS)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #00ccff;\">=DATEDIF(C2, TODAY(), &#8220;YD&#8221;)<\/span><\/p>\n<p><span style=\"color: #00ccff;\"><em>Result:<\/em> 349(difference as total number of remaining DAYS after years)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><a href=\"http:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2.jpg\"><img decoding=\"async\" class=\"size-medium wp-image-2168 aligncenter\" src=\"http:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2-300x128.jpg 300w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2-500x213.jpg 500w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2-600x256.jpg 600w, https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-2.jpg 750w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p>Above picture shows how to calculate the differences between two <strong>DATES<\/strong> and to calculate <strong>Total<\/strong> using &amp; operator. It&#8217;s nothing but substitute of Excel CONCATENATE Function.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>MS Excel DATEDIF function returns the difference between two date values, based on the given interval. The DATEDIF function is a hidden built-in function in Excel that is categorized as a\u00a0Date\/Time Function. It can be used as other worksheet function of Excel, but user can\u2019t get help of this function due to its hidden characteristics. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2169,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"0","ocean_second_sidebar":"0","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"0","ocean_custom_header_template":"0","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"0","ocean_menu_typo_font_family":"0","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"0","_vp_format_video_url":"","_vp_image_focal_point":[],"_joinchat":[],"ocean_post_oembed":"","ocean_post_self_hosted_media":"","ocean_post_video_embed":"","ocean_link_format":"","ocean_link_format_target":"self","ocean_quote_format":"","ocean_quote_format_link":"post","ocean_gallery_link_images":"off","ocean_gallery_id":[],"footnotes":""},"categories":[36],"tags":[],"class_list":["post-2166","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blogs","entry","has-media","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/marstraining.in\/?p=2166\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining\" \/>\n<meta property=\"og:description\" content=\"MS Excel DATEDIF function returns the difference between two date values, based on the given interval. The DATEDIF function is a hidden built-in function in Excel that is categorized as a\u00a0Date\/Time Function. It can be used as other worksheet function of Excel, but user can\u2019t get help of this function due to its hidden characteristics. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/marstraining.in\/?p=2166\" \/>\n<meta property=\"og:site_name\" content=\"MARStraining\" \/>\n<meta property=\"article:published_time\" content=\"2021-04-04T12:21:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-04-04T13:27:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"750\" \/>\n\t<meta property=\"og:image:height\" content=\"320\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Prof RASHID RIZWI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Prof RASHID RIZWI\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166\"},\"author\":{\"name\":\"Prof RASHID RIZWI\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/#\\\/schema\\\/person\\\/a26a42a0305d3d78bfb7e54d5b9520a1\"},\"headline\":\"How To Calculate Difference Between Two Dates in Excel (DATEDIF)???\",\"datePublished\":\"2021-04-04T12:21:30+00:00\",\"dateModified\":\"2021-04-04T13:27:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166\"},\"wordCount\":458,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/DATE-DIFFERENCE.jpg\",\"articleSection\":[\"Blogs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/marstraining.in\\\/?p=2166#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166\",\"url\":\"https:\\\/\\\/marstraining.in\\\/?p=2166\",\"name\":\"How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/DATE-DIFFERENCE.jpg\",\"datePublished\":\"2021-04-04T12:21:30+00:00\",\"dateModified\":\"2021-04-04T13:27:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/marstraining.in\\\/?p=2166\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#primaryimage\",\"url\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/DATE-DIFFERENCE.jpg\",\"contentUrl\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2021\\\/04\\\/DATE-DIFFERENCE.jpg\",\"width\":750,\"height\":320},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/?p=2166#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/marstraining.in\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Calculate Difference Between Two Dates in Excel (DATEDIF)???\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/#website\",\"url\":\"https:\\\/\\\/marstraining.in\\\/\",\"name\":\"MARStraining\",\"description\":\"We Enhance Professionals\",\"publisher\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/marstraining.in\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/#organization\",\"name\":\"MARStraining\",\"url\":\"https:\\\/\\\/marstraining.in\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/logo.png\",\"contentUrl\":\"https:\\\/\\\/marstraining.in\\\/wp-content\\\/uploads\\\/2019\\\/12\\\/logo.png\",\"width\":175,\"height\":50,\"caption\":\"MARStraining\"},\"image\":{\"@id\":\"https:\\\/\\\/marstraining.in\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/marstraining.in\\\/#\\\/schema\\\/person\\\/a26a42a0305d3d78bfb7e54d5b9520a1\",\"name\":\"Prof RASHID RIZWI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g\",\"caption\":\"Prof RASHID RIZWI\"},\"url\":\"https:\\\/\\\/marstraining.in\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/marstraining.in\/?p=2166","og_locale":"en_US","og_type":"article","og_title":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining","og_description":"MS Excel DATEDIF function returns the difference between two date values, based on the given interval. The DATEDIF function is a hidden built-in function in Excel that is categorized as a\u00a0Date\/Time Function. It can be used as other worksheet function of Excel, but user can\u2019t get help of this function due to its hidden characteristics. [&hellip;]","og_url":"https:\/\/marstraining.in\/?p=2166","og_site_name":"MARStraining","article_published_time":"2021-04-04T12:21:30+00:00","article_modified_time":"2021-04-04T13:27:36+00:00","og_image":[{"width":750,"height":320,"url":"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg","type":"image\/jpeg"}],"author":"Prof RASHID RIZWI","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Prof RASHID RIZWI","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/marstraining.in\/?p=2166#article","isPartOf":{"@id":"https:\/\/marstraining.in\/?p=2166"},"author":{"name":"Prof RASHID RIZWI","@id":"https:\/\/marstraining.in\/#\/schema\/person\/a26a42a0305d3d78bfb7e54d5b9520a1"},"headline":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)???","datePublished":"2021-04-04T12:21:30+00:00","dateModified":"2021-04-04T13:27:36+00:00","mainEntityOfPage":{"@id":"https:\/\/marstraining.in\/?p=2166"},"wordCount":458,"commentCount":6,"publisher":{"@id":"https:\/\/marstraining.in\/#organization"},"image":{"@id":"https:\/\/marstraining.in\/?p=2166#primaryimage"},"thumbnailUrl":"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg","articleSection":["Blogs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/marstraining.in\/?p=2166#respond"]}]},{"@type":"WebPage","@id":"https:\/\/marstraining.in\/?p=2166","url":"https:\/\/marstraining.in\/?p=2166","name":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)??? - MARStraining","isPartOf":{"@id":"https:\/\/marstraining.in\/#website"},"primaryImageOfPage":{"@id":"https:\/\/marstraining.in\/?p=2166#primaryimage"},"image":{"@id":"https:\/\/marstraining.in\/?p=2166#primaryimage"},"thumbnailUrl":"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg","datePublished":"2021-04-04T12:21:30+00:00","dateModified":"2021-04-04T13:27:36+00:00","breadcrumb":{"@id":"https:\/\/marstraining.in\/?p=2166#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/marstraining.in\/?p=2166"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marstraining.in\/?p=2166#primaryimage","url":"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg","contentUrl":"https:\/\/marstraining.in\/wp-content\/uploads\/2021\/04\/DATE-DIFFERENCE.jpg","width":750,"height":320},{"@type":"BreadcrumbList","@id":"https:\/\/marstraining.in\/?p=2166#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/marstraining.in\/"},{"@type":"ListItem","position":2,"name":"How To Calculate Difference Between Two Dates in Excel (DATEDIF)???"}]},{"@type":"WebSite","@id":"https:\/\/marstraining.in\/#website","url":"https:\/\/marstraining.in\/","name":"MARStraining","description":"We Enhance Professionals","publisher":{"@id":"https:\/\/marstraining.in\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/marstraining.in\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/marstraining.in\/#organization","name":"MARStraining","url":"https:\/\/marstraining.in\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/marstraining.in\/#\/schema\/logo\/image\/","url":"https:\/\/marstraining.in\/wp-content\/uploads\/2019\/12\/logo.png","contentUrl":"https:\/\/marstraining.in\/wp-content\/uploads\/2019\/12\/logo.png","width":175,"height":50,"caption":"MARStraining"},"image":{"@id":"https:\/\/marstraining.in\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/marstraining.in\/#\/schema\/person\/a26a42a0305d3d78bfb7e54d5b9520a1","name":"Prof RASHID RIZWI","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1518a55275e34b8fb9f8045626baba9f033b94c3b4fd450134a386a5f5c5dbdc?s=96&d=mm&r=g","caption":"Prof RASHID RIZWI"},"url":"https:\/\/marstraining.in\/?author=1"}]}},"_links":{"self":[{"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/posts\/2166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/marstraining.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2166"}],"version-history":[{"count":4,"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/posts\/2166\/revisions"}],"predecessor-version":[{"id":2173,"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/posts\/2166\/revisions\/2173"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/marstraining.in\/index.php?rest_route=\/wp\/v2\/media\/2169"}],"wp:attachment":[{"href":"https:\/\/marstraining.in\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/marstraining.in\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/marstraining.in\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}