Hello all,
I am looking for VBA code that is looking if cell “L2” is empty or not.
If not empty, then I would need to write “Phase 1” in cell “L4” and “Phase 2” in cell “M4”.
If empty, do nothing
Then skip column “N” and then again, look if cell “O2” is empty or not.
If not empty, then I would need to write “Phase 1” in cell “O4” and “Phase 2” in cell “P4”.
If empty, do nothing… And so on until column “GD”.
Thank you for looking