studentlearner
New Member
- Joined
- Oct 7, 2021
- Messages
- 30
- Office Version
- 365
- Platform
- Windows
Can i check how do i get the final choices from this table to the second table?
the second table:
So it kind of checks the above cell and views whether it was taken and if it was taken it views the second choice and if it was taken it would check the third choice if all choice is taken it will display NIL. Any help with the formula or through VBA would be a great help. Thank you!
Employee Name | Attendance Percentage | Choice1 | Choice2 | Choice3 |
Alan | 75.09333333 | Project 1 | Project 3 | Project 4 |
John | 73.37 | Project 1 | Project 4 | Project 2 |
Alan | 73.15 | Project 3 | Project 5 | Project 6 |
Chris | 73.15 | Project 2 | Project 4 | Project 1 |
Tommy | 70.63666667 | Project 2 | Project 6 | Project 5 |
Jack | 70.63666667 | Project 6 | Project 1 | Project 3 |
the second table:
Employee Name | Attendance Percentage | Choice1 | Choice2 | Choice3 | Final Choice |
Alan | 75.09333333 | Project 1 | Project 3 | Project 4 | Project 1 |
John | 73.37 | Project 1 | Project 4 | Project 2 | Project 4 |
Alan | 73.15 | Project 3 | Project 5 | Project 6 | Project 3 |
Chris | 73.15 | Project 2 | Project 4 | Project 1 | Project 2 |
Tommy | 70.63666667 | Project 2 | Project 6 | Project 5 | Project 6 |
Jack | 70.63666667 | Project 6 | Project 1 | Project 3 | NIL |
So it kind of checks the above cell and views whether it was taken and if it was taken it views the second choice and if it was taken it would check the third choice if all choice is taken it will display NIL. Any help with the formula or through VBA would be a great help. Thank you!
Last edited: