Dave Clark
New member
- Joined
- Jan 23, 2020
- Messages
- 4
- Reaction score
- 0
- Points
- 0
- Location
- Mono, Ontario, Canada (near Toronto)
- Excel Version(s)
- Office 365
Hi.
ID Number of Wires Wire # Start Wire # End
A 4 00001 00004
B 6 00005 00010
C 0
D 5 00011 00015
etc.
Should I try to make this work in a query or just make a table in Excel and query it?
Thanks,
Dave
I have a query that produces rows of data. Each row is a connection.
I want to create two columns that show serialized wire numbers for each connection based on the number of wires in each connection. This is pretty straightforward in Excel. How do I do this in Power Query? Here's what I'm trying to do:There's a column called ID and a column called Number of Wires (for that connection).
ID Number of Wires Wire # Start Wire # End
A 4 00001 00004
B 6 00005 00010
C 0
D 5 00011 00015
etc.
Should I try to make this work in a query or just make a table in Excel and query it?
Thanks,
Dave