Jlragr
New Member
- Joined
- Jul 24, 2024
- Messages
- 3
- Office Version
- Prefer Not To Say
- Platform
- Windows
Hi all,
I’m working on a small task for work where we have a list of technicians who do a task. We are asked in order, to do that task but if someone says yes, they move to the bottom of the list and if someone says no, they stay where they are in the list.
For example, the original list starting from the top or who is first to be asked is as follows:
Jenn
Jessica
Rhiannon
Briana
Andrew
Let’s say Jenn was asked to do a task but was unable to, so her response was no, she would stay in her spot within the list. Jessica would be asked next and if she says yes, would move to the bottom of the list and everyone after her would move up. So in this case the list would now look as follows:
Jenn
Rhiannon
Briana
Andrew
Jessica
Is there a formula or a way to code this?
As technicians are asked, our manager would log it into the sheet with our name and our response.
I would like for the VBA or formula to get the techs name and response, and if their response is yes, automatically update the order of the list accordingly. It would be even better if i could incorporate a button to click after the information has been entered to do this instead of pulling up the macro window every time, as our manager is not tech savvy whatsoever.
Thanks in advance and let me know if there’s any more information you’d need to make this easier to understand.
Also, apologies, I’m currently not at work (it’s my day off) so i don’t have access to the file to be able to upload an example of how I’ve set it up so far.
I’m working on a small task for work where we have a list of technicians who do a task. We are asked in order, to do that task but if someone says yes, they move to the bottom of the list and if someone says no, they stay where they are in the list.
For example, the original list starting from the top or who is first to be asked is as follows:
Jenn
Jessica
Rhiannon
Briana
Andrew
Let’s say Jenn was asked to do a task but was unable to, so her response was no, she would stay in her spot within the list. Jessica would be asked next and if she says yes, would move to the bottom of the list and everyone after her would move up. So in this case the list would now look as follows:
Jenn
Rhiannon
Briana
Andrew
Jessica
Is there a formula or a way to code this?
As technicians are asked, our manager would log it into the sheet with our name and our response.
I would like for the VBA or formula to get the techs name and response, and if their response is yes, automatically update the order of the list accordingly. It would be even better if i could incorporate a button to click after the information has been entered to do this instead of pulling up the macro window every time, as our manager is not tech savvy whatsoever.
Thanks in advance and let me know if there’s any more information you’d need to make this easier to understand.
Also, apologies, I’m currently not at work (it’s my day off) so i don’t have access to the file to be able to upload an example of how I’ve set it up so far.