Hey y'all. I've been scouring the internet to piece together codes that would be able to accomplish the task at hand.
I currently have a worksheet that has the names of clients (a), when their next meeting is (b), and was the meeting completed? (c).
I'm trying to make it so, once a meeting has been completed and the worker puts in the txt "Yes" a new row appears beneath the client, copying down the client name and adding 84 days the the cell above (in B). I've already tested a code that then moves the completed meeting to a new sheet.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Current Meeting Date[/TD]
[TD]Completed?[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]7/25/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Morgan Freeman[/TD]
[TD]8/1/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I currently have a worksheet that has the names of clients (a), when their next meeting is (b), and was the meeting completed? (c).
I'm trying to make it so, once a meeting has been completed and the worker puts in the txt "Yes" a new row appears beneath the client, copying down the client name and adding 84 days the the cell above (in B). I've already tested a code that then moves the completed meeting to a new sheet.
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Current Meeting Date[/TD]
[TD]Completed?[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD]7/25/2018[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Morgan Freeman[/TD]
[TD]8/1/2018[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]