{"id":4897,"date":"2023-07-06T17:18:53","date_gmt":"2023-07-06T17:18:53","guid":{"rendered":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/"},"modified":"2023-07-06T17:18:53","modified_gmt":"2023-07-06T17:18:53","slug":"planilhas-do-google-se-numeros-negativos-funcionarem","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/","title":{"rendered":"Planilhas google: como usar a fun\u00e7\u00e3o se com n\u00fameros negativos"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar as seguintes f\u00f3rmulas para usar uma fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>M\u00e9todo 1: Use a fun\u00e7\u00e3o SE para verificar se a c\u00e9lula cont\u00e9m um n\u00famero negativo<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">B2<\/span> &lt; <span style=\"color: #3366ff;\">0<\/span> , \u201c <span style=\"color: #008000;\">Yes<\/span> \u201d, \u201c <span style=\"color: #008000;\">No<\/span> \u201d)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula retornar\u00e1 \u201cSim\u201d se o valor na c\u00e9lula <strong>B2<\/strong> for negativo (ou seja, menor que zero) \u2013 caso contr\u00e1rio, retornar\u00e1 \u201cN\u00e3o\u201d.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>M\u00e9todo 2: Use a fun\u00e7\u00e3o SE para verificar se a c\u00e9lula \u00e9 negativa, zero ou positiva<\/strong><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">B2<\/span> = <span style=\"color: #3366ff;\">0<\/span> ,\" <span style=\"color: #008000;\">Zero<\/span> \",IF( <span style=\"color: #ff6600;\">B2<\/span> &gt; <span style=\"color: #3366ff;\">0<\/span> ,\" <span style=\"color: #008000;\">Positive<\/span> \", \" <span style=\"color: #008000;\">Negative<\/span> \"))\n<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula retornar\u00e1 os seguintes valores:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">\u201cZero\u201d se a c\u00e9lula <strong>B2<\/strong> for zero.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\u201cPositivo\u201d se a c\u00e9lula <strong>B2<\/strong> for um valor positivo.<\/span><\/li>\n<li> <span style=\"color: #000000;\">\u201cNegativo\u201d se a c\u00e9lula <strong>B2<\/strong> for um valor negativo.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Os exemplos a seguir mostram como usar cada f\u00f3rmula na pr\u00e1tica com o seguinte conjunto de dados no Planilhas Google:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38237 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ifn1.png\" alt=\"\" width=\"472\" height=\"379\" srcset=\"\" sizes=\"auto, \"><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Exemplo 1: Use a fun\u00e7\u00e3o SE para verificar se a c\u00e9lula cont\u00e9m um n\u00famero negativo<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Podemos digitar a seguinte f\u00f3rmula na c\u00e9lula <strong>C2<\/strong> para retornar \u201cSim\u201d se o valor na c\u00e9lula <strong>B2<\/strong> for negativo ou retornar \u201cN\u00e3o\u201d caso contr\u00e1rio:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">B2<\/span> &lt; <span style=\"color: #3366ff;\">0<\/span> , \u201c <span style=\"color: #008000;\">Yes<\/span> \u201d, \u201c <span style=\"color: #008000;\">No<\/span> \u201d)<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Podemos ent\u00e3o clicar e arrastar esta f\u00f3rmula para cada c\u00e9lula restante na coluna C:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-38238\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ifn2.png\" alt=\"Fun\u00e7\u00e3o IF do Planilhas Google com n\u00fameros negativos\" width=\"513\" height=\"399\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula retorna \u201cSim\u201d para cada linha onde o valor na coluna Vendas L\u00edquidas \u00e9 negativo e \u201cN\u00e3o\u201d para cada linha onde o valor \u00e9 positivo.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Exemplo 2: Use a fun\u00e7\u00e3o SE para verificar se a c\u00e9lula \u00e9 negativa, zero ou positiva<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Podemos digitar a seguinte f\u00f3rmula na c\u00e9lula <strong>C2<\/strong> para retornar \u201cZero\u201d, \u201cNegativo\u201d ou \u201cPositivo\u201d dependendo do valor na c\u00e9lula <strong>A2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">B2<\/span> = <span style=\"color: #3366ff;\">0<\/span> ,\" <span style=\"color: #008000;\">Zero<\/span> \",IF( <span style=\"color: #ff6600;\">B2<\/span> &gt; <span style=\"color: #3366ff;\">0<\/span> ,\" <span style=\"color: #008000;\">Positive<\/span> \", \" <span style=\"color: #008000;\">Negative<\/span> \"))<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Podemos ent\u00e3o clicar e arrastar esta f\u00f3rmula para cada c\u00e9lula restante na coluna C:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38239 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ifn3.png\" alt=\"\" width=\"536\" height=\"427\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula retorna \u201cZero\u201d, \u201cNegativo\u201d ou \u201cPositivo\u201d dependendo do valor correspondente na coluna A.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Recursos adicionais<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como realizar outras tarefas comuns no Planilhas Google:<\/span><\/p>\n<p> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-funcionam-com-datas\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: use uma fun\u00e7\u00e3o IF com datas<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-intervalo-de-valores-da-funcao\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: use uma fun\u00e7\u00e3o IF com um intervalo de valores<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-funcionar-com-3-condicoes\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: use uma fun\u00e7\u00e3o IF com 3 condi\u00e7\u00f5es<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar as seguintes f\u00f3rmulas para usar uma fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google: M\u00e9todo 1: Use a fun\u00e7\u00e3o SE para verificar se a c\u00e9lula cont\u00e9m um n\u00famero negativo =IF( B2 &lt; 0 , \u201c Yes \u201d, \u201c No \u201d) Esta f\u00f3rmula retornar\u00e1 \u201cSim\u201d se o valor na c\u00e9lula B2 for negativo [&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-4897","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: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos 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-numeros-negativos-funcionarem\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planilhas Google: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google, com um exemplo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-06T17:18:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ifn1.png\" \/>\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-numeros-negativos-funcionarem\/\",\"url\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/\",\"name\":\"Planilhas Google: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-06T17:18:53+00:00\",\"dateModified\":\"2023-07-06T17:18:53+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google, com um exemplo.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planilhas google: como usar a fun\u00e7\u00e3o se com n\u00fameros negativos\"}]},{\"@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: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials","description":"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos 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-numeros-negativos-funcionarem\/","og_locale":"pt_PT","og_type":"article","og_title":"Planilhas Google: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials","og_description":"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google, com um exemplo.","og_url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/","og_site_name":"Statorials","article_published_time":"2023-07-06T17:18:53+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/ifn1.png"}],"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-numeros-negativos-funcionarem\/","url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/","name":"Planilhas Google: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-06T17:18:53+00:00","dateModified":"2023-07-06T17:18:53+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos no Planilhas Google, com um exemplo.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-numeros-negativos-funcionarem\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Planilhas google: como usar a fun\u00e7\u00e3o se com n\u00fameros negativos"}]},{"@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\/4897","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=4897"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/4897\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=4897"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=4897"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=4897"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}