Hi all,
I have a range of empty cells in columns A,B & C.
If a value is entered in any of the cells A1, B1 or C1 i want to lock the other two cells to prevent data entry.
This will then be the same for rows 1 through to 4 as shown in the table below..
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]locked[/TD]
[TD]8[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[TD]77[/TD]
[/TR]
</tbody>[/TABLE]
Can this be done without VBA?
I would like to avoid that where possible as i'm not very well schooled in that area.
Any help would be appreciated.
I have a range of empty cells in columns A,B & C.
If a value is entered in any of the cells A1, B1 or C1 i want to lock the other two cells to prevent data entry.
This will then be the same for rows 1 through to 4 as shown in the table below..
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]5[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]locked[/TD]
[TD]8[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]2[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]locked[/TD]
[TD]locked[/TD]
[TD]77[/TD]
[/TR]
</tbody>[/TABLE]
Can this be done without VBA?
I would like to avoid that where possible as i'm not very well schooled in that area.
Any help would be appreciated.