Hi all,
It's been a while since my first posts. I'm in need of help again and figured I'd come back to the place that really saved me last time.
Here's the dilemma:
I have over 78,000 rows of information that I want to take and transpose into columns. However, there are a different amount of rows between each section of data.
For example: All the data in one section pertains to a school. However, some of the schools have more or fewer rows; i.e. not all schools have 388 rows, some have 391, some have 385.
In the past, when these sections have the same amount of rows, I've used:
=INDEX(Raw_Data!$J:$J,3+INT(ROWS(A$2:A2)*388))
Any suggestions??
Bookmarks