Hi, i have been trying to get the following to run, but keeps erroring, effectively if value in range (x,25) is contained in Range "i;I") i want "NA Protection" in (X,18), othereise blank
FinalRow = Cells(Rows.Count, 1).End(xlUp).Row
For x = 2 To FinalRow
cells(X,18)= If...