{"id":2729,"date":"2023-07-20T23:35:09","date_gmt":"2023-07-20T23:35:09","guid":{"rendered":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/"},"modified":"2023-07-20T23:35:09","modified_gmt":"2023-07-20T23:35:09","slug":"planilhas-do-google-se-nao-estiverem-vazias","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/","title":{"rendered":"Planilhas google: uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar a seguinte f\u00f3rmula no Planilhas Google para concluir uma tarefa se uma c\u00e9lula n\u00e3o estiver vazia:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=IF( <span dir=\"auto\" style=\"color: #ff6600;\">A1<\/span> <span class=\"  default-formula-text-color\" dir=\"auto\">&lt;&gt;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> , Value_If_Not_Empty, Value_If_Empty)<\/span>\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula espec\u00edfica verifica se a c\u00e9lula <strong>A1<\/strong> est\u00e1 vazia. Se n\u00e3o estiver vazio, <strong>Value_If_Not_Empty<\/strong> ser\u00e1 retornado. Caso contr\u00e1rio, <strong>Value_If_Empty<\/strong> ser\u00e1 retornado.<\/span><\/p>\n<p> <span style=\"color: #000000;\">O exemplo a seguir mostra como usar esta f\u00f3rmula na pr\u00e1tica.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Exemplo: Use a f\u00f3rmula \u201cSe n\u00e3o estiver vazio\u201d<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Digamos que temos o seguinte conjunto de dados no Planilhas Google que cont\u00e9m informa\u00e7\u00f5es sobre v\u00e1rios times de basquete:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-24039 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vide1-2.jpg\" alt=\"\" width=\"476\" height=\"431\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos usar a seguinte f\u00f3rmula para retornar um valor \u201cA equipe existe\u201d se a c\u00e9lula na coluna A n\u00e3o estiver vazia. Caso contr\u00e1rio, retornaremos o valor \u201cN\u00e3o existe\u201d:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=IF( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\"  default-formula-text-color\" dir=\"auto\">&lt;&gt;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> , \" <span style=\"color: #008000;\">Team Exists<\/span> \", \" <span style=\"color: #008000;\">Does Not Exist<\/span> \")<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula na pr\u00e1tica:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-24040\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vide2-1.jpg\" alt=\"Planilhas Google se a f\u00f3rmula n\u00e3o estiver vazia\" width=\"514\" height=\"440\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Se o nome da equipe n\u00e3o estiver vazio na coluna A, ent\u00e3o &#8220;Equipe existe&#8221; ser\u00e1 retornado.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Caso contr\u00e1rio, \u201cDoes Not Exist\u201d ser\u00e1 retornado.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Observe que tamb\u00e9m poder\u00edamos retornar valores num\u00e9ricos em vez de valores de caracteres.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Por exemplo, poder\u00edamos usar a seguinte f\u00f3rmula para retornar o valor da coluna de pontos multiplicado por dois se a c\u00e9lula da coluna A n\u00e3o estiver vazia. Caso contr\u00e1rio, retornaremos um valor vazio:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=IF( <span dir=\"auto\" style=\"color: #ff6600;\">A2<\/span> <span class=\"  default-formula-text-color\" dir=\"auto\">&lt;&gt;<\/span> <span class=\" string \" dir=\"auto\">\"\"<\/span> , <span dir=\"auto\" style=\"color: #800080;\">B2<\/span> <span class=\"  default-formula-text-color\" dir=\"auto\">*<\/span> <span class=\"number\" dir=\"auto\" style=\"color: #3366ff;\">2<\/span> , <span class=\" string \" dir=\"auto\">\"\"<\/span> )\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">A captura de tela a seguir mostra como usar esta f\u00f3rmula na pr\u00e1tica:<\/span><\/p>\n<p> <span style=\"color: #000000;\">Se o nome do time n\u00e3o estiver vazio na coluna A, retornamos o valor na coluna de pontos multiplicado por dois.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Caso contr\u00e1rio, retornamos um valor vazio.<\/span><\/p>\n<h3> <span style=\"color: #000000;\"><strong>Recursos adicionais<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como realizar outras tarefas comuns no Planilhas Google:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/pt\/o-filtro-do-planilhas-google-contem-texto\/\" target=\"_blank\" rel=\"noopener\">Como filtrar c\u00e9lulas que cont\u00eam texto no Planilhas Google<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/google-deixa-sob-corrente\/\" target=\"_blank\" rel=\"noopener\">Como extrair uma substring no Planilhas Google<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-extraem-o-numero-do-canal\/\" target=\"_blank\" rel=\"noopener\">Como extrair n\u00fameros de uma string no Planilhas Google<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar a seguinte f\u00f3rmula no Planilhas Google para concluir uma tarefa se uma c\u00e9lula n\u00e3o estiver vazia: =IF( A1 &lt;&gt; &#8220;&#8221; , Value_If_Not_Empty, Value_If_Empty) Esta f\u00f3rmula espec\u00edfica verifica se a c\u00e9lula A1 est\u00e1 vazia. Se n\u00e3o estiver vazio, Value_If_Not_Empty ser\u00e1 retornado. Caso contr\u00e1rio, Value_If_Empty ser\u00e1 retornado. O exemplo a seguir mostra como usar [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11],"tags":[],"class_list":["post-2729","post","type-post","status-publish","format-standard","hentry","category-guia"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-20T23:35:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vide1-2.jpg\" \/>\n<meta name=\"author\" content=\"Dr. benjamim anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Dr. benjamim anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tempo estimado de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/\",\"url\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/\",\"name\":\"Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-20T23:35:09+00:00\",\"dateModified\":\"2023-07-20T23:35:09+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planilhas google: uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/pt\/#website\",\"url\":\"https:\/\/statorials.org\/pt\/\",\"name\":\"Statorials\",\"description\":\"O seu guia para a literacia estat\u00edstica!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/pt\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-PT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\",\"name\":\"Dr. benjamim anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-PT\",\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Dr. benjamim anderson\"},\"description\":\"Ol\u00e1, sou Benjamin, um professor aposentado de estat\u00edstica que se tornou professor dedicado na Statorials. Com vasta experi\u00eancia e conhecimento na \u00e1rea de estat\u00edstica, estou empenhado em compartilhar meu conhecimento para capacitar os alunos por meio de Statorials. Saber mais\",\"sameAs\":[\"https:\/\/statorials.org\/pt\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials","description":"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.","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:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/","og_locale":"pt_PT","og_type":"article","og_title":"Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials","og_description":"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.","og_url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/","og_site_name":"Statorials","article_published_time":"2023-07-20T23:35:09+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/vide1-2.jpg"}],"author":"Dr. benjamim anderson","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Dr. benjamim anderson","Tempo estimado de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/","url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/","name":"Planilhas Google: uma f\u00f3rmula simples para &quot;Se n\u00e3o estiver vazio&quot; - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-20T23:35:09+00:00","dateModified":"2023-07-20T23:35:09+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d no Planilhas Google, com um exemplo.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-nao-estiverem-vazias\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Planilhas google: uma f\u00f3rmula simples para \u201cse n\u00e3o estiver vazio\u201d"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/pt\/#website","url":"https:\/\/statorials.org\/pt\/","name":"Statorials","description":"O seu guia para a literacia estat\u00edstica!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/pt\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-PT"},{"@type":"Person","@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666","name":"Dr. benjamim anderson","image":{"@type":"ImageObject","inLanguage":"pt-PT","@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/pt\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Dr. benjamim anderson"},"description":"Ol\u00e1, sou Benjamin, um professor aposentado de estat\u00edstica que se tornou professor dedicado na Statorials. Com vasta experi\u00eancia e conhecimento na \u00e1rea de estat\u00edstica, estou empenhado em compartilhar meu conhecimento para capacitar os alunos por meio de Statorials. Saber mais","sameAs":["https:\/\/statorials.org\/pt"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/2729","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/comments?post=2729"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/2729\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=2729"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=2729"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=2729"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}