{"id":36129,"date":"2016-06-23T12:23:14","date_gmt":"2016-06-23T06:53:14","guid":{"rendered":"https:\/\/2thenew.xyz\/blog\/?p=36129"},"modified":"2016-06-23T12:23:14","modified_gmt":"2016-06-23T06:53:14","slug":"how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet","status":"publish","type":"post","link":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/","title":{"rendered":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions"},"content":{"rendered":"<p>&nbsp;<\/p>\n<h1><span style=\"text-decoration: underline\"><b>Problem Statement<\/b><\/span><b>:<\/b><\/h1>\n<p>Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result.<\/p>\n<p><span style=\"font-weight: 400\">Also, there might be a case where you want to see and manage the list of Top Buyers of your products or a list of Employees with highest cost first and that too you want it to be updated automatically as soon as you update the master sheet.<\/span><\/p>\n<p><span style=\"font-weight: 400\">This blog will help you in doing that with an ease.<\/span><\/p>\n<p><span style=\"text-decoration: underline\"><b>Example<\/b><\/span><span style=\"font-weight: 400\">:<\/span><br \/>\n<span style=\"font-weight: 400\">Small Business where you are managing multiple sheets for different type of products with all the details of your products like its Selling Price, Cost Price, Buyers\u2019 Name etc. with something like this:<\/span><\/p>\n<p><span style=\"font-weight: 400\">Sheet 1: <\/span><b><i>Product Type 1<\/i><\/b><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36143\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_01.png\" alt=\"GB_01\" width=\"583\" height=\"137\" \/><\/p>\n<p><span style=\"font-weight: 400\">Sheet 2: <\/span><b><i>Product Type 2<\/i><\/b><br \/>\n<strong><strong><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36144\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_02.png\" alt=\"GB_02\" width=\"584\" height=\"136\" \/><\/strong><\/strong><\/p>\n<p><span style=\"font-weight: 400\">Now, you want to create another sheet with Top Buyers on the basis of Selling Price of this sheet. For doing that you can follow the following steps:<\/span><\/p>\n<ol style=\"font-size: 14px\">\n<li><span style=\"font-weight: 400\">First you have to find out a list of all the buyers of your products (there might be a case where a buyer has bought product on single type only)<\/span><\/li>\n<li><span style=\"font-weight: 400\">Create a new sheet (say Buyers List) in same spreadsheet having these columns &#8211; Product Type 1, Product Type 2 <\/span><br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36145\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_03.png\" alt=\"GB_03\" width=\"223\" height=\"47\" \/><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">To find the unique list of buyers for both Product Types, use this formula below Product Type 1:<\/span><br \/>\n<h6 style=\"font-weight: bold\">=ArrayFormula(sort(unique(transpose(split(concatenate(&#8216;<span style=\"color: #ff6600\">Product Type 1&#8242;!J3:J<\/span>&amp;&#8221;;&#8221;),&#8221;;&#8221;)))))<\/h6>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36382\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_03_1.png\" alt=\"GB_03_1\" width=\"635\" height=\"130\" \/><br \/>\n<span style=\"font-weight: 400\">where <\/span><strong style=\"line-height: 1.71429\"><span style=\"color: #ff6600\">\u2018Product Type 1&#8242;!J3:J<\/span><\/strong><span style=\"font-weight: 400\">\u00a0is the column having all the buyer&#8217;s name (Sold To)\u00a0<\/span><span style=\"font-weight: 400;line-height: 1.71429\">in sheet 1.<\/span><\/li>\n<li style=\"font-weight: 400\">Use the same formula for Product Type 2 as well as for rest of the rows as well.<\/li>\n<li style=\"font-weight: 400\">This will fetch and provide the list of unique customers\/buyers of all your Product Types and resulting this:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36146\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_04.png\" alt=\"GB_04\" width=\"222\" height=\"130\" \/><\/li>\n<li style=\"font-weight: 400\">Create a new sheet (say Top Buyers Calculator) in same spreadsheet having these columns &#8211; Sold To, Product Type 1, Product Type 2 and Total. This is to find a list of all the buyers along with their total purchase of different Product Types.<\/li>\n<li style=\"font-weight: 400\">To get a unique list of buyers of all your products for \u2018Sold To\u2019 column, use the same ArrayFormula referring \u2018Buyers List\u2019 sheet as shown below:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36147\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_05.png\" alt=\"GB_05\" width=\"618\" height=\"110\" \/><span style=\"font-weight: 400\"><br \/>\n<\/span><span style=\"font-weight: 400\">where, <\/span><span style=\"color: #ff6600\"><strong>\u2018Buyers List\u2019!B3:C<\/strong><\/span> =&gt; the range of all the buyers from Buyers List sheet.<\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Use the same function for all the columns to get the list of customers with their purchase values of different product types.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">Now to find out the Top Buyers list, out of this calculator sheet, create another sheet with header columns as Sold To, Product Type 1, Product Type 2 and Total.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\"><span style=\"font-weight: 400\">Use the SORT function to get a sorted list of all the values from Top Buyers Calculator sheet as shown below:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36150\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_08.png\" alt=\"GB_08\" width=\"489\" height=\"111\" \/><\/span><\/span><span style=\"font-weight: 400\"><br \/>\nwhere,<\/span><br \/>\n<strong><span style=\"color: #ff6600\">\u2018Top Buyer Calculator\u2019!B3:E<\/span><\/strong><span style=\"font-weight: 400\"> =&gt; Range of data to be sorted.<\/span><br \/>\n<strong><span style=\"color: #800080\">\u2018Top Buyer Calculator\u2019!E3:E <\/span><\/strong><span style=\"font-weight: 400\">=&gt; Index of the column by which to sort (Total in our case)<\/span><br \/>\n<strong><span style=\"color: #0000ff\">False<\/span><\/strong><span style=\"font-weight: 400\"> =&gt; Used to sort in descending order.<\/span><br \/>\n<span style=\"font-weight: 400\"><br \/>\n<span style=\"font-weight: 400\">Following is the screenshot explaining the SORT function:<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-36151\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_09.png\" alt=\"GB_09\" width=\"326\" height=\"328\" \/><\/span><\/span><\/li>\n<\/ol>\n<h1><span style=\"text-decoration: underline\"><strong>Output:<\/strong><\/span><\/h1>\n<p>Using these steps and functions you will now have a list of<\/p>\n<ul style=\"font-size: 14px\">\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">All unique Buyers\u2019 List (which will get automatically updated as soon as you update the master list of Product Type 1 and 2)<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">A Top Buyers Calculator or a Summary sheet having a list of all the unique buyers along with their purchases of different products.<\/span><\/li>\n<li style=\"font-weight: 400\"><span style=\"font-weight: 400\">A sorted list of Top Buyers of your products along with their purchase values.<\/span><\/li>\n<li style=\"font-weight: 400\"><strong><span style=\"font-weight: 400\">Here is the <\/span><a href=\"https:\/\/goo.gl\/r7ENHJ\" target=\"_blank\"><span style=\"font-weight: 400\"><b>link<\/b><\/span><\/a><span style=\"font-weight: 400\"> of the spreadsheet explaining this for your reference.<\/span><\/strong><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and [&hellip;]<\/p>\n","protected":false},"author":386,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":7,"footnotes":""},"categories":[1],"tags":[1850,3552,3562,3578,3557,1429,3555,68,160,3558,3581,3554,3580,468,3564,3563,3559,3561,3579,3553,3556,3560,357],"class_list":["post-36129","post","type-post","status-publish","format-standard","hentry","category-technology","tag-aggregation","tag-arrayformula","tag-concatenate","tag-data-aggregation","tag-employee","tag-excel","tag-google-spreadsheet","tag-sort","tag-report","tag-most-valuable-employee","tag-referring-multiple-sheets","tag-referring-other-sheet","tag-referring-sheet","tag-reports","tag-sheet-referrence","tag-sheet-referring","tag-small-business","tag-split","tag-spreadsheet","tag-sumif","tag-top-buyers","tag-transpose","tag-unique"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Gaurav Bagla\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#article\",\"name\":\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog\",\"headline\":\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/06\\\/GB_01.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#articleImage\"},\"datePublished\":\"2016-06-23T12:23:14+05:30\",\"dateModified\":\"2016-06-23T12:23:14+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#webpage\"},\"articleSection\":\"Technology, Aggregation, ArrayFormula, Concatenate, Data Aggregation, Employee, excel, Google Spreadsheet, Groovy Sort, jasper report, Most valuable Employee, referring multiple sheets, Referring other sheet, referring sheet, reports, Sheet referrence, Sheet Referring, Small Business, Split, Spreadsheet, SUMIF, Top Buyers, Transpose, unique\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#listItem\",\"name\":\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#listItem\",\"position\":3,\"name\":\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-2\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-2\\\/\",\"name\":\"Gaurav Bagla\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/ff00e67c-f7f5-480b-9b7e-449b5680b0f9_992-Gaurav-Bagla-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Gaurav Bagla\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/\",\"name\":\"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog\",\"description\":\"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\\\/result. Also, there might be a case where you want to see and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/gaurav-2\\\/#author\"},\"datePublished\":\"2016-06-23T12:23:14+05:30\",\"dateModified\":\"2016-06-23T12:23:14+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog","description":"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and","canonical_url":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#article","name":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog","headline":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions","author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-2\/#author"},"publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/06\/GB_01.png","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#articleImage"},"datePublished":"2016-06-23T12:23:14+05:30","dateModified":"2016-06-23T12:23:14+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#webpage"},"articleSection":"Technology, Aggregation, ArrayFormula, Concatenate, Data Aggregation, Employee, excel, Google Spreadsheet, Groovy Sort, jasper report, Most valuable Employee, referring multiple sheets, Referring other sheet, referring sheet, reports, Sheet referrence, Sheet Referring, Small Business, Split, Spreadsheet, SUMIF, Top Buyers, Transpose, unique"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.xyz\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.xyz\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#listItem","name":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#listItem","position":3,"name":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.xyz\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.xyz\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.xyz\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-2\/#author","url":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-2\/","name":"Gaurav Bagla","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/ff00e67c-f7f5-480b-9b7e-449b5680b0f9_992-Gaurav-Bagla-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Gaurav Bagla"}},{"@type":"WebPage","@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#webpage","url":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/","name":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog","description":"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.xyz\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-2\/#author"},"creator":{"@id":"https:\/\/2thenew.xyz\/blog\/author\/gaurav-2\/#author"},"datePublished":"2016-06-23T12:23:14+05:30","dateModified":"2016-06-23T12:23:14+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.xyz\/blog\/#website","url":"https:\/\/2thenew.xyz\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.xyz\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog","og:description":"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and","og:url":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/","og:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions | TO THE NEW Blog","twitter:description":"Problem Statement: Suppose you are running a small business or creating a timesheet based cost calculations in any organization as a Lead, then you may need to refer data from different sheets within a single google spreadsheet to get the desired output\/result. Also, there might be a case where you want to see and","twitter:image":"https:\/\/2thenew.xyz\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"36129","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-29 14:48:08","updated":"2024-02-29 09:26:21","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.xyz\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.xyz\/blog"},{"label":"Technology","link":"https:\/\/2thenew.xyz\/blog\/category\/technology\/"},{"label":"How to aggregate data by referring to multiple sheets in Google Spreadsheet using multiple functions","link":"https:\/\/2thenew.xyz\/blog\/how-to-use-arrayformula-sumif-sort-functions-and-referring-to-multiple-sheets-in-google-spreadsheet\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/36129","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/users\/386"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/comments?post=36129"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/posts\/36129\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/media?parent=36129"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/categories?post=36129"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.xyz\/blog\/wp-json\/wp\/v2\/tags?post=36129"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}