Custom Formula Examples for Data Exports

Modified on Fri, 6 Dec, 2024 at 9:20 AM

Below are some examples of formulas or functions that you can use

What to use
=SUM(range)
What it does
it will add the values of a cell to another cell
Example
=SUM(A:A+B:B+C:C)
How it can be used
You can use the sum to add for example two custom costs in columns A and B with the selling price in column C. 

What to use=CONCATENATE(Value1, “ ”,Value2)
What it doesallows you to combine values of multiple cells into one cell, e.g., first and last name
Example=CONCATENATE(A:A&","&B:B)
How it can be usedYou can use the concatenate to join the brand name with a comma followed by the manufacturer name. 

What to use=IF (logical_test, [value_if_true], [value_if_false])
What it doesallows you to run a logical test and returns one value for a TRUE result, and another for a FALSE result.
Example=IF(B:B<10000,"Good Buy","Not Good Buy")
How it can be usedYou can use the IF statement to compare a rank in a cell to a number you set as the ideal rank of the ASIN you wish to sell and return a Good or Not Good Buy.

What to use=MIN(value1, [value2, ...])
What it doesallows you to find the smallest number in a given range
Example=MIN(A:A,B:B)
How it can be usedYou can use the MIN function to find which price is lower between the Lowest FBA Price and the Buybox Price.

What to use=IMAGE("https://graph.keepa.com/pricehistory.png?asin=ASIN&domain=X&new=X&range=X&salesrank=X&amazon=X")
What it doesthis will display a static sales rank Keepa image graph for a certain ASIN
Example=IMAGE("https://graph.keepa.com/pricehistory.png?asin=B09HSPT8ZM&domain=com&new=0&range=365&salesrank=1&amazon=0")
How it can be usedIt is used to display a 365 Sales Rank static Keepa graph.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article