{"id":3845,"date":"2023-07-15T05:30:05","date_gmt":"2023-07-15T05:30:05","guid":{"rendered":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/"},"modified":"2023-07-15T05:30:05","modified_gmt":"2023-07-15T05:30:05","slug":"estratto-del-cognome-excel","status":"publish","type":"post","link":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/","title":{"rendered":"Excel: come estrarre il cognome dal nome completo"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">Puoi utilizzare la seguente formula in Excel per estrarre il cognome da un nome completo in una cella:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=RIGHT(A2,LEN( <span style=\"color: #3366ff;\">A2<\/span> )-FIND(\"*\",SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\" \",\"*\",LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\" \",\"\")))))\n<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Questa particolare formula estrae il cognome da un nome completo nella cella <strong>A2<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">L&#8217;esempio seguente mostra come utilizzare questa formula nella pratica.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Correlato:<\/strong> <a href=\"https:\/\/statorials.org\/it\/estratto-del-nome-excel\/\" target=\"_blank\" rel=\"noopener\">Come estrarre il nome dal nome completo in Excel<\/a><\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Esempio: estrarre il cognome dal nome completo in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Supponiamo di avere il seguente set di dati in Excel che mostra il numero di vendite effettuate da vari dipendenti di un&#8217;azienda:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31077 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/prenom1.jpg\" alt=\"\" width=\"460\" height=\"477\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Possiamo utilizzare la seguente formula per estrarre il cognome di ciascun dipendente:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span class=\" default-formula-text-color\" dir=\"auto\">=RIGHT(A2,LEN( <span style=\"color: #3366ff;\">A2<\/span> )-FIND(\"*\",SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\" \",\"*\",LEN( <span style=\"color: #3366ff;\">A2<\/span> )-LEN(SUBSTITUTE( <span style=\"color: #3366ff;\">A2<\/span> ,\" \",\"\")))))<\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Possiamo digitare questa formula nella cella <strong>C2<\/strong> , quindi trascinarla e riempirla nelle celle rimanenti nella colonna C:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-31085 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/nom1.jpg\" alt=\"\" width=\"537\" height=\"470\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">La colonna C ora contiene il cognome di ciascun dipendente nella colonna A.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Tieni presente che la formula funziona anche se il nome completo contiene o meno un secondo nome.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>Nota<\/strong> : questa formula funziona sostituendo l&#8217;ultimo spazio del nome con un asterisco (*) e quindi utilizzando la funzione TROVA per individuare l&#8217;asterisco ed estrarre un numero di caratteri dal nome iniziando da destra.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Risorse addizionali<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">I seguenti tutorial spiegano come eseguire altre attivit\u00e0 comuni in Excel:<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/it\/contare-la-frequenza-del-testo-in-excel\/\" target=\"_blank\" rel=\"noopener\">Come contare la frequenza del testo in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/it\/excel-controlla-se-la-cella-contiene-il-testo-dellelenco\/\" target=\"_blank\" rel=\"noopener\">Come verificare se la cella contiene testo dell&#8217;elenco in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/it\/media-excel-se-la-cella-contiene-testo\/\" target=\"_blank\" rel=\"noopener\">Come calcolare la media se la cella contiene testo in Excel<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Puoi utilizzare la seguente formula in Excel per estrarre il cognome da un nome completo in una cella: =RIGHT(A2,LEN( A2 )-FIND(&#8220;*&#8221;,SUBSTITUTE( A2 ,&#8221; &#8220;,&#8221;*&#8221;,LEN( A2 )-LEN(SUBSTITUTE( A2 ,&#8221; &#8220;,&#8221;&#8221;))))) Questa particolare formula estrae il cognome da un nome completo nella cella A2 . L&#8217;esempio seguente mostra come utilizzare questa formula nella pratica. Correlato: Come estrarre [&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":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Excel: come estrarre il cognome dal nome completo - Statorials<\/title>\n<meta name=\"description\" content=\"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.\" \/>\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\/it\/estratto-del-cognome-excel\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: come estrarre il cognome dal nome completo - Statorials\" \/>\n<meta property=\"og:description\" content=\"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-15T05:30:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/prenom1.jpg\" \/>\n<meta name=\"author\" content=\"Benjamin anderson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Benjamin anderson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/\",\"url\":\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/\",\"name\":\"Excel: come estrarre il cognome dal nome completo - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/it\/#website\"},\"datePublished\":\"2023-07-15T05:30:05+00:00\",\"dateModified\":\"2023-07-15T05:30:05+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae\"},\"description\":\"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Casa\",\"item\":\"https:\/\/statorials.org\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: come estrarre il cognome dal nome completo\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/it\/#website\",\"url\":\"https:\/\/statorials.org\/it\/\",\"name\":\"Statorials\",\"description\":\"La tua guida all&#039;alfabetizzazione statistica!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/it\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae\",\"name\":\"Benjamin anderson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\/\/statorials.org\/it\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/it\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/it\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"Benjamin anderson\"},\"description\":\"Ciao, sono Benjamin, un professore di statistica in pensione diventato insegnante dedicato di Statorials. Con una vasta esperienza e competenza nel campo della statistica, sono ansioso di condividere le mie conoscenze per potenziare gli studenti attraverso Statorials. Scopri di pi\u00f9\",\"sameAs\":[\"https:\/\/statorials.org\/it\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Excel: come estrarre il cognome dal nome completo - Statorials","description":"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.","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\/it\/estratto-del-cognome-excel\/","og_locale":"it_IT","og_type":"article","og_title":"Excel: come estrarre il cognome dal nome completo - Statorials","og_description":"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.","og_url":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/","og_site_name":"Statorials","article_published_time":"2023-07-15T05:30:05+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/prenom1.jpg"}],"author":"Benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Benjamin anderson","Est. reading time":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/","url":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/","name":"Excel: come estrarre il cognome dal nome completo - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/it\/#website"},"datePublished":"2023-07-15T05:30:05+00:00","dateModified":"2023-07-15T05:30:05+00:00","author":{"@id":"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae"},"description":"Questo tutorial spiega come estrarre il cognome da un nome completo in una cella in Excel, con diversi esempi.","breadcrumb":{"@id":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/it\/estratto-del-cognome-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Casa","item":"https:\/\/statorials.org\/it\/"},{"@type":"ListItem","position":2,"name":"Excel: come estrarre il cognome dal nome completo"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/it\/#website","url":"https:\/\/statorials.org\/it\/","name":"Statorials","description":"La tua guida all&#039;alfabetizzazione statistica!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/it\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"it-IT"},{"@type":"Person","@id":"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae","name":"Benjamin anderson","image":{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/statorials.org\/it\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/it\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/it\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"Benjamin anderson"},"description":"Ciao, sono Benjamin, un professore di statistica in pensione diventato insegnante dedicato di Statorials. Con una vasta esperienza e competenza nel campo della statistica, sono ansioso di condividere le mie conoscenze per potenziare gli studenti attraverso Statorials. Scopri di pi\u00f9","sameAs":["https:\/\/statorials.org\/it"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/posts\/3845"}],"collection":[{"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/comments?post=3845"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/posts\/3845\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/media?parent=3845"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/categories?post=3845"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/tags?post=3845"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}