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

Different file schemas, same criterias (in different collumn)

Luqman
7 - Meteor

Hi

I have few hundred excels that I need to extract data from

The columns location is not consistent, however one consistent thing is there will always be one cell with "Contribution due" there. I wish to take that collumn + 3 columns left of it.

The key data might needs "if contains" as there are whitespaces in the cell.


Sample data with Results expected attached

Location of "key data"
Excel 1 : Cell A32
Excel 2 : Cell D52
Excel 3 : Cell E49



 

 

 

1 REPLY 1
griffinwelsh
12 - Quasar

Thanks for posting this was a lot of fun to solve. Attached solution works for your sample data and should work for any set with the same format. The keys to this problem is to use a batch macro to handle each sheet one at a time and use a mutli-field formula to find the exact row and column of your key.

Labels
Top Solution Authors