Hello
I have a headache of the following problem, maybe there's somebody with a possible solution:
An array has the following structure with a lot of empty Y-rows:
0 = name1,string1,,,,,,,,,
1 = name2,string2,,,,,,,,,
The empty Y-rows I would like to fill in chronologically, so if the first empty cell is valued, then it has to find the next empty cell to change the value in.
I tried to find the 'for' loop and 'compare2 values' but then it fills in every empty cell on the same x, while i just want to change the value of the first next empty cell..
Thank you in advance to look at this problem!
Jess