Combine or Pull Data from Multiple Sheets into a Master sheet in Google Sheets

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 54

  • @Sid2harth
    @Sid2harth 3 года назад +3

    Never knew you could add multiple sheet references to one query function. Thanks for the Google Sheets wisdom!

  • @go2mac
    @go2mac 8 месяцев назад

    Success, I was able to combine from 1 file (with multiples sheets) to another google sheet file. Thank you very much for the tutorial.

  • @hindghazzawi613
    @hindghazzawi613 4 года назад +1

    Fantastic. Thank you. Some of these videos are difficult to follow but this was very clear and exactly what I needed.

  • @hannahjanssen6469
    @hannahjanssen6469 3 года назад +2

    This is so helpful! But how do you do this in regular excel?

  • @technicalfan7374
    @technicalfan7374 2 года назад

    Thanks. You have saved me.

  • @kellyfox2055
    @kellyfox2055 2 года назад

    Brilliant!! Thank you so much

  • @neilmorgan6010
    @neilmorgan6010 3 года назад +4

    This can be improved upon by using SORT. This will combine the data and sort it by date
    =SORT({SHEET1!A6:F;SHEET2!A6:F},1,0)

  • @amymako1089
    @amymako1089 3 года назад

    Very helpful and concise. Thank you!

  • @AlyssaBaylor
    @AlyssaBaylor 4 месяца назад

    Very helpful. Thanks!

  • @tosandeepyandra
    @tosandeepyandra 3 года назад +1

    hi,, your explaination is good ... what if we have different set of columns in each subsheet ... and i want selected columns from each sheet with date filtered with last 3 days

  • @LeagueOfLegendsPakistan
    @LeagueOfLegendsPakistan 4 года назад +1

    thanks for a wonderful video!! Is it possible to do the exact same thing if the data is in multiple workbooks?

  • @smorisch
    @smorisch 4 года назад

    This was super helpful. Thank you.

  • @himanshumahi619
    @himanshumahi619 4 года назад

    Thanks. Precise and hepful.

  • @shedhead
    @shedhead 9 месяцев назад

    This is great, What if we want to sort the master sheet by the rolls by Date or Number ascending/descending is a specific column?

  • @jinnarosemanzano6198
    @jinnarosemanzano6198 5 месяцев назад

    Thanks, great help.

  • @SandraWylie-iq4yh
    @SandraWylie-iq4yh 2 года назад

    Great video. Thank you! Is there a way to create the formula so it accounts for new sheets I add in? Or do those need to be created in advance?

  • @carolynberry-dor1417
    @carolynberry-dor1417 3 года назад +1

    This video is helpful. Thank you! But I have a question, what if on the other sheets I want to bring over, I have a specific word like completed in a column, and I don't want that row brought over when the word completed is found. How do I write that into this formula?

  • @FibFract
    @FibFract 3 года назад +1

    Hi - I have a workbook with 13 sheets. Each sheet has a table which tracks weekly data. Each week I manually add a new row to the top of the table for the newest weeks data and update the formatting and formula in the new row, for each sheet. I then manually update formulas about the table which tracks MIN, MAX, SUM and AVG. Is it possible to automate these steps for all 13 sheets?

  • @arunthathirema6568
    @arunthathirema6568 3 года назад

    sir will the query function do column wise copy.for example if there are sheets with names Eng,Maths,Language and Each sheet with column labels test1,test2,test3. i want to pull out the values of test1/test2/test3 of all 3 subjects in a single table based on the drop down list.What is the query to be given. help in this regard

  • @Kuyasbar
    @Kuyasbar 4 года назад

    Thank you for sharing it..🙂

  • @poojasunil9871
    @poojasunil9871 3 года назад

    pls help- query for combining new entry in individual sheets into last row of master sheet

  • @clemkonan
    @clemkonan 3 года назад

    Fantastic. I have a customised sheet that I use to enter mixed data. I do not want to revise the sheet but I want to copy blocks of daily data and consolidate the into into a monthly sheet for analysis. However the data will not be clean because at 3 different rows data is there for another attribute (I want to evaluate weight and these rows captures temperature). The row locations are consistent ( e. g. Rows 7,12,16) how can I delete those rows.
    Thanks

  • @pashtofans8726
    @pashtofans8726 3 года назад

    perfect, is this trick working in excel as well?

  • @jackliu4017
    @jackliu4017 2 года назад

    Love it.

  • @UXSpecialist
    @UXSpecialist 2 года назад +3

    What if you have 100 different sheets? Is there a way to select “all sheets” in a formula without having to name them 1 by 1??

  • @ryneevansiii8663
    @ryneevansiii8663 3 года назад

    can you do this across different workbooks?

  • @juliepomposo8607
    @juliepomposo8607 3 года назад

    Thank you for this Chester. it worked overall apart from one row which is weird. When doing this on my file, the first 7 rows of the first sheet I am trying to merge seem to have been concatenated into 1 row into the mastersheet. Is there something that I am not doing correctly?

  • @jemmajacobs1879
    @jemmajacobs1879 3 года назад

    Thank you! This did exactly what I wanted!! Is it possible to then also filter them by the dates? I have tried using the filter button but all the data just drops down heaps of rows.

  • @mohitrawal9102
    @mohitrawal9102 3 года назад

    Hello Chester.. This was quite helpful...but getting an error.. "Query returning results into merged cells in Google Sheets
    " what to do???

  • @jwalbanker
    @jwalbanker 2 года назад

    What if I keep adding more sheets to this? Is there a way to prospectively keep adding data from all new sheets made? Or using script?

  • @ojasshetty
    @ojasshetty 4 года назад +4

    I get error "In ARRAY_LITERAL, an Array Literal was missing values for one or more rows.

  • @ae_jal_rws
    @ae_jal_rws 2 года назад

    I like to ask that whether I can enter data in Master sheet (on columns no included in the query command) for further Data . I have tried but whenever I enter any individual sheet data the data entered in master sheet get mixed up. Any suggestions please

  • @ayananguyen7634
    @ayananguyen7634 3 года назад

    Hi! is there a way to do this backwards? So I have a ton of info in a master sheet and separate sheets that I want them to automatically go into. How do I do that or is there a video?

  • @mani2care
    @mani2care 4 года назад

    Supper but if the headings are different name what will be the merging solution

  • @hannahabbitt
    @hannahabbitt 4 года назад

    this worked really well, but I would like to sort the master sheet by date, and it does not allow this, as the data is still grouped in sections (based on sheet they are from). Is there any way around this? could I duplicate the sheet but the data still be live?

  • @owaisahmad583
    @owaisahmad583 2 года назад +1

    Hi bro, love your work just keep doing great. I have a sheet having multiple tabs and among these tabs one is a Master tab in which I want to reflect the whole data of other tabs (till here it's done) but the question is that, is there a possible way for the data(of newly added tab) to be added in Master automatically every time a new tab is added ??
    Plz you response would be highly appreciated 🙂

  • @kenzettalang2332
    @kenzettalang2332 2 года назад

    Will this work if the data has checkboxes

  • @yorkmartin8569
    @yorkmartin8569 Год назад

    Is there a way to do this using Import Range? In my case, we work with 3rd party companies and I do not necessarily need them seeing each other's info. I am updating the client name and assigned 3rd party on the master sheet and it currently populates each 3rd party's individual workbook. I would like for their input data to in turn automatically populate to my master workbook.

    • @sampughbc
      @sampughbc Год назад

      QUERY({ IMPORTRANGE("Sheetlink", "Sheetname!B3:M999"); IMPORTRANGE("Sheetlink", "Sheetname!B3:M999"); IMPORTRANGE("Sheetlink", "Sheetname!B3:M999"); IMPORTRANGE("Sheetlink", "Sheetname!B3:M999"); }, "SELECT * WHERE Col1 IS NOT NULL ORDER BY Col12 ASC, Col11 ASC, Col1 ASC") this is what i use if this helps in anyway?

  • @Alon_DR
    @Alon_DR 4 года назад

    Can you please share the spreadsheet for practice ?

  • @suhridsubaldas5092
    @suhridsubaldas5092 2 года назад

    how to insert star in formula after where?

  • @saddamkhanbande9495
    @saddamkhanbande9495 3 года назад +1

    I want the sheet name in it as well

  • @johnwest2298
    @johnwest2298 4 года назад

    How do I get query to work, when I assign to my salesman.My first sheet is my master,then 2nd sheet is salesman1,3rd sheet is salesman 2. If that makes since. Thanks in advance.

  • @harshgarg78
    @harshgarg78 3 года назад

    Hi Sir, I have 3 different forms named, Fresh call, Follow up call, Site Vist, All these forms have different questions the common thing is the names of the agent, I want to provide feedback and take signoff from that person on Google sheet itself how do I do it, need your help

  • @bryanjeddy
    @bryanjeddy 3 года назад

    What about if the data I wont to bring in is in another document and on multiple tabs in that google sheet? how can we make this happen? i.e. =SORT(IMPORTRANGE("11KjZBSny15TykVlyokntROEvWhTa1AwL4nkrG399rqD","DATA 1!A2:I","11KjZBSny15TykVlyokntROEvWhTa1AwL4nkrG399rqD","DATA 2!A2:I"))

  • @hindghazzawi613
    @hindghazzawi613 4 года назад

    Is there a way to add to the query to make it populate into the master in alphabetical order?

  • @reginaquinto3235
    @reginaquinto3235 Год назад

    how can i include the tab that has space in it's name? the formula doesn't accept it.

  • @mei-meiyu8849
    @mei-meiyu8849 Год назад

    Good instructions but my problem is i have put data validation.

  • @rabdu2002
    @rabdu2002 4 года назад

    Please give us chance to download all videos one time because when trying it give us error

  • @dmobanaskantha8685
    @dmobanaskantha8685 3 года назад

    WHEN I ENTER QUERY AND WRITE ("SELECT * WHERE COL1 IS NOT NULL") I COLD NOT FIND ANY RESULT