{"id":2655,"date":"2023-07-21T07:48:13","date_gmt":"2023-07-21T07:48:13","guid":{"rendered":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/"},"modified":"2023-07-21T07:48:13","modified_gmt":"2023-07-21T07:48:13","slug":"planilhas-do-google-classificam-varias-colunas","status":"publish","type":"post","link":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/","title":{"rendered":"Planilhas google: como classificar itens em v\u00e1rias colunas"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Voc\u00ea pode usar a seguinte sintaxe para ordenar itens em v\u00e1rias colunas no Planilhas Google:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong>=RANK( <span style=\"color: #ff6600;\">B2<\/span> , <span style=\"color: #800080;\">$B$2:$B$11<\/span> )+SUMPRODUCT(--( <span style=\"color: #800080;\">$B$2:$B$11<\/span> = <span style=\"color: #ff6600;\">$B2<\/span> ),--( <span style=\"color: #008080;\">C2<\/span> &lt; <span style=\"color: #993300;\">$C$2:$C$11<\/span> ))<\/strong><\/span><\/pre>\n<p> <span style=\"color: #000000;\">Esta f\u00f3rmula espec\u00edfica ordena os itens em ordem decrescente, primeiro com base nos valores da coluna B e depois com base nos valores da coluna C.<\/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: classificar itens em v\u00e1rias colunas no Planilhas Google<\/strong><\/span><\/h3>\n<p> <span style=\"color: #000000;\">Digamos que temos o seguinte conjunto de dados no Planilhas Google que mostra os pontos e assist\u00eancias de 10 jogadores de basquete diferentes:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-23405 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rangmultiple1.jpg\" alt=\"\" width=\"488\" height=\"424\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">Agora suponhamos que queremos classificar esses jogadores do melhor para o pior, atribuindo o valor \u201c1\u201d ao melhor jogador e \u201c10\u201d ao pior jogador.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Classificaremos os jogadores do melhor ao pior com base no valor listado na coluna <strong>Pontos<\/strong> . Em caso de empate, nos referiremos ent\u00e3o ao valor da coluna <strong>Assist\u00eancias<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">Usaremos a seguinte f\u00f3rmula para classificar os jogadores:<\/span><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong>=RANK( <span style=\"color: #ff6600;\">B2<\/span> , <span style=\"color: #800080;\">$B$2:$B$11<\/span> )+SUMPRODUCT(--( <span style=\"color: #800080;\">$B$2:$B$11<\/span> = <span style=\"color: #ff6600;\">$B2<\/span> ),--( <span style=\"color: #008080;\">C2<\/span> &lt; <span style=\"color: #993300;\">$C$2:$C$11<\/span> ))<\/strong><\/span><\/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=\" wp-image-23406 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rangmultiple2.jpg\" alt=\"\" width=\"672\" height=\"445\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\">O jogador classificado em 1 \u00e9 considerado o melhor e o jogador classificado em 10 \u00e9 considerado o pior.<\/span><\/span><\/p>\n<p> <span style=\"color: #000000;\">Veja como nossa f\u00f3rmula funcionou:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\">Classifique os jogadores do melhor ao pior com base no valor listado na coluna <strong>Pontos<\/strong> .<\/span><\/li>\n<li> <span style=\"color: #000000;\">Em caso de empate, consulte o valor na coluna <strong>Ajudas<\/strong> .<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">Por exemplo, os jogadores A e B est\u00e3o empatados por terem mais pontos. No entanto, o Jogador A teve mais assist\u00eancias e, portanto, recebeu a classifica\u00e7\u00e3o <strong>1<\/strong> e o Jogador B recebeu a classifica\u00e7\u00e3o <strong>2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Observe que todos os jogadores com valores id\u00eanticos <strong>de pontos<\/strong> e <strong>assist\u00eancias<\/strong> (como os jogadores E e F) receberam a mesma classifica\u00e7\u00e3o.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Se quisermos classificar os jogadores em ordem <strong>crescente<\/strong> (1 = pior, 10 = melhor), podemos usar a seguinte f\u00f3rmula:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <span style=\"color: #000000;\"><strong>=RANK( <span style=\"color: #ff6600;\">B2<\/span> , <span style=\"color: #800080;\">$B$2:$B$11<\/span> , 1)+SUMPRODUCT(--( <span style=\"color: #800080;\">$B$2:$B$11<\/span> = <span style=\"color: #ff6600;\">$B2<\/span> ),--( <span style=\"color: #008080;\">C2<\/span> &lt; <span style=\"color: #993300;\">$C$2:$C$11<\/span> ))+1<\/strong><\/span><\/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=\" wp-image-23408 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rangmultiple3.jpg\" alt=\"\" width=\"669\" height=\"436\" srcset=\"\" sizes=\"auto, \"><\/p>\n<p> <span style=\"color: #000000;\">O \u201cmelhor\u201d jogador agora tem uma classifica\u00e7\u00e3o de <strong>10<\/strong> e o \u201cpior\u201d jogador tem uma classifica\u00e7\u00e3o de <strong>1<\/strong> .<\/span><\/p>\n<h3> <strong><span style=\"color: #000000;\">Recursos adicionais<\/span><\/strong><\/h3>\n<p> <span style=\"color: #000000;\">Os tutoriais a seguir explicam como fazer outras coisas 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\">Planilhas Google: como filtrar c\u00e9lulas que cont\u00eam texto<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/google-sumif-folhas-multiplas-colunas\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como usar SUMIF com v\u00e1rias colunas<\/a><br \/> <a href=\"https:\/\/statorials.org\/pt\/soma-em-varias-planilhas-do-google\/\" target=\"_blank\" rel=\"noopener\">Planilhas Google: como adicionar v\u00e1rias planilhas<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Voc\u00ea pode usar a seguinte sintaxe para ordenar itens em v\u00e1rias colunas no Planilhas Google: =RANK( B2 , $B$2:$B$11 )+SUMPRODUCT(&#8211;( $B$2:$B$11 = $B2 ),&#8211;( C2 &lt; $C$2:$C$11 )) Esta f\u00f3rmula espec\u00edfica ordena os itens em ordem decrescente, primeiro com base nos valores da coluna B e depois com base nos valores da coluna C. O [&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-2655","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 classificar itens em v\u00e1rias colunas \u2013 Statorials<\/title>\n<meta name=\"description\" content=\"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.\" \/>\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-classificam-varias-colunas\/\" \/>\n<meta property=\"og:locale\" content=\"pt_PT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planilhas Google: como classificar itens em v\u00e1rias colunas \u2013 Statorials\" \/>\n<meta property=\"og:description\" content=\"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-21T07:48:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rangmultiple1.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-classificam-varias-colunas\/\",\"url\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/\",\"name\":\"Planilhas Google: como classificar itens em v\u00e1rias colunas \u2013 Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/pt\/#website\"},\"datePublished\":\"2023-07-21T07:48:13+00:00\",\"dateModified\":\"2023-07-21T07:48:13+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666\"},\"description\":\"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/#breadcrumb\"},\"inLanguage\":\"pt-PT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Lar\",\"item\":\"https:\/\/statorials.org\/pt\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planilhas google: como classificar itens em v\u00e1rias colunas\"}]},{\"@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 classificar itens em v\u00e1rias colunas \u2013 Statorials","description":"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.","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-classificam-varias-colunas\/","og_locale":"pt_PT","og_type":"article","og_title":"Planilhas Google: como classificar itens em v\u00e1rias colunas \u2013 Statorials","og_description":"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.","og_url":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/","og_site_name":"Statorials","article_published_time":"2023-07-21T07:48:13+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/rangmultiple1.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-classificam-varias-colunas\/","url":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/","name":"Planilhas Google: como classificar itens em v\u00e1rias colunas \u2013 Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/pt\/#website"},"datePublished":"2023-07-21T07:48:13+00:00","dateModified":"2023-07-21T07:48:13+00:00","author":{"@id":"https:\/\/statorials.org\/pt\/#\/schema\/person\/e08f98e8db95e0aa9c310e1b27c9c666"},"description":"Este tutorial explica como classificar itens em v\u00e1rias colunas no Planilhas Google, com exemplos.","breadcrumb":{"@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/#breadcrumb"},"inLanguage":"pt-PT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/pt\/planilhas-do-google-classificam-varias-colunas\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Lar","item":"https:\/\/statorials.org\/pt\/"},{"@type":"ListItem","position":2,"name":"Planilhas google: como classificar itens em v\u00e1rias colunas"}]},{"@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\/2655","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=2655"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/posts\/2655\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/media?parent=2655"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/categories?post=2655"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/pt\/wp-json\/wp\/v2\/tags?post=2655"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}