Hello, I can't figure out this calendar formula.
I downloaded a template off Microsoft's website:
https://templates.office.com/en-us/H...dar-TM00000015

It does exactly what I want, except that I want to make different tables for different "assignments".
For example - I always want the first cell in the calendar to pull from the Homework table. I want to make a second table called "projects" and have the other three cells pull from that table. Is that even possible? I tried just creating another table called "projects" and changing the formula to
=IFERROR(INDEX(Projects,SMALL(IF(Dates=G$8,ROW(Dates)),ROW(1:1))-TableRowStart,4),"") but I guess nothing is that easy :P

if anyone could help id really appreciate it.