Google Sheets Athlete Wellness Monitoring Dashboard | Part 2 | Creating Your Dataset

Поділитися
Вставка
  • Опубліковано 5 жов 2024

КОМЕНТАРІ • 13

  • @liamallison7722
    @liamallison7722 2 роки тому +2

    Excellent work, love the video- when is the next one releasing?

    • @DSMStrength
      @DSMStrength  2 роки тому +2

      Liam Thanks so much for watching!! I can't keep up with how fast you are taking in this content lol!
      I am on a weekly schedule right now for my video releases, try to get the new one out every monday!

  • @FabrizioNicosia
    @FabrizioNicosia 2 роки тому +1

    Another great content, tnx

    • @DSMStrength
      @DSMStrength  2 роки тому

      thanks for the comment that helps the channel out a bunch!

  • @charliecerny6606
    @charliecerny6606 8 місяців тому

    Is there any way to do this same thing, but have information from other Google Sheet files being updated and pulled into one database? For example, each athlete has their own excel file but I want to be able to pull the data from each file and have it continuously update in the main database file?

  • @louismitchell9015
    @louismitchell9015 Рік тому

    How can get the dates be 7 days apart ? for monitoring once a week

  • @ruifernandes6336
    @ruifernandes6336 Рік тому

    this formula to give the score "readiness" "=arrayformula(IF(A2:A"";MMULT(D2:G*1;TRANSPOSE(D2:G2^0));""))". I need to use it for calculate the multiplication of training load and training session duration to give me training load. How can I do it?

  • @samuelthorley9547
    @samuelthorley9547 Рік тому

    In this context what does inactive mean?

  • @TeamMcMillian
    @TeamMcMillian 2 роки тому +1

    When I get to the 10:26 mark and am adding the arrayformula =arrayformula(if(A2:A "", if(vlookup(A2:A, 'Athlete Info'!A:J, 10, false) = false, "", TRUE), "")) I keep getting #REF! error saying array result was not expanded because it would overwrite data in C3. Could you tell what I might be doing wrong? Thank you for all your content you put out!

    • @DSMStrength
      @DSMStrength  2 роки тому +1

      Delete the formulas below it

    • @TeamMcMillian
      @TeamMcMillian 2 роки тому +1

      @@DSMStrength Thank you!

    • @DSMStrength
      @DSMStrength  2 роки тому

      @@TeamMcMillian the errors generally tell you what the problem is

    • @hernanzocchi
      @hernanzocchi 8 місяців тому

      @@DSMStrength =ARRAYFORMULA(IF(A2:A "", MMULT(D2:G*1, TRANSPOSE(D2:G2*0)), "")) IT GIVES ME A RESULT 0