{"id":115,"date":"2020-02-20T02:35:00","date_gmt":"2020-02-20T02:35:00","guid":{"rendered":"https:\/\/molecularsciences.org\/content\/?p=115"},"modified":"2024-02-08T08:16:47","modified_gmt":"2024-02-08T13:16:47","slug":"nested-if-statement-in-excel","status":"publish","type":"post","link":"https:\/\/molecularsciences.org\/content\/nested-if-statement-in-excel\/","title":{"rendered":"Nested if statement in Excel"},"content":{"rendered":"\n<p>Excel allows you to write a nested if statements. Following is a typical if statement:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=if(A3=A4,\"True\",\"False\")<\/code><\/pre>\n\n\n\n<p>To write another condition inside the one returns true:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=if(A3=A4,if(B3=B4,\"True\",\"False\"),\"False\")<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Excel allows you to write a nested if statements. Following is a typical if statement: To write another condition inside the one returns true:<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[207,369],"tags":[56],"class_list":["post-115","post","type-post","status-publish","format-standard","hentry","category-excel","category-microsoft-office","tag-microsoft-excel"],"_links":{"self":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/115","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/comments?post=115"}],"version-history":[{"count":1,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/115\/revisions"}],"predecessor-version":[{"id":116,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/115\/revisions\/116"}],"wp:attachment":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/media?parent=115"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/categories?post=115"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/tags?post=115"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}