Instead of having multiple reads, I would suggest that you modify the read from spreadsheet file VI to read strings and use this to read the entire file at once into an array. Since your groups are of a fixed size within the file, you can use search array or a while loop to find the size of the first group (by finding the last item in it or the first one in the next group) and then extract the numbers and strings according to the size of the groups and place them into a 2D numeric array.
___________________
Try to take over the world!