Easy Way to Create ALL Possible Combinations From Multiple Lists in Excel (Power Query & Formula)

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

КОМЕНТАРІ •

  • @JohnHenry2009
    @JohnHenry2009 10 днів тому

    Very useful - thank you!

  • @VikashYadav-t5k9f
    @VikashYadav-t5k9f 6 днів тому +1

    Very useful . sir, pls create more videos on power query function, i need to learn more

  • @dakshbhatnagar
    @dakshbhatnagar 14 днів тому +1

    this is exactly what i was struggling with at work. sql has an easy solution but with excel i couldnt think of a way now i know how to do whats essentially called a cross join

  • @KuldeepSingh-nq1vi
    @KuldeepSingh-nq1vi 15 днів тому +2

    Hi Bro, your all tricks are useful... ❤ hats off

  • @daleanderson5258
    @daleanderson5258 16 днів тому +1

    I like the Power Query solution. Great video as usual. Thanks.

  • @IvanCortinas_ES
    @IvanCortinas_ES 16 днів тому

    Great video, Sumit. As you said, I also think Power Query is the easiest way to solve the problem. Thanks for sharing the solutions.

  • @LucPeyrebrune
    @LucPeyrebrune 16 днів тому +1

    Toujours aussi formidable !😁

  • @Azhar_Khan383
    @Azhar_Khan383 16 днів тому

    Thanks Sir, for sharing such a valuable information. Amazing and awesome

    • @trumpexcel
      @trumpexcel  16 днів тому

      Glad you found the video helpful Azhar 🙂

  • @vigneshsanthanavel7254
    @vigneshsanthanavel7254 16 днів тому

    Happy to see your videos after long years sir! Hope you are doing well! May god bless your teaching journey!

    • @trumpexcel
      @trumpexcel  16 днів тому

      Thank you for the kind words Vignesh 🙂

  • @ZeeSum23
    @ZeeSum23 16 днів тому +1

    Need my coffee now! Also I’d love to buy you one. Think I had seen a link somewhere? Can you share 😊

    • @NAEEM_MALIK
      @NAEEM_MALIK 16 днів тому

      Links available in description section!!!

    • @ZeeSum23
      @ZeeSum23 16 днів тому

      @ thank you

  • @BKumar6677
    @BKumar6677 16 днів тому

    Wow🎉

  • @sajadabdulcader5337
    @sajadabdulcader5337 15 днів тому

    A blank as a field in each will give not 3 places but holder of 1- a or b or c
    2 placeholder -ab or ac or bc
    And your solution of abc

  • @safuwanch
    @safuwanch 16 днів тому

    May be byrow will help to solve the problem

    • @trumpexcel
      @trumpexcel  16 днів тому +1

      I tried BYROW, didn't work

    • @safuwanch
      @safuwanch 15 днів тому

      @@trumpexcel is it possible to use recursive lambda

    • @trumpexcel
      @trumpexcel  15 днів тому

      Maybe, haven't tried. Recursive LAMBDA's get complicated very quickly. I have an easier solution to this though. Will share in the next video

    • @safuwanch
      @safuwanch 15 днів тому

      @trumpexcel thanks

  • @shanmugam_eg
    @shanmugam_eg 14 днів тому

    Use BYROW with TEXTSPLIT to spill in columns and rows at the same time.

    • @trumpexcel
      @trumpexcel  14 днів тому +1

      Tried it... Doesn't work

  • @JamesBond-qg5gx
    @JamesBond-qg5gx 14 днів тому

    Fabulous,
    I need some help please.
    I have two columns ie price and quantity but don’t want extra column of value.
    So I did =sum(a1:a3*b1:b3) which is ok but once I filter the total value remains same.
    Subtotal doesn’t have this option, is there a solution for it
    Thanks

  • @TheManMshow1
    @TheManMshow1 9 днів тому

    Can you please let me know how to do this

  • @JoseAntonioMorato
    @JoseAntonioMorato 16 днів тому +1

    Dear Sumit,
    Unique formula for combining and splitting the combination.
    =LET(_combinations,TOCOL(TOCOL(A2:A6&"|"&TRANSPOSE(C2:C6))&"|"&TRANSPOSE(E2:E4)),
    _divided,REDUCE({"Coffee","Milk","Size"},_combinations,LAMBDA(a,v,VSTACK(a,TEXTSPLIT(v,"|",,1)))),
    _divided)
    I hope you like it 🤗

    • @trumpexcel
      @trumpexcel  16 днів тому +1

      Thanks Jose... The solution I have for this is very similar to yours. Will show that in the video next week.

  • @javedahmed8343
    @javedahmed8343 13 днів тому

    I have an excel sheet consisting of Term1 columns from Class I to VIII as shown below.
    Adm# Name Eng Hindi Lang Maths Science SocialScience, etc
    I want to share this single file among 16 persons (Class Teachers) for marks entry subject to condition that a class teacher can do marks entry only for his/her class and could not view or alter the marks of other classes. Once the data is entered in that single Excel sheet then by all 16 persons then I want to dowoad it and generate template specific Report Cards for all the students from class I to VIII?
    How to accomplish this task?