{"id":1183,"date":"2016-03-30T06:14:58","date_gmt":"2016-03-30T06:14:58","guid":{"rendered":"http:\/\/codethataint.com\/blog\/?p=1183"},"modified":"2016-03-30T06:14:58","modified_gmt":"2016-03-30T06:14:58","slug":"how-to-compare-two-columns-in-excel","status":"publish","type":"post","link":"https:\/\/codethataint.com\/blog\/how-to-compare-two-columns-in-excel\/","title":{"rendered":"How to compare two columns in Excel"},"content":{"rendered":"<p>formula to give you a comparison:<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n=AND(A2:A11=B2:B11)\r\n<\/pre>\n<p>Enter the formula by pressing Ctrl+Shift+Enter. If done correctly it will appear as the following:<\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n{=AND(A2:A11=B2:B11)}\r\n<\/pre>\n<p>For a case-sensitive comparison, the equals operator will not work. Instead, the EXACT() function should be used. <\/p>\n<pre class=\"brush: java; title: ; notranslate\" title=\"\">\r\n{=AND(EXACT(A2:A11,B2:B11))}\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>formula to give you a comparison: =AND(A2:A11=B2:B11) Enter the formula by pressing Ctrl+Shift+Enter. If done correctly it will appear as the following: {=AND(A2:A11=B2:B11)} For a case-sensitive comparison, the equals operator will not work. Instead, the EXACT() function should be used. {=AND(EXACT(A2:A11,B2:B11))}<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[76],"tags":[],"class_list":["post-1183","post","type-post","status-publish","format-standard","hentry","category-excel"],"_links":{"self":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/1183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/comments?post=1183"}],"version-history":[{"count":1,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/1183\/revisions"}],"predecessor-version":[{"id":1184,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/posts\/1183\/revisions\/1184"}],"wp:attachment":[{"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/media?parent=1183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/categories?post=1183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codethataint.com\/blog\/wp-json\/wp\/v2\/tags?post=1183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}