Functions as parameters with Excel LAMBDA

Поделиться
HTML-код
  • Опубликовано: 26 авг 2024
  • Provides a brief introduction to pass functions as parameters to other functions.
    This foundational concept will greatly help you modularize your lambda developments in Excel and yield significant performance improvements.
    www.flexyourda...

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

  • @Reduce_Scan
    @Reduce_Scan Год назад +1

    I read your explanation of the Thunk technique ,
    Thank you very much for this simple and beautiful explanation
    The first time I understand this topic in a better way than before

    • @flexyourdata
      @flexyourdata  Год назад +1

      I'm glad it was useful. I will be posting some more use cases for thunks soon.

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

      @@flexyourdata
      Waiting for that and thank you very much

  • @sunnybaggu785
    @sunnybaggu785 Год назад +1

    Very informative...in some examples I see that 0,1 in curly brackets is used as an accumulator....just amazes me the new 365 functions...thanks for this post

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

      I suppose the {0,1} can be used sometimes as the initial value. It will depend on the goal, I think. Cheers!

    • @sunnybaggu785
      @sunnybaggu785 Год назад +1

      @@flexyourdata that's great...if time permits please do post more of your content on RUclips channel...
      Specially advanced functions or expressions like Thumb ,ME , Reduce advance usages...
      Your website is very slow, is there any reason...atleast for me ..its slow.
      Just wanted share that many people like me learn from your content...thank you.

    • @flexyourdata
      @flexyourdata  Год назад +1

      @@sunnybaggu785 Thank you for the words of encouragement. I will do my best :)
      As for the website, I ran some tests and it got a performance score somewhere in the high 80s out of 100. It doesn't seem too slow for me. Regardless, thanks for the feedback, I will look into it some more.

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

    Very insightful Owen. Great job 👏