1. Calculate Total Order Value
E-commerce ManagerBackground
I have a CSV export of orders containing 'Price' and 'Quantity' columns.
Problem
I need to calculate the total order value for each row to analyze revenue.
How to use
Paste the data, select 'Product' as the operation, and target the 'Price' and 'Quantity' columns.
Outcome
A new column named 'Total' is added to the table, showing the product of price and quantity for every order.