Hi,
I've been using VBA to add the text ''Waxcap'' to a cell where the If function meets the conditions of a certain set of values being found in cells of the same row in a different column.
This is my code when conditions are met:
Then Cells(i, designations).Value = "Waxcap; " & Cells(i...