This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
We're actively looking for ideas on how to improve Weekly Challenges and would love to hear what you think!
Submit FeedbackHi,
I created a solution, but I found issue. There is inconsistency between two source - Age is in column 38 in Data Input, but column 28 in Questions Input.
I'm either missing something or the instructions are wrong.
I believe columns F4 - to F13 (which is 10 columns) are some sort of summarization columns of the other columns in the dataset.
Therefore Age which is in column F38 belongs to column 28 in the questions dataset. The number before the age range is just the number of the age range bucket. So 8 = do not want to tell, 2 = 18-24, 3 = 25-34 etc.
The 'experience with search feature' is column 38 in questions dataset so belongs to F48 in the dataset.
In order to match the output of the solution I did this:
Brute forced it. Here's my solution
trying to utilise dynamic rename tools