Excel BYROW and BYCOL Functions (Two Examples)

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

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

  • @allanallansson9532
    @allanallansson9532 21 день назад

    Using BYCOL or BYROW is very clearly illustrated here. However, how would you go about to create a single cell formula say in cell E3 that takes arguments from both the columns with BYCOL (week headers) and the rows with BYROW for the names? The result would be an mxn matrix with results per cell being calculated based on the top row and the leftmost column. Is that possible?

  • @kashirmirza6483
    @kashirmirza6483 4 месяца назад

    Simple byrow and bycol function returns na error. Plz help

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

    Nice tricks Alan. I am not sure yet how to categorize these functions; whether they belong to curiosities or are truly useful! I had a student come to me recently with a fun challenge assignment that looked like this: =LAMBDA(MyCalc,LET(avg,BYCOL(DataSet,LAMBDA(col,AVERAGE(col))),min,BYCOL(DataSet,LAMBDA(col,MIN(col))),max,BYCOL(DataSet,LAMBDA(col,MAX(col))),row_headers,{"average";"minimum";"maximum"},result,HSTACK(row_headers,VSTACK(avg,min,max)),result))(DataSet).
    The output is a three-row, multi-column report with average, minimum, maximum of a data set all in one single formula. I think some financial people or consultants may cringe when seeing such formulas if they ever need to be audited!!🤣 But they are pretty efficient!

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

      Thanks for sharing Yves. Nice!

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

      @@Computergaga gave me a headache for a bit trying to figure it out! Lol

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

      @@Computergaga you sound so boring, mate. But other than that, good advice 👍

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

    Dear Respected Sir,
    I am one of your big fan on social media, the way you teach is very amazing and easy to understand.
    Can you please upload full course for Power BI on your channel or website.
    Thanks

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

      Thank you very much, Safdar.
      I have a Power BI book bit.ly/in-pbi-book
      But no course as yet.

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

      @@Computergaga
      Thank you Alan, I just bought your book online and have started reading.
      Thanks

  • @salamonlaszlolibrarian
    @salamonlaszlolibrarian 6 месяцев назад

    n( ) formula not working, I use -- ( ) instead.

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

    Really nice examples thanks Alan. The problem for us older Excellers is remembering we can do these unimaginable things by array formula now and not with intermediate steps or VBA.

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

      Yes, there are so many options. Array formulas incredible.

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

    Thanks mate! I am still reading your briliance book with a lot of pleasure!

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

      Thanks Bart. Good to hear 😊

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

      @@Computergaga you sound so boring, mate. But other than that, good advice 👍

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

    Clear and right to the point ,Thanks Alan!!!!

    • @Computergaga
      @Computergaga  Год назад +2

      You're welcome, Izzat. Thank you 😊

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

    Thank you Alan. May try them for myself!

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

    Very clear and well explained. Thanks Alan❤

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

    Very nice examples! thanks!

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

    A very complete material. Thank you Alan!!

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

      😊 Thank you Iván.

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

      @@Computergaga you sound so boring, mate. But other than that, good advice 👍

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

    Nice, thank you Alan.