A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
Hi @Pacis, Jam,
Based on your sharing, can you confirm whether this is your expected outcome:
If that's the case, you can use achieve this result with this formula:
=LET(projects,$A$3:$A$20,dates,$B$1:$H$1,hours,$B$3:$H$20,r,ROWS(hours),c,COLUMNS(hours),n,SEQUENCE(r*c),proj,INDEX(projects,ROUNDUP(n/c,0)),dt,INDEX(dates,1,MOD(n-1,c)+1),hrs,TOCOL(hours,0,FALSE),FILTER(HSTACK(proj,dt,hrs),(proj<>"")*(hrs<>"")))
If I have misunderstood anything about your request, please notify me so I can clearly understand the situation to provide the best guidance for your concern.
If you have any questions or need further assistance, please feel free to share them in the comments so I can continue to support you.
Thank you for your patience and understanding. I'm looking forward to your reply.
If the answer is helpful, please click "Accept Answer" and kindly upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.