Start Free Trial

Alteryx Designer Desktop Discussions

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

Output data into excel by matching values

Paridhi_Agrawal
8 - Asteroid

Hello,

 

I have an excel file like below and I would like to enter data in Jan-Mar fields using Alteryx .

 

Customer NameCategoryJanFebMar
InstagramService1   
GoogleService1   
FacebookService1   
InstagramService2   
GoogleService2   
FacebookService2   
InstagramService3   
GoogleService3   
FacebookService3   
InstagramService4   
GoogleService4   
FacebookService4   

 

 However my output from Alteryx workflow is somewhat like below:

 

Customer NameCategoryJanFebMar
GoogleService1173184188
GoogleService2195140132
GoogleService3185140198
GoogleService4123121191
FacebookService1126115106
FacebookService2113114183
FacebookService3181200108
FacebookService4125192178
InstagramService1106156116
InstagramService2184163181
InstagramService3142102114
InstagramService4142152163

 

 

The customer name and Category fields are not in same order always, is there any way I can output the values by matching the customer name and category fields?

2 REPLIES 2
TimN
13 - Pulsar

Something like this?

TimN
13 - Pulsar

Hi,

If this got you the answer, please mark as the solution.  

 

Thank You,

Tim

Labels
Top Solution Authors