Created
November 7, 2019 20:54
-
-
Save blairanderson/40eb58d41a7f8a4271f01e3453b69154 to your computer and use it in GitHub Desktop.
DIRECT FULFILMENT (lead time calculation)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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