Hello,
I am trying to write an If ElseIf loop inside of a For loop. I want the code to look through multiple rows in and match cells in column B and column C if it is there. If it finds that both columns match, I want it to display the values in the next two available columns. If the data...