Mar 03 2024 01:55 AM
Hello, I have a very specific issue. My company works with meals and when we pack meals, each meal contains different components that need to be put in a box for delivery. We work with Shipstation. When I export from Shipstation, I get customers' names, orders numbers, and specific meals but what I want is to create a pivot table where meals' components will be automatically added to each order based on preset components. Let's say we have a meal called creamy lemon chicken. That meal has 1x chicken, 1x sliced lemon and 1x creamy sauce as its components. This meal will not appear every day and in every order, but when it does, it needs to add these components to the order so my team can easily track whether they've packed all the necessary stuff. Hope this makes sense. Thank you so much for your help!
Mar 03 2024 08:47 PM
To achieve your goal of automatically adding meal components to each order in a pivot table based on preset components, you can follow these steps:
Step 1: Set up your data
Step 2: Create a Pivot Table
Step 3: Add components to the PivotTable
=IF([Meal Name]="creamy lemon chicken", 1, 0)
Step 4: Review and format the PivotTable
Step 5: Update data as needed
By following these steps, you'll be able to create a PivotTable that automatically adds meal components to each order based on preset components. This will help your team easily track whether they've packed all the necessary items for each order. The text was created with the help of AI.
Here link to templates: Microsoft Templates
Hope this will help you.
Was the answer useful? Mark as best response and like it!
This will help all forum participants.