Workbook 1- being a user input sheet. For example.
Column names
Date // Time // Name // Email // External Status // Internal Status
Date - needs to automatically input the date and time it’s being inputted into the user table..
External status - needs to highlight the row depending on option selected ( 1 of 2 options needed, Approved, Rejected) I.e Approved highlights that row green. Rejected highlights it red.
Internal status - just needs to select from one of 2 options like the above and be change the row colour dependant on selection.
Workbook 2
This is just for reporting automation. For example
Data gets exported to an excel document, I then need to do the following with this data :
1. Remove all/any rows with a ‘name’ beginning with ‘MI’
2. CHANGE all words = ‘FALSE’ to ‘0’ & TRUE = to ‘1’
3. Separate data based on filter function (
Example — created tickets need to be stored to a ‘created tickets on “date”’ tab.
Closed tickets need to be stored to a ‘closed tickets on”date”’ tab.)
4. Format header text columns to bold on all 3 tabs.
5. Outline all data on all 3 tabs
6. Remove grid lines on all 3 tabs
Column names
Date // Time // Name // Email // External Status // Internal Status
Date - needs to automatically input the date and time it’s being inputted into the user table..
External status - needs to highlight the row depending on option selected ( 1 of 2 options needed, Approved, Rejected) I.e Approved highlights that row green. Rejected highlights it red.
Internal status - just needs to select from one of 2 options like the above and be change the row colour dependant on selection.
Workbook 2
This is just for reporting automation. For example
Data gets exported to an excel document, I then need to do the following with this data :
1. Remove all/any rows with a ‘name’ beginning with ‘MI’
2. CHANGE all words = ‘FALSE’ to ‘0’ & TRUE = to ‘1’
3. Separate data based on filter function (
Example — created tickets need to be stored to a ‘created tickets on “date”’ tab.
Closed tickets need to be stored to a ‘closed tickets on”date”’ tab.)
4. Format header text columns to bold on all 3 tabs.
5. Outline all data on all 3 tabs
6. Remove grid lines on all 3 tabs