Dashboard Mode - AutoFill and Flash Fill
Goal
Help a small business quickly fill in missing data and create patterns in their sales spreadsheet without typing everything manually.
Help a small business quickly fill in missing data and create patterns in their sales spreadsheet without typing everything manually.
| Order ID | Customer Name | Product Code | Product Name | Quantity | Unit Price | Total Price | Order Date |
|---|---|---|---|---|---|---|---|
| 1001 | John Smith | P001 | Notebook | 2 | 5 | 10 | 2024-06-01 |
| 1002 | Mary Lee | P002 | Pen | 5 | 2 | 10 | 2024-06-02 |
| 1003 | Tom Brown | 3 | 3 | 9 | 2024-06-03 | ||
| 1004 | Anna White | P004 | Marker | 4 | 4 | 16 | 2024-06-04 |
| 1005 | David Green | 1 | 10 | 10 | 2024-06-05 |
=SUM(G2:G6) - Shows total revenue from all orders.P003 to fill missing product code for Order ID 1003, then use Flash Fill to fill C6 with P005.Stapler to fill missing product name for Order ID 1003, then use Flash Fill to fill D6 with Folder.=E2*F2 copied down to calculate total price per order.+----------------------+-------------------------+ | Total Sales | Order ID Series | | (KPI Card) | (AutoFill) | +----------------------+-------------------------+ | Product Code | Product Name | | (Flash Fill) | (Flash Fill) | +----------------------+-------------------------+ | Total Price Formula Calculation | +------------------------------------------------+
The user types the first few values manually for missing Product Codes and Names. Then they use Flash Fill to automatically fill the rest based on the pattern. AutoFill is used to quickly fill the Order ID series. The Total Price formula updates automatically when Quantity or Unit Price changes.
Add a filter to show only orders with Quantity greater than 3. Which components update?