Dynamic arrays and dominoes

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

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

  • @4567snick
    @4567snick 2 ปีที่แล้ว +2

    Thanks for the great video, Dim! FYI, I found a while back that ISODD and some other functions (can't remember which set of them) need "--" on the array to work dynamically. So that ISODD(H2:Q2) will work as ISODD(--H2:Q2)
    Good luck in the open!

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

      Yes! I knew I had read about a workaround at some point, but I couldn’t remember it. Thanks for sharing!

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

    Thanks for sharing Dim. Amazing solution!! Good luck for today!!

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

    Good luck tomorrow Diarmuid! I totally agree... dynamic arrays are AWESOME!

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

      Thanks Erik! Fingers crossed...

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

    Good model, Good luck for tonight, and the next round.
    Thanks for sharing this, I learn a lot about how to design a model.
    Really great design spread each round to see which dominoes are on board, unused, and draw.
    33:48 Again great design, only a few minutes to debug.
    In my design, I wrap everything in a formula and I only see dominoes on board, It takes HOURS to debug.
    23:30 this is not a smart way but just the way I did.
    I10 =MAX(MODE.MULT(I7:I8,H17:H18))
    I17 =IFERROR(IF(H17=I10,H18,H17),H17)
    I18 =IFERROR(IF(I7=I10,I8,I7),H18)

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

    Ty for that i was stuck at lvl 5. Good luck for the next round

  • @khaledabdel-rahman9748
    @khaledabdel-rahman9748 2 ปีที่แล้ว

    Thanks Diarmuid :)...amazing as always....goodluck today

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

      Thank you! : )

  • @sledgehammer-productions
    @sledgehammer-productions 2 ปีที่แล้ว

    Can't wait to be able to use vstack, byrow etc (or the Dutch equivalents). At work some of them have appeared already, at home I'm still waiting.
    I'm learning so much about this type of cases and a/the way to think when solving them.

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

      I know exactly what you mean - the computer I work on at my main client doesn’t have the newest round of functions yet, and I sometimes *really* miss them!

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

    love your videos man, brilliant!

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

      Thank you! It’s always nice to hear people enjoy them.

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

    Thank you Master

  • @mauk2861
    @mauk2861 5 หลายเดือนก่อน

    Not free any more... pity I wanted to play the game!

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

    I know you're excited about dynamic arrays and all... but the mind blowing moment for me (which happened in less than a second) was =3-[previous cell] to get 1,2,1,2... SO SIMPLE!

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

      Yes! I don't know how long I spent doing that kind of thing with IF before it clicked that there was a better way! : )

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

      And my MOD approach :D