Hi.
I need to have the result in VBA.
If the value of the cell in column "A" is equal to the same cell in Column "B" then in column "C" is written "OK"
A9=3 B9=3 then C9=OK
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>
I need to have the result in VBA.
If the value of the cell in column "A" is equal to the same cell in Column "B" then in column "C" is written "OK"
A9=3 B9=3 then C9=OK
Value1 | Value2 | Result |
104 | 87 | |
402 | 402 | OK |
245 | 1 | |
38 | 15 | |
257 | 357 | |
367 | 367 | OK |
400 | 401 | |
831 | 31 | |
648 | 64 | |
783 | 78 | |
183 | 183 | OK |
243 | 311 | |
869 | 66 | |
886 | 886 | OK |
1000 | 8 |
<colgroup><col width="64" span="3" style="width:48pt"> </colgroup><tbody>
</tbody>