Dashboard Mode - Track changes and comments
Goal
See who changed data and read notes from team members in a sales tracking sheet.
See who changed data and read notes from team members in a sales tracking sheet.
| Order ID | Product | Quantity | Price | Salesperson |
|---|---|---|---|---|
| 1001 | Notebook | 10 | 5 | Alice |
| 1002 | Pen | 20 | 1 | Bob |
| 1003 | Folder | 15 | 3 | Charlie |
| 1004 | Notebook | 5 | 5 | Alice |
| 1005 | Pen | 30 | 1 | Bob |
=SUMPRODUCT(C2:C6,D2:D6)=SUMIFS(D2:D6,E2:E6,"Alice")*C2:C6 (example for Alice)+----------------------+---------------------+ | Total Sales | Change Log | | (KPI Card) | (Track Changes) | +----------------------+---------------------+ | Sales by | Comments | | Salesperson Table | Column | +----------------------+---------------------+
When you select a salesperson name in the Sales by Salesperson Table, the Comments Column filters to show only notes for that person's orders. The Change Log updates to show only changes made by that salesperson.
If you filter the Sales by Salesperson Table to show only "Bob", which comments and changes appear?