Start Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #19: Excel Record Locator

gdybowski001
7 - Meteor

Done

gdybowski001
7 - Meteor

Done

BenoitC
Alteryx
Alteryx

Completely missed the target here, very interesting challenge

Benoit Conley

Sales Engineer
Alteryx, Inc.

benjamin_feuchter
8 - Asteroid
Spoiler
benjamin_feuchter_0-1648541273686.png

 

DennisK
8 - Asteroid

Attached solution

mgaronson
11 - Bolide

I took a completely different tact than the solution. I also tried it using the methodology of the solution. Both worked.

josh_dykstra
8 - Asteroid

done!

gabrielpereira
8 - Asteroid

Solution

Jon-Knepper
8 - Asteroid
Spoiler
JonK_0-1649686915899.png

 

It took me a bit to figure out that you can just use that wild card character to bring in multiple files.  I thought it would be more complicated than that :).  this was a great exercise!

fluteman
9 - Comet

At a high level, used the wildcard to bring all files starting with the name book*.xls

Then I sampled the first 8 rows of each file.

Then I tagged a recordId to each record.

Created formula  to identify the intrafile row count.

Split out row 1 and row 7.

-- noticed the title row of each file was considered row 1.... 

Then renamed

Applied a join to bring the values toegther using filename as a join.