does anyone have the excel formula that would calculate only USD sales for PRO leveling?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 12:48 PM
does anyone have the excel formula that would calculate only USD sales for determining PRO levels?
i'm pretty sure it should be an "IF" formula, but it's too complicated for me to figure out myself.
for instance:
"IF [royalty] ends in "USD" COPY [royalty usd] to [new column]"
then that column can just be totaled out..
but i can't figure out the actual formula... especially because the "TRUE" component is only part of the cell contents.
does anyone already have this hashed out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 12:50 PM
forgot, it would also have to omit all canceled orders too... but i guess that was obvious.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 01:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 01:01 PM
I gave up on trying to calculate it from the royalty reports - it's just too complicated what with cancellations and all the extraneous text data mucking up the fields. It's much easier to just look at the payment history report (the green one) where it breaks down your monthly payment by currency type. You have to make your screen resolution about 200% in order to read the microscopic numbers - at least I do - but the relevant info is there. I just copy/paste the monthly number into a spreadsheet and sum it that way. Much easier than trying to massage the raw data.
Cat @ ZB Designs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 02:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2024 02:11 PM - edited 01-28-2024 02:20 PM
I don't know much about Excel, but in case you also use Google Sheets:
1) Download the Royalty History file "royaltyHistory.csv" and import it into cell A1.
2) Paste this formula into any empty cell:
=SUMPRODUCT(IFERROR(REGEXEXTRACT(FILTER($N$2:$N, $P$2:$P="cleared", NOT(ISNUMBER(SEARCH("See Above", $N$2:$N))), NOT(ISBLANK($N$2:$N))), "\$(\d+\.\d{2}) USD"), 0))
If you want to know the current status, create another cell, replace "cleared" with "pending" and add up both results.
If you want to see any other currency, replace "USD"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2024 09:40 PM
The simplest way I found is to use the Edit feature, when pulling the csv reports. Simply pull cancellations and cleared/pending reports separately. Then, there's an easy report to track your cancellations on one report. And, to answer your question, on the cleared/pending reports, you can either use your Filter function and remove all the "See Above" ones...or use the Find and Replace (to remove them all), and with the Find and Replace, remove all the ** too. [Of course I use Google Sheets, but they're pretty similar in excel I think too.].

