Hi Ninjas,
I have set up a series of 25 timeline template formulas, and used vlookup functions to design a way for users to answer a couple questions to determine which template they should use. The templates are designed to backfill the timeline based on the deadline date. (It's used to help the team determine when projects need to be started.)
Now, I need a way to automatically copy the timeline template formulas once the vlookup value appears, and allow the user to input the desired deadline date.
Due to company policy I'm unable to post an example file, but the file is set up like this ... lets say rows 3, 7, 9, and 12 contain timeline template formulas that use the value in column J (which the user can input) to calculate the timeline. (the formula I have in row 3, column K, looks like this =WORKDAY($J3,-($K$1-4),Holidays2013)
Row 20 contains the input cells that determine which template should be used. The vlookup value provides a row number ID to let me know which template to choose. I need an automated way to pull in the formulas so my users can set up their timelines without having to manually copy and paste, as some of them are challenged by that. (Yes, seriously.) The same set-up in row 20 will need to be copied for each task in the project so a template may be used multiple times, with different deadline dates.
I can get the formulas to display using an EvalFormula VB command, but they reference the original template deadline date cell (e.g. Template in Row 3 references J3, Row 12 references J12, etc.) ... I need it to somehow update each formula to reference the deadline value in column J of the row in which they are pasted. Anyone have any ideas on how to make that happen?
Thanks in advance for your help!
Ann
I have set up a series of 25 timeline template formulas, and used vlookup functions to design a way for users to answer a couple questions to determine which template they should use. The templates are designed to backfill the timeline based on the deadline date. (It's used to help the team determine when projects need to be started.)
Now, I need a way to automatically copy the timeline template formulas once the vlookup value appears, and allow the user to input the desired deadline date.
Due to company policy I'm unable to post an example file, but the file is set up like this ... lets say rows 3, 7, 9, and 12 contain timeline template formulas that use the value in column J (which the user can input) to calculate the timeline. (the formula I have in row 3, column K, looks like this =WORKDAY($J3,-($K$1-4),Holidays2013)
Row 20 contains the input cells that determine which template should be used. The vlookup value provides a row number ID to let me know which template to choose. I need an automated way to pull in the formulas so my users can set up their timelines without having to manually copy and paste, as some of them are challenged by that. (Yes, seriously.) The same set-up in row 20 will need to be copied for each task in the project so a template may be used multiple times, with different deadline dates.
I can get the formulas to display using an EvalFormula VB command, but they reference the original template deadline date cell (e.g. Template in Row 3 references J3, Row 12 references J12, etc.) ... I need it to somehow update each formula to reference the deadline value in column J of the row in which they are pasted. Anyone have any ideas on how to make that happen?
Thanks in advance for your help!
Ann