I have check two columns of data to get a reliable result as a result of building the two columns either, both nor neither columns will contain Error - in my case its always Expression.Error: The 'offset' argument is out of range. due to a Text.Range type formula, which is fine
What I next need to do is something along the lines of if column A [HasError] then column B else column A
if after this there are still errors then I can use the Remove Errors function.
But how do I write the if...then...else statement
What I next need to do is something along the lines of if column A [HasError] then column B else column A
if after this there are still errors then I can use the Remove Errors function.
But how do I write the if...then...else statement