Hello,
I am not very good at VBA coding and need help putting together a macro that will allow me to do the following:
1. Extract milestones from another worksheet (titled "Workplan") based on a column titled Upcoming Milestones (column R) that is a drop-down selection (Yes or No). If yes, I'd like the actual milestone (column E) to be extracted to a worksheet (titled "Status Update"), with its corresponding Due Date (column M) and Status (column O) from the Workplan tab. It should populate columns F, G, H respectively in the Status Update tab.
2. Once the user updates his/her Workplan tab the following week, and indicates new Upcoming Milestones (Yes), should clear and re-populate new Upcoming milestones with its corresponding Due Date and Status.
Would appreciate your help on this! Thanks so much.
Best,
SF
I am not very good at VBA coding and need help putting together a macro that will allow me to do the following:
1. Extract milestones from another worksheet (titled "Workplan") based on a column titled Upcoming Milestones (column R) that is a drop-down selection (Yes or No). If yes, I'd like the actual milestone (column E) to be extracted to a worksheet (titled "Status Update"), with its corresponding Due Date (column M) and Status (column O) from the Workplan tab. It should populate columns F, G, H respectively in the Status Update tab.
2. Once the user updates his/her Workplan tab the following week, and indicates new Upcoming Milestones (Yes), should clear and re-populate new Upcoming milestones with its corresponding Due Date and Status.
Would appreciate your help on this! Thanks so much.
Best,
SF