{"id":3369,"date":"2018-08-15T16:30:46","date_gmt":"2018-08-15T14:30:46","guid":{"rendered":"https:\/\/tecnocentres.org\/?p=3369"},"modified":"2018-08-15T16:30:25","modified_gmt":"2018-08-15T14:30:25","slug":"arrayformula-function-in-google-spreadsheets","status":"publish","type":"post","link":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/","title":{"rendered":"ARRAYFORMULA function in Google spreadsheets"},"content":{"rendered":"<p style=\"text-align: justify;\">I sincerely believe that spreadsheets are one of the most useful tools for teachers. I have said it more than once and, for me, should be one of the digital skills of a teacher. It&#8217;s true that I haven&#8217;t dedicated much time to them in this blog. A couple of years ago I dedicated one to the <a href=\"https:\/\/tecnocentres.org\/en\/importrange-function-in-google-spreadsheets\/\" target=\"_blank\" rel=\"noopener\">IMPORTRANGE<\/a> formula. Today I will talk about another formula that can also be very useful, ARRAYFORMULA. It is especially useful when working with spreadsheets that collect responses from Google forms.<\/p>\n<p><!--more--><\/p>\n<p style=\"text-align: justify;\">Let&#8217;s imagine that we want to have a spreadsheet with some information about the students (name, surname, number of siblings&#8230;). With Google forms it&#8217;s very simple. We create the form, send the link to the students and they reply themselves.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3341\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr1.png\" alt=\"\" width=\"467\" height=\"347\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr1.png 708w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr1-300x223.png 300w\" sizes=\"auto, (max-width: 467px) 100vw, 467px\" \/><\/p>\n<p style=\"text-align: justify;\">Once the students have answered, we can open the form in edit mode and, in the <em>Responses<\/em> section, we can create the spreadsheet.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-3344\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr2.png\" alt=\"\" width=\"515\" height=\"138\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr2.png 837w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr2-300x80.png 300w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr2-768x206.png 768w\" sizes=\"auto, (max-width: 515px) 100vw, 515px\" \/><\/p>\n<p style=\"text-align: justify;\">A spreadsheet will be opened with all the students&#8217; answers.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3347\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr3.png\" alt=\"\" width=\"617\" height=\"174\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr3.png 617w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr3-300x85.png 300w\" sizes=\"auto, (max-width: 617px) 100vw, 617px\" \/><\/p>\n<p style=\"text-align: justify;\">Let us now suppose that we want to work a little with this data. For example, we want to do something as simple as adding a field where the first and last names are together. Let&#8217;s go to the first free column and use the following formula:<\/p>\n<p>=B2 &amp; &#8221; &#8221; &amp; C2<\/p>\n<p style=\"text-align: justify;\">In fact, the name and surname appear in a single cell.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3350\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr4.png\" alt=\"\" width=\"595\" height=\"182\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr4.png 595w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr4-300x92.png 300w\" sizes=\"auto, (max-width: 595px) 100vw, 595px\" \/><\/p>\n<p style=\"text-align: justify;\">If we want this field to be for all students, we will have to copy the formula to all students. No problem at all.<\/p>\n<p style=\"text-align: justify;\">But what happens if a student answers the form late? One might think that it is enough to copy the formula into the entire E column and then we have it ready for any number of answers. But that is <strong>not<\/strong> the case.<\/p>\n<p style=\"text-align: justify;\">When a form is answered, Google inserts a new row at the end of the last answer and therefore does not respect any formula (or format) that we had foreseen. If the form is answered after you have copied the formula, it will appear as follows.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3353\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr5.png\" alt=\"\" width=\"566\" height=\"209\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr5.png 566w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr5-300x111.png 300w\" sizes=\"auto, (max-width: 566px) 100vw, 566px\" \/><\/p>\n<p style=\"text-align: justify;\">How can we do it to have the sheet ready and when the students answer the question, we don&#8217;t have to copy formulas?<\/p>\n<p style=\"text-align: justify;\">One option is to use a spreadsheet add-on called <a href=\"https:\/\/chrome.google.com\/webstore\/detail\/copydown\/lipbbdpmkcbplmfnbholpabinnnkbbda?hl=en\" target=\"_blank\" rel=\"noopener\">copyDown<\/a>. It is an option, but in many cases, there is a simpler solution. Use the formula <strong>ARRAYFORMULA<\/strong>.<\/p>\n<p style=\"text-align: justify;\">This formula converts a formula that returns one value (in our case the first and last names together) into a formula that returns many values. In other words, with a single formula in the first student, we will have the field for everyone.<\/p>\n<p style=\"text-align: justify;\">Just put in the following formula:<\/p>\n<p>=ARRAYFORMULA(B2:B &amp; &#8221; &#8221; &amp; C2:C)<\/p>\n<p style=\"text-align: justify;\">You can see that the formula is the same as the one we entered, but changing the values (B2 and C2) to the ranges (B2: B and C2: C). The ARRAYFORMULA formula tells the sheet to take all the values in range B2: B (from B2 to the end of column B2) and apply the formula.<\/p>\n<p style=\"text-align: justify;\">To make it work for us, we will have to delete the formulas we had copied, otherwise the sheet will complain that the cells will be overwritten.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3356\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr6.png\" alt=\"\" width=\"623\" height=\"349\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr6.png 623w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr6-300x168.png 300w\" sizes=\"auto, (max-width: 623px) 100vw, 623px\" \/><\/p>\n<p style=\"text-align: justify;\">In this version, there is only one formula in cell E2. Therefore, if the form is now answered, it will not be necessary to touch anything and everything will continue to work.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-3359\" src=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr7.png\" alt=\"\" width=\"598\" height=\"242\" srcset=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr7.png 598w, https:\/\/tecnocentres.org\/wp-content\/uploads\/2018\/08\/arr7-300x121.png 300w\" sizes=\"auto, (max-width: 598px) 100vw, 598px\" \/><\/p>\n<p style=\"text-align: justify;\">Even if forms are not used, the formula is also very useful to save us work. With a single formula it works for us, without having to copy and paste formulas.<\/p>\n<p style=\"text-align: justify;\">For advanced users, this formula can be combined with other COUNTIF, AVERAGE, VLOOKUP, IMPORTRANGE&#8230; However, it is not compatible with all of them. For example, it does not work with FILTER or QUERY.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I sincerely believe that spreadsheets are one of the most useful tools for teachers. I have said it more than once and, for me, should be one of the digital skills of a teacher. It&#8217;s true that I haven&#8217;t dedicated&#8230;<\/p>\n","protected":false},"author":1,"featured_media":2765,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[75,78],"tags":[],"class_list":["post-3369","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-g-suite","category-teachers","post-archive"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ARRAYFORMULA function in Google spreadsheets - Tecnocentres<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ARRAYFORMULA function in Google spreadsheets - Tecnocentres\" \/>\n<meta property=\"og:description\" content=\"I sincerely believe that spreadsheets are one of the most useful tools for teachers. I have said it more than once and, for me, should be one of the digital skills of a teacher. It&#8217;s true that I haven&#8217;t dedicated...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/\" \/>\n<meta property=\"og:site_name\" content=\"Tecnocentres\" \/>\n<meta property=\"article:published_time\" content=\"2018-08-15T14:30:46+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png\" \/>\n\t<meta property=\"og:image:width\" content=\"580\" \/>\n\t<meta property=\"og:image:height\" content=\"264\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jaume Feliu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@jfeliua\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jaume Feliu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/\"},\"author\":{\"name\":\"Jaume Feliu\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/#\\\/schema\\\/person\\\/b2eb569e95072dedf967f0036be08adf\"},\"headline\":\"ARRAYFORMULA function in Google spreadsheets\",\"datePublished\":\"2018-08-15T14:30:46+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/\"},\"wordCount\":631,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tecnocentres.org\\\/wp-content\\\/uploads\\\/2016\\\/05\\\/connector-google-sheets-logo.png\",\"articleSection\":[\"G Suite\",\"Teachers\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/\",\"url\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/\",\"name\":\"ARRAYFORMULA function in Google spreadsheets - Tecnocentres\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tecnocentres.org\\\/wp-content\\\/uploads\\\/2016\\\/05\\\/connector-google-sheets-logo.png\",\"datePublished\":\"2018-08-15T14:30:46+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/#\\\/schema\\\/person\\\/b2eb569e95072dedf967f0036be08adf\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tecnocentres.org\\\/wp-content\\\/uploads\\\/2016\\\/05\\\/connector-google-sheets-logo.png\",\"contentUrl\":\"https:\\\/\\\/tecnocentres.org\\\/wp-content\\\/uploads\\\/2016\\\/05\\\/connector-google-sheets-logo.png\",\"width\":580,\"height\":264},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/2018\\\/08\\\/15\\\/arrayformula-function-in-google-spreadsheets\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inici\",\"item\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ARRAYFORMULA function in Google spreadsheets\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/\",\"name\":\"Tecnocentres\",\"description\":\"Blog de Jaume Feliu\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/#\\\/schema\\\/person\\\/b2eb569e95072dedf967f0036be08adf\",\"name\":\"Jaume Feliu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g\",\"caption\":\"Jaume Feliu\"},\"sameAs\":[\"https:\\\/\\\/tecnocentres.org\",\"https:\\\/\\\/x.com\\\/jfeliua\"],\"url\":\"https:\\\/\\\/tecnocentres.org\\\/en\\\/blog\\\/author\\\/admin\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ARRAYFORMULA function in Google spreadsheets - Tecnocentres","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:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/","og_locale":"en_US","og_type":"article","og_title":"ARRAYFORMULA function in Google spreadsheets - Tecnocentres","og_description":"I sincerely believe that spreadsheets are one of the most useful tools for teachers. I have said it more than once and, for me, should be one of the digital skills of a teacher. It&#8217;s true that I haven&#8217;t dedicated...","og_url":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/","og_site_name":"Tecnocentres","article_published_time":"2018-08-15T14:30:46+00:00","og_image":[{"width":580,"height":264,"url":"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png","type":"image\/png"}],"author":"Jaume Feliu","twitter_card":"summary_large_image","twitter_creator":"@jfeliua","twitter_misc":{"Written by":"Jaume Feliu","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#article","isPartOf":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/"},"author":{"name":"Jaume Feliu","@id":"https:\/\/tecnocentres.org\/en\/#\/schema\/person\/b2eb569e95072dedf967f0036be08adf"},"headline":"ARRAYFORMULA function in Google spreadsheets","datePublished":"2018-08-15T14:30:46+00:00","mainEntityOfPage":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/"},"wordCount":631,"commentCount":0,"image":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#primaryimage"},"thumbnailUrl":"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png","articleSection":["G Suite","Teachers"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/","url":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/","name":"ARRAYFORMULA function in Google spreadsheets - Tecnocentres","isPartOf":{"@id":"https:\/\/tecnocentres.org\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#primaryimage"},"image":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#primaryimage"},"thumbnailUrl":"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png","datePublished":"2018-08-15T14:30:46+00:00","author":{"@id":"https:\/\/tecnocentres.org\/en\/#\/schema\/person\/b2eb569e95072dedf967f0036be08adf"},"breadcrumb":{"@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#primaryimage","url":"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png","contentUrl":"https:\/\/tecnocentres.org\/wp-content\/uploads\/2016\/05\/connector-google-sheets-logo.png","width":580,"height":264},{"@type":"BreadcrumbList","@id":"https:\/\/tecnocentres.org\/en\/blog\/2018\/08\/15\/arrayformula-function-in-google-spreadsheets\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inici","item":"https:\/\/tecnocentres.org\/en\/"},{"@type":"ListItem","position":2,"name":"ARRAYFORMULA function in Google spreadsheets"}]},{"@type":"WebSite","@id":"https:\/\/tecnocentres.org\/en\/#website","url":"https:\/\/tecnocentres.org\/en\/","name":"Tecnocentres","description":"Blog de Jaume Feliu","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tecnocentres.org\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/tecnocentres.org\/en\/#\/schema\/person\/b2eb569e95072dedf967f0036be08adf","name":"Jaume Feliu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/04319ca8610bfe2a04fca8f0d7d42c7e87e4bbe1c687e39a0192f567098d464e?s=96&d=mm&r=g","caption":"Jaume Feliu"},"sameAs":["https:\/\/tecnocentres.org","https:\/\/x.com\/jfeliua"],"url":"https:\/\/tecnocentres.org\/en\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/posts\/3369","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/comments?post=3369"}],"version-history":[{"count":0,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/posts\/3369\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/media\/2765"}],"wp:attachment":[{"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/media?parent=3369"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/categories?post=3369"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tecnocentres.org\/en\/wp-json\/wp\/v2\/tags?post=3369"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}