Make the most of your Shopify store data with the Mixtable Spreadsheet Editor app, which allows you to use all your favorite Excel formulas to manage your data and pull helpful insights for making your store even more profitable.
Here are some of the favorite formulas of our customers:
The COUNTIF function is used to count how many items fall within a specific category (e.g., “how many items are in stock?”, “how many items are low stock?“)
Example:
=COUNTIF(StockColumn, "< 5")(counts items with stock < 5)
Use cases:
The CONCAT (previous: CONCATENATE) function is extremely useful when combining text strings, e.g., customer names and addresses for generating contact information, or product titles and prices into the meta description.
Example:
=CONCAT(ProductTitle, " meta description copy")=CONCAT(FirstNameColumn, " ", LastNameColumn)
Use cases:
The SUMIF function will help you sum values based on a condition (e.g., “total value of items in a specific category”).
Example:
=SUMIF(CategoryColumn, "Electronics", ValueColumn)(sums value of electronics)
Use cases:
The VLOOKUP function is helpful for retrieving information based on a lookup value (e.g., “find the price of a specific product”).
Example:
=VLOOKUP(12345, A2:B100, 2, FALSE)(finds price (column 2) of product ID 12345 (column A))
Use cases:
The IF function is used for alerts and conditional displays.
Example:
=IF(StockColumn<5, "Reorder", "In Stock")
Use cases:
With AVERAGEIF you can find the average of cells that meet a certain criteria.
Example:
=AVERAGEIF(CategoryColumn,"Clothing",PriceColumn)(finds the average price of clothing items).
Use cases:
With the MAX/MIN formulas you can identify peak and low points.
Example:
=MAX(SalesColumn)(finds highest sales amount)
Use cases:
The Mixtable Spreadsheet Editor app offers a time-saving way to manage your store data. Here are some examples: