Forum Discussion
maryg1118
Nov 23, 2022Copper Contributor
Excel formula assistance for If Text
Hi, I am trying to create a simple calendar template where the calendar events populate in a separate column. So if there is a calendar event on January 1, I would like for the event list to populate...
- Nov 23, 2022
If you're using Excel 365, this may work for you:
=LET(NovDays,WRAPROWS(TOROW(November,,1),2),FILTER(NovDays,TAKE(NovDays,,-1)<>0))
I've added the above to an Office online calendar template that's similar to your arrangement.
maryg1118
Nov 23, 2022Copper Contributor
Thanks, Patrick2788! This is exactly what I was looking for. I appreciate your help!
Patrick2788
Nov 23, 2022Silver Contributor
You are welcome!