How to plan many activities for many people in Excel. Plan activates for many people for a week. This is a classroom activity chart but could be used to schedule many things.
How to plan 20 activities for 20 people for a week.
For more help visit my website or email me at easyexcelanswers@gmail.com.
Contact me regarding customizing this template for your needs.
For more help visit my website or email me at easyexcelanswers@gmail.com.
Contact me regarding customizing this template for your needs.
Excel one-on-one on-line training available. Email me to arrange.
I am able to provide online help on your computer at a reasonable rate.
Check out my next one-hour Excel Webinar
I use a Blue condensor Microphone to record my videos, here is the link
Check out Crowdcast for creating your webinars
If you need to buy Office 2019 follow
Follow me on Facebook
Follow me on twitter
easyexcelanswers
IG @barbhendersonconsulting
You can help and generate a translation to you own language
*this description may contain affiliate links. When you click them, I may receive a small commission at no extra cost to you. I only recommend products and services that I’ve used or have experience with.
IG @barbhendersonconsulting
Code
Sub ifempty()
Dim r, c As Integer
Dim i, count As Integer
i = 1
r = 4
c = 3
count = 0
Do While c less than= 23
Worksheets(“sheet1”).Cells(r, c).Select
For r = 4 To (24 – count)
If ActiveCell.Value = “” Then
ActiveCell.Value = “C” & i
i = i + 1
ActiveCell.Offset(1, 0).Select
Else
ActiveCell.Offset(1, 0).Select
End If
‘MsgBox i
Next r
If i less than= 20 Then
r = 4
Worksheets(“sheet1”).Cells(r, c).Select
Do While i less than= 20
If ActiveCell.Value = “” Then
ActiveCell.Value = “C” & i
i = i + 1
ActiveCell.Offset(1, 0).Select
Else
ActiveCell.Offset(1, 0).Select
End If
Loop
End If
i = 1
count = count + 1
r = 4 + count
c = 3 + count
Loop
End Sub
You can help and generate a translation to you own language
Watch more new videos about Excel Office | Synthesized by Mindovermetal English
Can you show about how to create timetable for schools that it runs auto with vba?