Combine Data/Sheets in Excel & Google Sheets

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 24

  • @przemysawhajduk8728
    @przemysawhajduk8728 Рік тому

    This is by far the best method, thank you! Have you considered an extra column to have a partial data sheet's name for each row? I wonder how that can potentially look like

  • @anvi84
    @anvi84 Рік тому +3

    Loved how you went step by step and then combined it all in one formula. I prefer to use query to combine data, but enjoyed learning about vstack, hstack, and let functions.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому +1

      I'm not a big fan of QUERY function, but that's just my experience.

  • @lpanebr
    @lpanebr Рік тому

    Valeu!

  • @antyt2714
    @antyt2714 Рік тому +1

    Excellent video as usual. I would have used query function but I learned about both V and H stack here. LET function is also new to me and I will certainly be inserting that into some of my exisiting formulas that are a bit long in the tooth. Thanks

  • @silvestrecamposano6317
    @silvestrecamposano6317 Рік тому

    Thank you very much for all the formulas... I can use it in my office work...

  • @chakralamurali
    @chakralamurali Рік тому

    Excellent video sir. You made my day today. Learnt few extraordinary tips especially clubbing of Vstack and Hstack (selecting only few particular columns)- this is an extraordinary tip which helps me a lot.

  • @lpanebr
    @lpanebr Рік тому

    🤯 So many functions I had never heard of. Thank you! Even text join. I've always used the simple join...

  • @xjarius
    @xjarius Рік тому

    This is awesome, thank you so much for your clear teaching!

  • @tridsonline
    @tridsonline Рік тому

    👍🏻 Thanks, great teaching technique! I'm looking forward to trying out some interesting new functions.

  • @dannylayton317
    @dannylayton317 Рік тому

    Another brilliant video - thank you!

  • @sergheyzaporojanu6872
    @sergheyzaporojanu6872 Рік тому

    this is very well put together. Thanks for the tutorial! Do you have video about linking data from different files in Excel and GSheets? I am struggling a bit with Excel since they don't have IMPORTRANGE. And I wish to know some ways to feed the live data acros different Excel files stored on OneDrive. And if there is a way to do the same between OneDrive files and Gdrive sheets, that would be so cool!

  • @tridibbiswas3361
    @tridibbiswas3361 Рік тому

    Thank you for the video. Where can I get the exercise files

  • @imamfachrudin7846
    @imamfachrudin7846 Рік тому

    Another option, we can create the range by combining with INDEX (we can get the last row from this)

  • @gzatt
    @gzatt Рік тому

    can't u do all that with a simple query?

    • @gzatt
      @gzatt Рік тому

      the verticals at least. And can u create a named function for that big function u made?

    • @imamfachrudin7846
      @imamfachrudin7846 Рік тому +1

      He gave another perspective brother

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому +1

      This particular example would be very difficult to recreate with QUERY function. With QUERY function you need to have at least one column where you can guarantee there will be some data, here you don't. QUERY function is also very particular with data types in your columns and it fails producing results when data types are not universally matched.
      For me personally, unless I have to use GROUP BY or PIVOT statements I pretty much never use QUERY function because I find it prone to failures.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  Рік тому +1

      Of course you can create a named function, but you could say that about any formula with nested functions.

  • @aussiebrian5520
    @aussiebrian5520 9 місяців тому

    No need for that fancy formula in excel, only in google sheets