Hi Expert,
I need to create macro to look up for column F, if column F is balnk, it will take value in column G but I run into error. I think "" I put is wrong. Can anyone help me on this?
My macro is as follow
Range("I18:I65536").Formula = "=IF(F18="",G18,-F18)"
I need to create macro to look up for column F, if column F is balnk, it will take value in column G but I run into error. I think "" I put is wrong. Can anyone help me on this?
My macro is as follow
Range("I18:I65536").Formula = "=IF(F18="",G18,-F18)"