Here\'s a simple explanation of what I\'m having trouble with.
Column A: List of 2300 order numbers Column B: Email Address associated with an order number C
All you have to do is write an IF condition in the column d like this:
=IF(A1=C1;B1;" ")
After that just apply this formula to all rows above that one.