Skip to content

Instantly share code, notes, and snippets.

@blairanderson
Created November 7, 2019 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blairanderson/40eb58d41a7f8a4271f01e3453b69154 to your computer and use it in GitHub Desktop.
Save blairanderson/40eb58d41a7f8a4271f01e3453b69154 to your computer and use it in GitHub Desktop.
DIRECT FULFILMENT (lead time calculation)
1. download all orders from https://vendorcentral.amazon.com/hz/vendor/members/df/orders
2. Move column Y to column E
3. Remove timezone string from the columns D & E
4. column F =ROUND(24*(E2-D2),1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment