Hello,
I am trying to figure out a way to return one of two results if a condition is met.
ActiveCell.FormulaR1C1 = "=IF(ISERR(FIND(""R"",RC[-1])),""Virgin"",""Rewash"")"
The code above worked fine, but I needed to include another condition. I tried the following code...