Skip to main content
All CollectionsGoogle Sheets FunctionsMarket Data Plan Functions
GORILLA_REFUNDSPCT() – Get total value of units refunded between any time period

GORILLA_REFUNDSPCT() – Get total value of units refunded between any time period

Updated over 2 months ago

GORILLA_REFUNDSPCT() – Get total value of units refunded between any time period

Sample Usage

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources. 
=GORILLA_REFUNDSPCT("TOY STORE", "THIS YEAR")
=GORILLA_REFUNDSPCT("TOY STORE", "LAST YEAR","US", A2:A34)
=GORILLA_REFUNDSPCT("TOY STORE", "THIS QUARTER", "FR")

Syntax description

Refund PCT Gorilla ROI

Description:

Get refund percentage between any period.

Syntax:

GORILLA_REFUNDSPCT(Seller ID, period, [marketplace], [sku], [mcf], [start_date], [end_date])

Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.

period – REQUIRED
Predefined period to get refunds percentage or use ‘custom’ to specify a start and end date.

marketplace – OPTIONAL
Marketplace country filter. Country codes are US, CA, MX, BR, BE, UK, DE, ES, IT, FR, NL, PL, TR, IN, SE, AE, AU, SG, JP, EG, SA. Use ‘ALL’ to combine values from a single account, ‘EU’ for all Europe markets EXCEPT UK, ‘EURO’ to combine countries using EURO currency. Amazon Marketplace ID like ‘ATVPDKIKX0DER’ can be used too.

sku – OPTIONAL
SKU or ASIN to filter the results. Can be a range of values like A1:A100 where A1 to A100 consists of values like SKU111, SKU222, SKU333 or ASIN123…

mcf – OPTIONAL
MCF Orders processing. Valid values are: ‘Exclude’ (default), ‘Include’, ‘Only’ (Include only MCF orders)

start_date – OPTIONAL
Starting date to get refunds percentage from when period is ‘custom’.

end_date – OPTIONAL
Ending date to get refunds percentage from when period is ‘custom’.

GORILLA_REFUNDSPCT Attributes

Period Attributes:

Today

This month

Last 3 Months

Yesterday

This quarter

Last 12 Months

Same day last week

This year

Last 7 Days Week Ago

Same day last month

This Year-to-Last-Month

Last 7 Days Year Ago

Same day last year

Last Week

Last 30 Days Month Ago

Last 7 Days

Last Month

Last 30 Days Year Ago

Last 14 Days

Last Quarter

Last Week Year Ago

Last 30 Days

Last Year

Last Month Year Ago

Last 90 Days

Last 60 Days

YYYY-MM (change format to text)

This week

YYYY

YYYYQ1… YYYYQ4

Custom

Screenshot:

Gorilla ROI

Examples:

🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources. 
=GORILLA_REFUNDSPCT("TOY STORE", "THIS YEAR")

Get refund percentage for this year.

=GORILLA_REFUNDSPCT("TOY STORE", "LAST YEAR","US", A2:A34)

Get refund percentage for this year in US marketplace based one the ASIN list from A2 to A34.

=GORILLA_REFUNDSPCT("TOY STORE", "THIS QUARTER", "FR")

Get refund percentage for this quarter in FR marketplace.

Did this answer your question?