Can there be 2 identical Databases (2 worksheets) that synchronize both ways (insert to 1 updates 2 / update 2 - updates 1)?
Here's the scenario
I want 2 worksheets to be identical, where one sheet will contain A-P and the other Sheet will contain Q-Z.
But if I update Worksheet 1 or 2 they will both Synchronize.
GOAL (if you have a better solution)
1. Sheet1 (Table 1) will have a unique ID with various data
1. Second Sheet will need to contain financial data regarding Sheet 1, but be applied to the Unique ID
When we enter in a new line in the DB and add the ID (new row) - and enter the rest of the data in A-P (We don't want to show the financial data on this Sheet 1
Then on Sheet 2 - we want the newly added ID to show with some other columns from Sheet 1 as well as Q-Z Financial data to be typed in ON SHEET 2 and have it save.
What I couldn't find out how to so is when a new ID is made in the DB Table - that it auto populates to Sheet 2. (I don't care to use an Index formula - but if I have to I will)
Here's the scenario
I want 2 worksheets to be identical, where one sheet will contain A-P and the other Sheet will contain Q-Z.
But if I update Worksheet 1 or 2 they will both Synchronize.
GOAL (if you have a better solution)
1. Sheet1 (Table 1) will have a unique ID with various data
1. Second Sheet will need to contain financial data regarding Sheet 1, but be applied to the Unique ID
When we enter in a new line in the DB and add the ID (new row) - and enter the rest of the data in A-P (We don't want to show the financial data on this Sheet 1
Then on Sheet 2 - we want the newly added ID to show with some other columns from Sheet 1 as well as Q-Z Financial data to be typed in ON SHEET 2 and have it save.
What I couldn't find out how to so is when a new ID is made in the DB Table - that it auto populates to Sheet 2. (I don't care to use an Index formula - but if I have to I will)