What are the alternative options to using relative references?
I was previously using:However this is no good now. I'm using variables and I would like to reference a variable column in the If statement. I can no longer count these columns as they are changing. What I would like to do is refer to the column dynamically as a variable.![]()
Range("U3:U120").Formula = "=IF(RC[-17]=""12"", RC[-11]*0.888, """")"
I do not think the IF statement allows variables in it's commands, what would be a good alternative to my requirements?
Bookmarks