{"id":1141,"date":"2023-11-07T12:00:44","date_gmt":"2023-11-07T17:00:44","guid":{"rendered":"https:\/\/molecularsciences.org\/content\/?p=1141"},"modified":"2023-11-27T14:42:06","modified_gmt":"2023-11-27T19:42:06","slug":"counting-cells-in-excel","status":"publish","type":"post","link":"https:\/\/molecularsciences.org\/content\/counting-cells-in-excel\/","title":{"rendered":"Counting cells in Excel"},"content":{"rendered":"\n<p>Excel provides 4 different functions to count cells: count(), counta(), countblank(), countif()<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=count(A1:A10)<\/code><\/pre>\n\n\n\n<p>Counts cells in the range which hold a value. Empty cells and cells containing formulas are not counted.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=counta(A1:A10)<\/code><\/pre>\n\n\n\n<p>Counts non-empty cells in the range. Cells containing formulas are counted.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=countblank(A1,A10)<\/code><\/pre>\n\n\n\n<p>Counts empty cells in the range.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>=countif(A1:A10,\u201d&lt;10\u2033)<\/code><\/pre>\n\n\n\n<p>Counts cells in the range which satisfy a condition. In this example, only cells with value less than 10 are counted.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Excel provides 4 different functions to count cells: count(), counta(), countblank(), countif() Counts cells in the range which hold a value. Empty cells and cells containing formulas are not counted. Counts non-empty cells in the range. Cells containing formulas are counted. Counts empty cells in the range. Counts cells in the range which satisfy a [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1217,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[207],"tags":[],"class_list":["post-1141","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-excel"],"_links":{"self":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/1141","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=1141"}],"version-history":[{"count":1,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/1141\/revisions"}],"predecessor-version":[{"id":1142,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/posts\/1141\/revisions\/1142"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/media\/1217"}],"wp:attachment":[{"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/media?parent=1141"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/categories?post=1141"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/molecularsciences.org\/content\/wp-json\/wp\/v2\/tags?post=1141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}