Updating sheet daily for Shopify

Sydboss623

New Member
Joined
Nov 16, 2017
Messages
2
My husband is starting a website on Shopify. The wholesaler who is supplying the merchandise will send an Excel sheet every day with their updated inventory list. We are supposed to upload this list every morning, which is simple.

However, he only wants to sell about a third of what they offer. He has copied only the items he wants into a new sheet, and the items he specifically does not into another.

My question is:. How do I take the new inventory sheet every day and use it to only update the items we wish to sell, without sorting through and filtering out 4,000 items every morning? I only have a basic understanding of Excel, but I feel like I should be able to apply some sort of template or if/then formula to only pull out the information I need.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
It may be simplest to do a VLOOKUP and delete the #N/A lines.

Is all this going to happen in the same workbook? What columns are details in? What are the sheet names?
 
Upvote 0
There are about 25 columns but I'm most concerned with the vendor and item columns. Some vendors we won't use at all. Some, we will only use a few products.

Right now I just have sheet 1 with the stuff we want to keep, and sheet 2 with the stuff we don't. Each day we will get a new sheet from the wholesaler that has all the items alphabetically by vendor then item name. I have to use that new sheet to update the website, but filter out everything that we don't sell. And update the inventory number of everything we do sell.

Ex. If we sell a speaker that the wholesaler had 4 of yesterday, and now they have 10 (we do drop shipping so we don't have our own inventory), then I need to update that line.
 
Upvote 0
If unique then VLOOKUP, if you need both then add a row with itemnumber and supplier eg. =A2&B2 then use the vlookup.

You can either lookup from Sheet1 to the new sheet to look at quantities, or vlookup from the new sheet to Sheet1 to see if the item is listed.

Here's a simple tutorial on how to create the function.

https://www.guru99.com/excel-vlookup-tutorial.html
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,001
Messages
6,128,213
Members
449,435
Latest member
Jahmia0616

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top