Mattdivo523
New Member
- Joined
- Mar 24, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- MacOS
I am attempting to build a cadence structure for sales in excel. The whole point is that each checkbox in the row will represent a certain task that is to be completed on a certain day.
I will explain what one cell within a row should look like but ultimately I need this to happen across multiple rows, each being independent from the other.
1.) B1:K1 will all contain checkboxes.
2.) Each checkboxes purpose is to update the date in cell A1 to when the next task should be accomplished.
3.) Weekends must be excluded from consideration when setting the new date.
4.) My first task would be the B1 Check Box. After it is checked A1 should update the next workday: If I checked B1 today (3/24/2022), A1 would populate with ( 3/25/2022)
5.) My Second task would be set to the date that is in A1. So I would check the box C1, but this time I need it to be 2 days later, exlcuding weekends. So when I check box C1, cell A1 should populate with (3/29/22).
6. I need this formula to continue all the way till K1. Checking K1 won't need to do anything to A1 because it the final task.
7. Feel free to add any interval of time to D1:J1. They can all be the same I will alter the code to the correct time intervals for each.
8.) Again, I do need this to happen across multiple rows (A1:A100) each row independently doing the process above.
I am trying to figure this out on my own, but I am new to coding so anything helps.
I will explain what one cell within a row should look like but ultimately I need this to happen across multiple rows, each being independent from the other.
1.) B1:K1 will all contain checkboxes.
2.) Each checkboxes purpose is to update the date in cell A1 to when the next task should be accomplished.
3.) Weekends must be excluded from consideration when setting the new date.
4.) My first task would be the B1 Check Box. After it is checked A1 should update the next workday: If I checked B1 today (3/24/2022), A1 would populate with ( 3/25/2022)
5.) My Second task would be set to the date that is in A1. So I would check the box C1, but this time I need it to be 2 days later, exlcuding weekends. So when I check box C1, cell A1 should populate with (3/29/22).
6. I need this formula to continue all the way till K1. Checking K1 won't need to do anything to A1 because it the final task.
7. Feel free to add any interval of time to D1:J1. They can all be the same I will alter the code to the correct time intervals for each.
8.) Again, I do need this to happen across multiple rows (A1:A100) each row independently doing the process above.
I am trying to figure this out on my own, but I am new to coding so anything helps.