Hello all,
I am a beginner (with a capital B) to macros and VBA. I am recording a macro and trying to insert an IF formula into F2, and then fill the formula down to the last row of data. I think I can use Column A to determine my last row. I've read a few threads about this, but need help understanding how to insert the code into my macro. Can someone help?
The formula I'm using is =IF(F2>0, "YES", ""), where if the value in F2 is greater than 0, it should change to text "YES" or stay blank if the condition is not met.
Thank you!
I am a beginner (with a capital B) to macros and VBA. I am recording a macro and trying to insert an IF formula into F2, and then fill the formula down to the last row of data. I think I can use Column A to determine my last row. I've read a few threads about this, but need help understanding how to insert the code into my macro. Can someone help?
The formula I'm using is =IF(F2>0, "YES", ""), where if the value in F2 is greater than 0, it should change to text "YES" or stay blank if the condition is not met.
Thank you!