— views

How to Keep Trackers in Sync. If you use this exact format, you can import rows across different sheets using import range. First add four more columns to your tracker.

IJKL
1Import fromTab NameStartEnd
2https://docsSheet1A8H8

Then import data from another tracker using this formula, adjusting the cell references as needed:

=importrange(
    I2, 
    CONCATENATE(
        J2, "!", K2, ":", L2
    )
)