{"id":38,"date":"2010-03-10T18:59:11","date_gmt":"2010-03-10T15:59:11","guid":{"rendered":"http:\/\/meekconsulting.com\/?p=38"},"modified":"2015-08-21T05:04:59","modified_gmt":"2015-08-21T02:04:59","slug":"calculating-the-fiscal-year-in-excel","status":"publish","type":"post","link":"https:\/\/meekconsulting.com\/?p=38","title":{"rendered":"Calculating the Fiscal Year in Excel"},"content":{"rendered":"<p>Jason came up with this nifty formula to calculate the fiscal year in excel based on a string in the YYYY-MM-DD format.<br \/>\nIt could be adapted to support other formats by changing the MID substring values ( MID is the excel Substring function).<\/p>\n<p>This example references a date in cell AB7 \u2014 you\u2019ll have to change that to refer to your date field.<\/p>\n<blockquote><p>=IF(MID(AB7,6,2)=\u201d10\u2033,MID(AB7,1,4)+1,IF(MID(AB7,6,2)=\u201d11\u2033,MID(AB7,1,4)+1,IF(MID(AB7,6,2)=\u201d12\u2033,MID(AB7,1,4)+1,0+MID(AB7,1,4))))<\/p><\/blockquote>\n<script type=\"text\/javascript\"><!--\r\ngoogle_ad_client = \"pub-6359582739669067\";\r\n\/* FF 200x image ad *\/\r\ngoogle_ad_slot = \"8352208115\";\r\ngoogle_ad_width = 200;\r\ngoogle_ad_height = 200;\r\n\/\/-->\r\n<\/script>\r\n<script type=\"text\/javascript\"\r\nsrc=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">\r\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Jason came up with this nifty formula to calculate the fiscal year in excel based on a string in the YYYY-MM-DD format. It could be adapted to support other formats by changing the MID substring values ( MID is the &hellip; <a href=\"https:\/\/meekconsulting.com\/?p=38\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/posts\/38"}],"collection":[{"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=38"}],"version-history":[{"count":5,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/posts\/38\/revisions"}],"predecessor-version":[{"id":218,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=\/wp\/v2\/posts\/38\/revisions\/218"}],"wp:attachment":[{"href":"https:\/\/meekconsulting.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=38"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=38"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meekconsulting.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}