I have 2 lists
I want to merge these 2 to get List 3 which replaces the blanks and in the order A,C,B,D
You might say to use merge list, subtract list. Those don't seem to work.
Merge list gives me - A,,B,,,,C,,D
Subtract list and join gives me A,B and C,D when joined is A,B,C,D
So please let me know if this is a limitation or it is possible