{"id":5070,"date":"2023-07-04T06:37:37","date_gmt":"2023-07-04T06:37:37","guid":{"rendered":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/"},"modified":"2023-07-04T06:37:37","modified_gmt":"2023-07-04T06:37:37","slug":"numero-excel-nel-nome-del-mese","status":"publish","type":"post","link":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/","title":{"rendered":"Excel: come convertire i numeri da 1 a 12 nel nome del mese"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">\u00c8 possibile utilizzare la seguente formula in Excel per convertire un numero compreso tra 1 e 12 nel nome del mese:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXT( <span style=\"color: #3366ff;\">A2<\/span> *28,\"mmmm\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Questa particolare formula converte il numero nella cella <strong>A2<\/strong> nel nome del mese.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Ad esempio, se la cella <strong>A2<\/strong> contiene il numero <strong>8<\/strong> , questa formula restituir\u00e0 <strong>August<\/strong> , poich\u00e9 l&#8217;ottavo mese dell&#8217;anno \u00e8 agosto.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Gli esempi seguenti mostrano come utilizzare ciascuna formula nella pratica.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Esempio: convertire i numeri da 1 a 12 nel nome del mese in Excel<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Supponiamo di avere la seguente colonna di numeri mensili in Excel:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\" wp-image-39495 aligncenter\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/numeromois1.png\" alt=\"\" width=\"476\" height=\"418\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">Possiamo digitare la seguente formula nella cella <strong>B2<\/strong> per convertire il numero nella cella <strong>A2<\/strong> nel nome del mese:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXT( <span style=\"color: #3366ff;\">A2<\/span> *28,\"mmmm\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Possiamo quindi trascinare e riempire questa formula in ciascuna cella rimanente nella colonna B:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-39496\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/numeromois2.png\" alt=\"Excel converte il numero nel nome del mese\" width=\"489\" height=\"402\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">La colonna B ora mostra il nome del mese per ogni numero di mese nella colonna A.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Se invece desideri visualizzare il nome del mese abbreviato, puoi utilizzare \u201cmmm\u201d nella funzione <strong>TESTO<\/strong> :<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXT( <span style=\"color: #3366ff;\">A2<\/span> *28,\"mmm\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Lo screenshot seguente mostra come utilizzare questa formula nella pratica:<\/span> <\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"aligncenter wp-image-39497\" src=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/numeromois3.png\" alt=\"Excel converte il numero nel nome del mese\" width=\"485\" height=\"411\" srcset=\"\" sizes=\"\"><\/p>\n<p> <span style=\"color: #000000;\">La colonna B ora mostra il nome breve del mese per ogni numero di mese nella colonna A.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>Come funziona questa formula?<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">Ricorda la formula che abbiamo usato per convertire il numero nella cella <strong>A2<\/strong> nel nome del mese:<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 17px;\"> <strong>=TEXT( <span style=\"color: #3366ff;\">A2<\/span> *28,\"mmmm\")<\/strong><\/pre>\n<p> <span style=\"color: #000000;\">Per prima cosa moltiplichiamo il valore della cella A2 per 28.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Ad esempio, nella cella <strong>A2<\/strong> otteniamo 1 * 28 = <strong>28<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Per impostazione predefinita, Excel utilizza i numeri seriali per rappresentare le date come numero di giorni dal 1\/1\/1900.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Quindi, 28 viene interpretato come <strong>29\/01\/1900<\/strong> .<\/span><\/p>\n<p> <span style=\"color: #000000;\">Successivamente, utilizziamo la funzione <strong>TEXT<\/strong> per formattare questa data come nome completo del mese specificando &#8220;mmmm&#8221; come codice di formato.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Lo stesso passaggio viene ripetuto per ogni valore numerico nella colonna A per restituire il nome del mese corretto.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Tieni presente che puoi anche moltiplicare per 29 e la formula restituir\u00e0 il nome del mese corretto.<\/span><\/p>\n<p> <span style=\"color: #000000;\">Tuttavia, qualsiasi numero diverso da 28 e 29 non restituir\u00e0 i nomi dei mesi corretti per ogni mese.<\/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> <span style=\"color: #000000;\"><a href=\"https:\/\/statorials.org\/it\/excel-converte-il-nome-del-mese-in-numero\/\" target=\"_blank\" rel=\"noopener\">Come convertire il nome del mese in numero in Excel<\/a><br \/><a href=\"https:\/\/statorials.org\/it\/excel-convertire-giorni-in-mesi\/\" target=\"_blank\" rel=\"noopener\">Come convertire giorni in mesi in Excel<\/a><br \/> <a href=\"https:\/\/statorials.org\/it\/mese-excel-tra-le-date\/\" target=\"_blank\" rel=\"noopener\">Come calcolare il numero di mesi tra le date in Excel<\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u00c8 possibile utilizzare la seguente formula in Excel per convertire un numero compreso tra 1 e 12 nel nome del mese: =TEXT( A2 *28,&#8221;mmmm&#8221;) Questa particolare formula converte il numero nella cella A2 nel nome del mese. Ad esempio, se la cella A2 contiene il numero 8 , questa formula restituir\u00e0 August , poich\u00e9 l&#8217;ottavo [&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 convertire i numeri da 1 a 12 nel nome del mese - Statorials<\/title>\n<meta name=\"description\" content=\"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.\" \/>\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\/numero-excel-nel-nome-del-mese\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Excel: come convertire i numeri da 1 a 12 nel nome del mese - Statorials\" \/>\n<meta property=\"og:description\" content=\"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-04T06:37:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/numeromois1.png\" \/>\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=\"2 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/\",\"url\":\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/\",\"name\":\"Excel: come convertire i numeri da 1 a 12 nel nome del mese - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/it\/#website\"},\"datePublished\":\"2023-07-04T06:37:37+00:00\",\"dateModified\":\"2023-07-04T06:37:37+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae\"},\"description\":\"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Casa\",\"item\":\"https:\/\/statorials.org\/it\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Excel: come convertire i numeri da 1 a 12 nel nome del mese\"}]},{\"@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 convertire i numeri da 1 a 12 nel nome del mese - Statorials","description":"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.","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\/numero-excel-nel-nome-del-mese\/","og_locale":"it_IT","og_type":"article","og_title":"Excel: come convertire i numeri da 1 a 12 nel nome del mese - Statorials","og_description":"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.","og_url":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/","og_site_name":"Statorials","article_published_time":"2023-07-04T06:37:37+00:00","og_image":[{"url":"https:\/\/statorials.org\/wp-content\/uploads\/2023\/08\/numeromois1.png"}],"author":"Benjamin anderson","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Benjamin anderson","Est. reading time":"2 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/","url":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/","name":"Excel: come convertire i numeri da 1 a 12 nel nome del mese - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/it\/#website"},"datePublished":"2023-07-04T06:37:37+00:00","dateModified":"2023-07-04T06:37:37+00:00","author":{"@id":"https:\/\/statorials.org\/it\/#\/schema\/person\/0896f191fb9fb019f2cd8623112cb3ae"},"description":"Questo tutorial spiega come convertire un numero compreso tra 1 e 12 nel nome del mese in Excel, con un esempio.","breadcrumb":{"@id":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/it\/numero-excel-nel-nome-del-mese\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Casa","item":"https:\/\/statorials.org\/it\/"},{"@type":"ListItem","position":2,"name":"Excel: come convertire i numeri da 1 a 12 nel nome del mese"}]},{"@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\/5070"}],"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=5070"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/posts\/5070\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/media?parent=5070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/categories?post=5070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/it\/wp-json\/wp\/v2\/tags?post=5070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}