{"id":4982,"date":"2023-07-05T14:44:24","date_gmt":"2023-07-05T14:44:24","guid":{"rendered":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/"},"modified":"2023-07-05T14:44:24","modified_gmt":"2023-07-05T14:44:24","slug":"planilhas-do-google-se-a-funcao-for-maior-ou-igual-a","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/","title":{"rendered":"Planilhas google: use maior ou igual na fun\u00e7\u00e3o if"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar o operador <strong>&gt;=<\/strong> no Planilhas Google para verificar se um valor em uma determinada c\u00e9lula \u00e9 maior ou igual a um determinado valor.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Para usar este operador em uma fun\u00e7\u00e3o <strong>IF<\/strong> , voc\u00ea pode usar a seguinte sintaxe:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">C2<\/span> &gt;= <span style=\"color: #3366ff;\">20<\/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;\">Para esta f\u00f3rmula espec\u00edfica, se o valor na c\u00e9lula <strong>C2<\/strong> for maior ou igual a 20, a fun\u00e7\u00e3o retornar\u00e1 \u201cSim\u201d.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Caso contr\u00e1rio, retorna \u201cN\u00e3o\u201d.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Os exemplos a seguir mostram como usar essa sintaxe na pr\u00e1tica.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Exemplo: usar maior ou igual a na fun\u00e7\u00e3o SE no Planilhas Google<\/strong><\/span><\/h2>\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 jogadores de basquete:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38856 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand1.png\" alt=\"\" width=\"491\" height=\"426\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos digitar a seguinte f\u00f3rmula na c\u00e9lula <b>C2<\/b> para retornar \u201cSim\u201d se o n\u00famero de pontos na c\u00e9lula <strong>B2<\/strong> for igual ou superior a 20:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=IF( <span style=\"color: #ff6600;\">C2<\/span> &gt;= <span style=\"color: #3366ff;\">20<\/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 arrastar e preencher esta f\u00f3rmula em cada c\u00e9lula restante na coluna C:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38857 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand2.png\" alt=\"\" width=\"514\" height=\"441\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula retorna \u201cSim\u201d ou \u201cN\u00e3o\u201d em cada linha, dependendo se o valor do ponto na coluna B \u00e9 maior ou igual a 20.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Observe que voc\u00ea tamb\u00e9m pode usar o sinal de maior ou igual ( <strong>&gt;=<\/strong> ) para comparar o valor em duas c\u00e9lulas.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Por exemplo, suponha que temos o seguinte conjunto de dados que mostra o n\u00famero de pontos marcados e permitidos por diferentes jogadores de basquete:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38858 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand3.png\" alt=\"\" width=\"528\" height=\"435\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Podemos digitar a seguinte f\u00f3rmula na c\u00e9lula <b>D2<\/b> para retornar \u201cSim\u201d se o n\u00famero de pontos na c\u00e9lula <strong>B2<\/strong> for igual ou maior que o n\u00famero de pontos permitidos na c\u00e9lula <strong>C2<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong>=IF( <span style=\"color: #ff6600;\">B2<\/span> &gt;= <span style=\"color: #800080;\">C2<\/span> , \u201c <span style=\"color: #008000;\">Yes<\/span> \u201d, \u201c <span style=\"color: #008000;\">No<\/span> \u201d)<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Podemos ent\u00e3o arrastar e preencher esta f\u00f3rmula em cada c\u00e9lula restante na coluna D:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-38859 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand4.png\" alt=\"\" width=\"552\" height=\"437\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">A f\u00f3rmula retorna \u201cSim\u201d ou \u201cN\u00e3o\u201d para indicar se os pontos obtidos na coluna B s\u00e3o maiores ou iguais aos pontos correspondentes permitidos na coluna C.<\/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-numeros-negativos-funcionarem\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como usar a fun\u00e7\u00e3o SE com n\u00fameros negativos<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-intervalo-de-valores-da-funcao\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como usar uma fun\u00e7\u00e3o SE 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: como usar uma fun\u00e7\u00e3o IF com 3 condi\u00e7\u00f5es<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar o operador &gt;= no Planilhas Google para verificar se um valor em uma determinada c\u00e9lula \u00e9 maior ou igual a um determinado valor. Para usar este operador em uma fun\u00e7\u00e3o IF , voc\u00ea pode usar a seguinte sintaxe: =IF( C2 &gt;= 20 , \u201c Yes \u201d, \u201c No \u201d) Para esta f\u00f3rmula [&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-4982","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: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF 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-a-funcao-for-maior-ou-igual-a\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planilhas Google: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF no Planilhas Google, com um exemplo.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-05T14:44:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand1.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-a-funcao-for-maior-ou-igual-a\/\",\"url\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/\",\"name\":\"Planilhas Google: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-05T14:44:24+00:00\",\"dateModified\":\"2023-07-05T14:44:24+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF no Planilhas Google, com um exemplo.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planilhas google: use maior ou igual na fun\u00e7\u00e3o if\"}]},{\"@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: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia","description":"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF 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-a-funcao-for-maior-ou-igual-a\/","og_locale":"pt_PT","og_type":"article","og_title":"Planilhas Google: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia","og_description":"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF no Planilhas Google, com um exemplo.","og_url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/","og_site_name":"Statorials","article_published_time":"2023-07-05T14:44:24+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/plus-grand1.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-a-funcao-for-maior-ou-igual-a\/","url":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/","name":"Planilhas Google: use maior ou igual na fun\u00e7\u00e3o IF \u2013 Estatologia","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-05T14:44:24+00:00","dateModified":"2023-07-05T14:44:24+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como usar a l\u00f3gica maior ou igual em uma fun\u00e7\u00e3o IF no Planilhas Google, com um exemplo.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-se-a-funcao-for-maior-ou-igual-a\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Planilhas google: use maior ou igual na fun\u00e7\u00e3o if"}]},{"@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\/4982","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=4982"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/4982\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=4982"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=4982"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=4982"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}