- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Duplicate value in new column a certain amount of times.
I have a dataset where all atributes are in one column, and all values are in a second column.
For my data to work, I now need to add a third column with the ID of those responses.
My data looks like this: (blurred for privacy)
(ID no. 2 is missing but all other numbers are sequential.)
My data has the ID of the response in the attribute field, followed by 21 lines of data before going on to the next response.
How do I create a third column of data that includes the relevant ID? How can I get this ID duplicated into a third column a certain amount of times before picking up the next ID and duplicating again (and so on.) Thank you so much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hey @Anonymous ,
using Power Query I would do this like so, two steps
- Create a third column that checks the if the attribute in col1 eq ID, then [value] else null
- Use the transformation "Fill down" on the new column
Hopefully, this is what you are looking for.
Regards,
Tom
Did I answer your question? Mark my post as a solution, this will help others!
Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Hey @Anonymous ,
using Power Query I would do this like so, two steps
- Create a third column that checks the if the attribute in col1 eq ID, then [value] else null
- Use the transformation "Fill down" on the new column
Hopefully, this is what you are looking for.
Regards,
Tom
Did I answer your question? Mark my post as a solution, this will help others!
Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources
Subject | Author | Posted | |
---|---|---|---|
08-15-2024 02:59 PM | |||
10-05-2023 12:21 AM | |||
07-24-2024 04:56 AM | |||
05-07-2024 09:38 AM | |||
06-20-2024 12:45 PM |
User | Count |
---|---|
141 | |
110 | |
81 | |
61 | |
46 |