How can I combine the values in different lists into one list in the same order the values has been found? If there is no value in one list it needs to check if there is a value in a other list (see printscreen below). In that same order I want the list. So it would be:
0: B
1: C
2: C
3: C
4: B
5: A
…