I have inventory and sales reports coming from Amazon and Shopify (csv files). And the SKU names on one channel would be the same on the other, and both would have the same “units sold” and “inventory count” columns.
Is there a way on Coda to find out the total “units sold” and “inventory count” for each SKU for both channels? On excel i think you’d do SUMIF.
Each sales channel has different sorting order, and we have a few SKUs that are exclusive to certain channels, e.g. Shopify exclusive.
Here’s an example of what the reports would look like.
My approach would be to have a separate product table. This table will have a column with a formula that takes the thisrow.product, goes to each of the sales channel tables, and filter() for the product and sum the entries.
It will not matter in which way the channel tables are sorted. (Unlike Excel )