I'm trying to create a calendar that references specific cells from another sheet. For example, the first calendar entry is Sheet1!$A$3.
I need the next reference to be 4 cells down from the previous (Sheet1!$A$7), and so on (next being Sheet1!$A$7).
Is there a formula that will check the previous cell reference and return the value 4 cells below the previous?