We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Combine sheets with monthly sales information

jrsmith20
5 - Atom

I'm looking for help creating a workflow that combines different spreadsheets with monthly sales information, where the products being sold might change from month to month.

For example, one input spreadsheet might be 

TypeItemJune purchases
FruitApple5
FruitCherry2
VegetableOnion1

 

and another input:

TypeItemJuly purchases
FruitCherry1
FruitOrange3
VegetableOnion4
VegetableCelery2

 

and I want to combine them into:

TypeItemJune purchasesJuly purchases
FruitApple50
FruitCherry21
FruitOrange03
VegetableOnion14
VegetableCelery02

 

Any assistance would be appreciated!

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @jrsmith20 

 

Here is how you can do it.

Workflow:

atcodedog05_0-1645035635282.png

 

Hope this helps : )

 

jrsmith20
5 - Atom

Great, thank you!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @jrsmith20 

Cheers and have a nice day!

Labels
Top Solution Authors