I am trying to figure out how to configure a Workbook that follows the following sequence:

Sheet 1 - Compiles information entered through a form. First set of info is in Row 2, next set is entered in Row 3, etc.
Sheet 2 - Takes info from Sheet 1 to perform calculations
Sheet 3 - A different calculator that takes info from Sheet 1 to perform calculations
Sheet 4 - Compiles ID information from Sheet 1, results from Sheet 2 and Sheet 3, and helps to make a decision based on this information.

My principal question is how to format the cells to end up on the same rows in Sheets 1 and 4. Sheets 2 and 3 only need the info to perform the calculations.

Thank you for your assistance!