I need for each Row in COLUMN B which is blank to be filled with "999"
if there is a positive value in COLUMN C (which can be negative).
So, in the example below, the blank spaces in Column B need to be filled with 999.
Please note this is part of a larger macro and all help is appreciated.
<tbody>
</tbody>
if there is a positive value in COLUMN C (which can be negative).
So, in the example below, the blank spaces in Column B need to be filled with 999.
Please note this is part of a larger macro and all help is appreciated.
Column A | Column B | Column C |
Row 1 | 311 | 44 |
Row 2 | 344 | 45 |
Row 3 | -444 | |
Row 4 | 99 | |
Row 5 | 311 | -44 |
<tbody>
</tbody>