Is it possible to write to only one spreadsheet taking data from two different cases? An example would be having 3 case statements. One would output number data in a two dimensional array and the other would output text data in a two dimensional array. The third statement would take the output data and send it into the spreadsheet. I would like to send the number data into the spreadsheet first then the text data next. Is this possible using two case statements that are triggered on for about 5 seconds then triggered off? What I would normally do is turn on the first case, run it for 5 seconds, then when that turns off run the second case for 5 seconds and wait for it to turn off. Then grab that dataI know I could get the data if I didn't trigger it so fast, but that's how my test setup is configured.
Thanks,
Jason