Hello everyone,
Firstly, apologies if this has already been asked on here - I've had a little search around but I can't seem to find exactly what I'm looking for. I really just need an excel guru to point me in the direction of what I need to know then I can go away and find it.
So, little project at work running at the moment that requires a data entry exercise to be carried out. The end goal I'd like is a list of numbers down column A and then 'yes' or 'no' down column B (see below).
End Goal
A________B
12121____Yes
12122____No
12123____Yes
12124____Yes
I'd like to create a userform/tool for the colleague doing the data entry exercise to make it cleaner and ideally for the colleague NOT to be able to see all the background database data (therefore connection will be required to another sheet).
The journey steps for the colleague would be as follows:
A________B
12121____Yes
12122____No
12123____
12124____
Like I mentioned, ideally I'd like the data to be sent from the spreadsheet with the userform to a database elsewhere on our server. I also have the database connecting to another tool where management can get a live view of percentage splits of Yes/No (this has already been built).
I understand this is probably complex and am a novice when it comes to VBA coding but I am a quick learner and if anyone can give me the basics of how this would work, pointing me in the direction of what I need, I'd really appreciate it. Additionally, someone may tell me what I'm trying to achieve isn't possible with VBA which would also be beneficial to know if that's the case!
Cheers in advance!
Firstly, apologies if this has already been asked on here - I've had a little search around but I can't seem to find exactly what I'm looking for. I really just need an excel guru to point me in the direction of what I need to know then I can go away and find it.
So, little project at work running at the moment that requires a data entry exercise to be carried out. The end goal I'd like is a list of numbers down column A and then 'yes' or 'no' down column B (see below).
End Goal
A________B
12121____Yes
12122____No
12123____Yes
12124____Yes
I'd like to create a userform/tool for the colleague doing the data entry exercise to make it cleaner and ideally for the colleague NOT to be able to see all the background database data (therefore connection will be required to another sheet).
The journey steps for the colleague would be as follows:
- Colleague opens userform/tool, selecting 'get next work' which looks at the database and finds the next number in cell A (1000's of lines of data has been dumped in column A) that doesn't have a corresponding Yes/No next to it in cell B which would be A3 (12123) as shown below.
A________B
12121____Yes
12122____No
12123____
12124____
- Colleague then selects either yes/no on the userform, and again would hit 'get next work'. This would then 1. add their entry to B3 and 2. reset the form, pulling in A4's number (the next number) for the process to be done again.
Like I mentioned, ideally I'd like the data to be sent from the spreadsheet with the userform to a database elsewhere on our server. I also have the database connecting to another tool where management can get a live view of percentage splits of Yes/No (this has already been built).
I understand this is probably complex and am a novice when it comes to VBA coding but I am a quick learner and if anyone can give me the basics of how this would work, pointing me in the direction of what I need, I'd really appreciate it. Additionally, someone may tell me what I'm trying to achieve isn't possible with VBA which would also be beneficial to know if that's the case!
Cheers in advance!