Hello everyone, sorry if this isn't the right place for this.
Current workbook consists of a sheet with a list of products and a sheet for each product. Each product sheet has 10 cells of product info in the exact same spot on each sheet (A:1 - A:10) and a list of sales data starting at row 15 (A15:H15). I want to condense this all down to 3 sheets:
- One with all the product info (Done)
- One with entries for all sales (I can convert this separately)
- One with a drop down box where I select the product, then the info and sales data populates. Then, I could add the new sales data to the end of the list and make any product info changes. Then, it would ideally automatically 'save' back to the other two sheets, updating it like a database.
Tl;Dr: Have tab with products and info and tab with sales. Want tab where I can select product from a list and update info and sales.
Hopefully that makes sense. I'm sure this is easily accomplished with some table magic, I just need pointed in the right direction. Thank you!
Current workbook consists of a sheet with a list of products and a sheet for each product. Each product sheet has 10 cells of product info in the exact same spot on each sheet (A:1 - A:10) and a list of sales data starting at row 15 (A15:H15). I want to condense this all down to 3 sheets:
- One with all the product info (Done)
- One with entries for all sales (I can convert this separately)
- One with a drop down box where I select the product, then the info and sales data populates. Then, I could add the new sales data to the end of the list and make any product info changes. Then, it would ideally automatically 'save' back to the other two sheets, updating it like a database.
Tl;Dr: Have tab with products and info and tab with sales. Want tab where I can select product from a list and update info and sales.
Hopefully that makes sense. I'm sure this is easily accomplished with some table magic, I just need pointed in the right direction. Thank you!