5 formulas that combine columns in Google Sheets (Horizontal and Vertical)

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ส.ค. 2024

ความคิดเห็น • 52

  • @rachelcox1704
    @rachelcox1704 ปีที่แล้ว +1

    Thanks so much! This formula saved me a lot of tedious work!

    • @spreadsheetclass
      @spreadsheetclass  ปีที่แล้ว

      That's awesome, I am always happy to hear that the lessons are helping others:)

  • @lienphan6446
    @lienphan6446 3 ปีที่แล้ว +1

    Thank you so so much! Your guides in this video helped me so much in how to create a task management system in a most effective way to me. I can't thank you enough. And if you ever come to Nha Trang, Vietnam please let me know, I'd love to thank you in person. Sending you my appreciation vibes from Nha Trang on Sunday, 18 April, 2021. Thanks again very much!

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      I am VERY happy that the video helped you!!! I hope that you have an amazing day!

  • @kennethforbin5604
    @kennethforbin5604 3 ปีที่แล้ว +3

    Great explanation. Thanks and keep up the good work. You explain really well.

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      Thanks Kenneth, I really appreciate that! Glad you enjoyed the video.

  • @winngonzaga8041
    @winngonzaga8041 2 ปีที่แล้ว +1

    Wow thank you! This solved my task😊😊

  • @lampsizgod
    @lampsizgod 3 ปีที่แล้ว +1

    Much appreciated. Exactly what I was looking for! Thank You!

  • @AtomicPiggyGaming
    @AtomicPiggyGaming ปีที่แล้ว +1

    This helped me! Thanks for the video

  • @mohdaijaz148
    @mohdaijaz148 3 ปีที่แล้ว +2

    great solution

  • @AtulVijayP
    @AtulVijayP 3 ปีที่แล้ว +1

    Wonderful & concise tutorial!

  • @petyr9940
    @petyr9940 3 ปีที่แล้ว +2

    THANK YOU!!!

  • @stephenmwangi-djs-8569
    @stephenmwangi-djs-8569 3 ปีที่แล้ว +2

    great article

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      Thank you Stephen, I am glad you liked it!

    • @cindycapper4937
      @cindycapper4937 3 ปีที่แล้ว +1

      Thanx a ton now I just need to figure a way to select, copy and paste the combined column.

  • @edwinmwale5762
    @edwinmwale5762 2 ปีที่แล้ว +1

    Thank you so much for this.

  • @fajarwitamawijaya4646
    @fajarwitamawijaya4646 3 ปีที่แล้ว +1

    thank you so much, it's really helping..!

  • @RAKIBUL_BIJOY
    @RAKIBUL_BIJOY 2 ปีที่แล้ว +1

    wonderful❤❤❤❤❤❤

  • @moustafanafady7064
    @moustafanafady7064 3 ปีที่แล้ว +1

    Thanks a lot for that informative Lesson. However, i have one question plz i tried to implement filer & len to combine data from two colmns from two different sheets but once i wrote { errors started to Shown... may u explain how to merge data from two columns in different sheets plz...thanks again

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      Hey Moustafa! Here are a few examples:
      Combining columns A and B from one sheet, into another sheet:
      =filter({Sheet1!A3:A12;Sheet1!B3:B12},len({Sheet1!A3:A12;Sheet1!B3:B12}))
      Combining column A from one sheet, with column B from a second sheet, into a third sheet:
      =filter({Sheet1!A3:A12;Sheet2!B3:B12},len({Sheet1!A3:A12;Sheet2!B3:B12}))
      Combining both columns A and B from two sheets, into a third sheet:
      =filter({Sheet1!A3:A12;Sheet1!B3:B12;Sheet2!A3:A12;Sheet2!B3:B12},len({Sheet1!A3:A12;Sheet1!B3:B12;Sheet2!A3:A12;Sheet2!B3:B12}))

    • @moustafanafady7064
      @moustafanafady7064 3 ปีที่แล้ว

      @@spreadsheetclass Many Thanks for immediate response. is that applicable for regular excel 365 or only for google sheets?

    • @moustafanafady7064
      @moustafanafady7064 3 ปีที่แล้ว

      My apologize i forgot to mention that i am using excel 365 not google sheets, so what is the change could be done here in your formula

  • @333canyol777
    @333canyol777 2 ปีที่แล้ว +1

    Thank you for your video! Is there any way to compare more than 2 columns? I have 4 columns in which numbers should match. If all four numbers are equal, it's true otherwise (if at least 1 out of 4 do not match) is false. Ideally to make it with conditional formatting to color in green if true and in red if false.

    • @spreadsheetclass
      @spreadsheetclass  2 ปีที่แล้ว +1

      Glad you liked the video! If you're comparing more than 2 columns, you can use the IF function combined with the AND function to do something like this: =if(and(A2=B2,B2=C2,C2=D2),"Match","No Match")
      If you're comparing 2 columns you can do this =A2=B2 and it will yield true / false

    • @333canyol777
      @333canyol777 2 ปีที่แล้ว

      @@spreadsheetclass thank you for your answer! I'll try it for my table!

  • @sankarbiswas5945
    @sankarbiswas5945 3 ปีที่แล้ว +1

    Thanks a lot!

  • @LAwigTalk
    @LAwigTalk 3 ปีที่แล้ว +1

    here is my long list of columns Im trying to combine into one column ={A1:A25;B1:B25;C1:C25;D1:D25;E1:E25;F1:F25;G1:G25;H1:H25;I1:I25;J1:J25;K1:K25;L1:L25;M1:M25;N1:N25;O1:O25;P1:P25;Q1:Q25;R1:R25;S1:S25;T1:T25;U1:U25;V1:V25;W1:W25}

    • @spreadsheetclass
      @spreadsheetclass  2 ปีที่แล้ว

      Did it work? You should be able to stack as many as you need if the columns are the same size.

    • @mawuenaakwayena3056
      @mawuenaakwayena3056 ปีที่แล้ว

      @@spreadsheetclass Hi Ive got a question on this. would I be able to combine columns like this: =FILTER({Form_responses!E2:E;F2:F;G2:G;H2:H;I2:I;J2:J;M2:M}, len({Form_responses!E2:E;F2:F;G2:G;H2:H;I2:I;J2:J;M2:M})). Notice that the upper limits of the columns just indicate the column letter and not something like E2:E12. Would this still work?

  • @Toad__Go_Boom_Boom_Boom
    @Toad__Go_Boom_Boom_Boom 3 ปีที่แล้ว +1

    Wondering if you could help me, I want to separate my sheet into 2 sections, just like how your Uncombined Data and Combined Data are. Say I want to be able to make adjustments to Uncombined Data without applying the changes to Combined Data, for instance dragging the "2" row down to be a larger size. Can this be done? Thank you!

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      Hey Roy, I didn't quite understand what you were trying to do, especially when you mentioned " dragging the "2" row down to be a larger size". Can you give me some more detail and I'll try to solve it!

  • @adriancunanan168
    @adriancunanan168 2 ปีที่แล้ว +1

    In the stacked array, can I add additional text when stacked?

    • @spreadsheetclass
      @spreadsheetclass  2 ปีที่แล้ว

      You can with a formula like this: =UNIQUE({A3:A12;B3:B12;"Text"})
      Otherwise you can put the text into another column, and stack that column with the others.

  • @LAwigTalk
    @LAwigTalk 3 ปีที่แล้ว

    Hello, can you help me? I used your forumla once and it worked after refreshing. Tried it again, and I get an error code about circular dependency. I've triple checked the formula and all looks correct.

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      Hi Lorraine, can you give me some more details about your exact formula? Or did you already figure this one out?

  • @giovannazuniga5254
    @giovannazuniga5254 ปีที่แล้ว

    How do I make my spreadsheet look like the "Uncombined Data" section? I already inputted all my information, but realized it would look better with two columns under one, but I can't for the life of me figure it out.

    • @spreadsheetclass
      @spreadsheetclass  ปีที่แล้ว

      This is done by merging two cells together at the top of two columns (Such as merging cells A1 and B1), then you'll have two columns below a single heading. The "Merge" feature is on the top toolbar.

  • @daniswarakumaradipta3773
    @daniswarakumaradipta3773 3 ปีที่แล้ว

    Hey man, how do i combine randomly separated columns with the same pivot/header column names into one column, it's actually the gform problem

    • @spreadsheetclass
      @spreadsheetclass  3 ปีที่แล้ว

      I didn't quite understand that, can you give me some more detail?

    • @daniswarakumaradipta3773
      @daniswarakumaradipta3773 3 ปีที่แล้ว

      @@spreadsheetclass docs.google.com/spreadsheets/d/1mxjK0Cu5E7V1kaXVpN4KSqEdvd6f_hnq1LJ2RN8KLNY/edit?usp=drivesdk , that is the example of the problem man

  • @greatsea
    @greatsea 2 ปีที่แล้ว

    this is good but not helpful for stacking more than 3 columns. I need to stack about 30 into one.

    • @spreadsheetclass
      @spreadsheetclass  2 ปีที่แล้ว

      You should be able to stack the columns as long as they are the same size. I have stacked many different columns together using some of the methods in the videos. Example: ={A3:A12;B3:B12;C3:C12;D3:D12}