Krayziepop
New Member
- Joined
- May 22, 2013
- Messages
- 6
Greetings!
I have a spreadsheet in which I have several sheets, each of which has its own table populated by an SQL query that displays the data per sheet by customer name and then sorts by a status column that is either "open" or "closed" (Open in Descending order) and then sorts by created time (also in descending order). This table is 17 columns wide. Right next to this table, I have another 2 column table that is to be populated by hand. The problem is that the 2 tables don't talk to each other. For example:
Can anyone please help me find a way to make the 2 tables communicate and work together?
I cannot make it only 1 table as far as I can tell because the database refresh wipes out my additional manual columns every time.
Thanks in advance!
I have a spreadsheet in which I have several sheets, each of which has its own table populated by an SQL query that displays the data per sheet by customer name and then sorts by a status column that is either "open" or "closed" (Open in Descending order) and then sorts by created time (also in descending order). This table is 17 columns wide. Right next to this table, I have another 2 column table that is to be populated by hand. The problem is that the 2 tables don't talk to each other. For example:
- If row 3 of table 1 contains an open action, then row 3 of table 2 will contain data pertaining to that action. If the action is closed via the database refresh, then it may move the action to row 10 now (as open is always shown at top) - however the data that was entered by hand in table 2 is still stuck in row 3.
Can anyone please help me find a way to make the 2 tables communicate and work together?
I cannot make it only 1 table as far as I can tell because the database refresh wipes out my additional manual columns every time.
Thanks in advance!