Thread: [Solved] How to pick data from cells?
View Single Post
 
Old 10-30-2025, 08:43 AM
oscarlimerick oscarlimerick is offline Windows 8 Office 2013
Advanced Beginner
 
Join Date: Jul 2020
Posts: 85
oscarlimerick is on a distinguished road
Default

Quote:
Originally Posted by ArviLaanemets View Post
An example how to do this in a way it will work without any need of redesign whenever something changes in future (like a new product or new player will be added).

This example is based solely on your example table (no info about when any of the sales happened are stored). So there was no need for any report sheet - all totals are calculated in product and players tables. Additionally, at top of every sheet is a subtotals row, where totals (meaningful ones) for any filtered set in table below are displayed.

In case you add some time identifier (date, week number in format YYYYWW, month number in format YYYYMM, quarter number in format YYYYQQ, or year number, etc.) into sales table, you can create additional report sheet(s), where user can determine the time period for this report, and proper totals for this time period are displayed.
Hello, your solution appears to work for me, does everything I was looking for. Now I just need to figure out he formulas and how you did this. Thanks for the solution, I will close this thread.
Reply With Quote