Hiya,
I am building a spreadsheet to monitor results from software deployments. Each day the results of the deployment will get dropped into Sheet2 (previous extract is cleared). The user will click a button on Sheet1 which should link to a macro which...
1. Asks the user which day number (numeric value) they are processing.
2. Bring back all values from ExtractColumn2 (B:B) on Sheet2 where the UniqueID in Sheet2!A:A matches the UniqueID in Sheet1!A:A.
3. Place each of the values from Sheet2's ExtractColumn2 in the Sheet1 column relevant to the day number the user entered initially (e.g. if user enters 1, then all the values go in Column W).
I've put in up to Day 18, but potentially I'd like it be able to cater for any future increases.
Document template attached.
I'd sincerely appreciate some ninja help here with some efficient VBA if you don't mind?
Many thanks in advance for your help guys and gals.
I am building a spreadsheet to monitor results from software deployments. Each day the results of the deployment will get dropped into Sheet2 (previous extract is cleared). The user will click a button on Sheet1 which should link to a macro which...
1. Asks the user which day number (numeric value) they are processing.
2. Bring back all values from ExtractColumn2 (B:B) on Sheet2 where the UniqueID in Sheet2!A:A matches the UniqueID in Sheet1!A:A.
3. Place each of the values from Sheet2's ExtractColumn2 in the Sheet1 column relevant to the day number the user entered initially (e.g. if user enters 1, then all the values go in Column W).
I've put in up to Day 18, but potentially I'd like it be able to cater for any future increases.
Document template attached.
I'd sincerely appreciate some ninja help here with some efficient VBA if you don't mind?
Many thanks in advance for your help guys and gals.