I'm trying to create a spreadsheet file that will have three columns of data. So far, I've been only successful in getting two columns. I tried to look for examples but I could only find examples that had single-floating point numbers, not strings.
I've been sucessful in writing strings to an Excel worksheet, now I just need to find a way to take every other data point in the second column and give it it's own column.
To aid in solving the problem, I've attached the excel file that the VI wrote to as well as the VI itself.