I got two rows of random repeating numbers that match, very simplified it looks like this;
A B
123 100
321 200
312 300
321 200
123 100
.......
and it goes on till row 11127 for me.. and the number combination in Col A always corresponds to the same number in Col B, meaning 123 in Col A always gives 100 in Col B.. now there are places in Col B in my matrix that misses its value but got its corresponding value in Col A - something like this.. ;
A B
123 100
321 200
312 300
321 0
123 100
.......
Now, how do I program this in Excel to find the corresponding value B for the value A in the same row and replace the zero with the right nr. (in this example 200), by looking at other value A with value B not being zero?![]()
Bookmarks