My business purchases precious metals scrap from consumers. A typical transaction may include multiple metal types and purities. We need a way to capture all this information in a single row while still being able to draw aggregate metrics such as β€œtotal grams 14k purchased in 2025.” This template provides a solution using a wide-format dataset.

πŸš€ What This Solution Does

This template solves the problem of needing to track multiple metal types within a single transaction without creating multiple rows. It uses a wide-format structure to keep your data clean and easy to analyze.

βœ… Uses a "wide format" where each metal/purity combination has its own column.
πŸ“Š Allows for aggregate metrics (e.g., total grams 14k) with simple formulas.
πŸ“‹ Keeps each transaction on a single row for clarity.

🧠 Use Cases

πŸ§‘β€πŸ« How It Works

Instead of spreading a single transaction over multiple rows, this template dedicates a column for each unique metal and purity combination (e.g., "Grams 14k Gold," "Grams 22k Gold," "Grams Sterling Silver").

For a transaction, you enter the gram amount for each metal in its respective column. You can then use SUMIF or other aggregation functions in Excel to easily calculate your total metrics from the data.