Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Hi there, I'm sure this is simple, but I haven't found a simple solutions. I'm creating a new timesheet for my company and I want it to populate automatically. I have a field where the payroll manager can enter the period start date. From that, I want to fill in all of the dates for the payroll. What I'm looking for is an easy way to lookup the date value in the period start date field and then increment the dates in the body of the worksheet. What I have so far is something like this. For the first day of the payperiod: =I$6 For the 2nd day of the payperiod: = I$6 + 1 For the 3rd day of the payperiod: = I$6 + 2 And so on. However, this is a tedius method of building up the date range I want. It works, but I'm looking for something a little more elegant. Basically, I think I need a macro or something that does something like that that can automatically increment the dates for me in the range I want. Can anyone point me in the right direction for writing something like that? (I haven't worked much with Macros or VBA). Kim -- kswinth ------------------------------------------------------------------------ kswinth's Profile: http://www.excelforum.com/member.php...o&userid=24646 View this thread: http://www.excelforum.com/showthread...hreadid=383191 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using dates for x-axis values as string instead of creating a scale | Charts and Charting in Excel | |||
Relative reference autofill increment other than +1 | Excel Discussion (Misc queries) | |||
Stop Excel Rounding Dates | Excel Discussion (Misc queries) | |||
Formating Dates for production schedule | Excel Discussion (Misc queries) | |||
due dates | New Users to Excel |