I need to setup code that compares 3 columns. column C will have comparison values. I am trying to compare column C to D. If column D value is matching C, column F should be greater than 1. If not I would like to prompt user "Please put greater value in column F" and exit out of the code.
Is there any easy ways to do this in VBA?
Is there any easy ways to do this in VBA?