I'm trying to write a row to the end of an array
the logic is essentially:
i = loop through UBound of array 1
x = loop through UBound of array 2
if statement is true then
add the entire row we are looping through from array 1 to the bottom of the array
make changes to the new line and add 4...