Hi Everyone,
I'm trying to figure out the best way to get all of the numbers between two fields. I know this sounds confusing, but I don't know the best way to describe how to get my desired result, so see below for an example.
Current Data Structure
Desired Data Structure
| New_Column 1 | New_Column 2 | New_Column 3 | New_Column 4 | New_Column 5 | New_Column 6 |
| 5 | 6 | 7 | 8 | 9 | 10 |
I'm probably way overthinking this, but it has been bugging me to no end! Thanks in advance!
John