Forum Discussion
Display entries based on date interval
- Nov 15, 2023
=DROP(REDUCE("",SEQUENCE(ROWS(Tabelle7[TASK])),LAMBDA(x,y,VSTACK(x,HSTACK(IFERROR(EXPAND(INDEX(Tabelle7[TASK],y),INDEX(Tabelle7[end date],y)-INDEX(Tabelle7[start date],y)+1),INDEX(Tabelle7[TASK],y)),SEQUENCE(INDEX(D2:D5,y)-INDEX(Tabelle7[start date],y)+1,1,INDEX(Tabelle7[start date],y),1))))),1)
With Office 365 or Excel for the web you can create a dynamic table and apply this formula. In my example the table name is "Tabelle7".
=DROP(REDUCE("",SEQUENCE(ROWS(Tabelle7[TASK])),LAMBDA(x,y,VSTACK(x,HSTACK(IFERROR(EXPAND(INDEX(Tabelle7[TASK],y),INDEX(Tabelle7[end date],y)-INDEX(Tabelle7[start date],y)+1),INDEX(Tabelle7[TASK],y)),SEQUENCE(INDEX(D2:D5,y)-INDEX(Tabelle7[start date],y)+1,1,INDEX(Tabelle7[start date],y),1))))),1)
With Office 365 or Excel for the web you can create a dynamic table and apply this formula. In my example the table name is "Tabelle7".
- alecsiNov 15, 2023Copper ContributorOliverScheurich Thank you so much!!
This is excellent!!! solved my problem.
Wish you all the best!
Alecsi