sunilbsrv2k
Board Regular
- Joined
- May 25, 2018
- Messages
- 73
Hi All,
I have a question in Excel/VBA.
I am creating an Attendance tracker for about 200 team members; in which each row corresponding to a team member displays their attendance for the entire month.
There are 3 types of leaves: CL, SL and EL.
The last 3 columns of the table show the total number of leaves taken by the member in each type mentioned above.
Now, the question is, if a person crosses 2 in CL, then that entire row should be disabled from entering another CL; however, it should still allow me to update SL and EL in all other cells.
Could any of you help me on this
Thanks,
I have a question in Excel/VBA.
I am creating an Attendance tracker for about 200 team members; in which each row corresponding to a team member displays their attendance for the entire month.
There are 3 types of leaves: CL, SL and EL.
The last 3 columns of the table show the total number of leaves taken by the member in each type mentioned above.
Now, the question is, if a person crosses 2 in CL, then that entire row should be disabled from entering another CL; however, it should still allow me to update SL and EL in all other cells.
Could any of you help me on this
Thanks,