Hello All,
I am working on sort of a schedule. In column A is dates, column B is names and column C is a number. What I am looking for is the date in column A to be added and increase the number of times the column C value is while excluding weekends. I also need the names in column B to be copied the same amount of times in column B.
For example:
A B C
8/25/11 John 4
8/26/11 John
8/29/11 John
8/30/11 John
9/16/11 Dave 3
9/19/11 Dave
9/20/11 Dave
These values are being entered on the worksheet from a Userform. I can get the first row but I would like an easier way to add the rest instead of entering each day manually.
Any help with this would be much appreciated.
Marc
I am working on sort of a schedule. In column A is dates, column B is names and column C is a number. What I am looking for is the date in column A to be added and increase the number of times the column C value is while excluding weekends. I also need the names in column B to be copied the same amount of times in column B.
For example:
A B C
8/25/11 John 4
8/26/11 John
8/29/11 John
8/30/11 John
9/16/11 Dave 3
9/19/11 Dave
9/20/11 Dave
These values are being entered on the worksheet from a Userform. I can get the first row but I would like an easier way to add the rest instead of entering each day manually.
Any help with this would be much appreciated.
Marc