System: Windows 7 Professional 64-bit
Software: Excel 2013
Greetings Everyone!
I have been trying to manipulate snippets of code here and there to find a solution to this project. I wouldn't say that I'm a VBA novice, as I am not actively trying to code, rather than see what works from other's suggestions/solutions and tweak as I go. This worked out wonderfully for creating a userform, and having it work as I need it to. Unfortunately, I have not found a working solution to the following issue.
So in Cover (Sheet1), I have my data nicely laid out and taken from Checklist (Sheet2). Everything is working great, except when I need to code a cell change. My objective is to display the current status (Cover!D5:D14) of requirements from Checklist which has various rows and columns. Please note that there are 10 requirements in the checklist, but not all of them will be used.
In Cover!D5:D14, there needs to be either "Yes," "No," or blank. This data will be pulled from Checklist, but the data of Cover!C1 needs to match the corresponding column of Checklist. The cell that "Yes" and "No" will originate/change from will be a drop down list in cells Cover!E5:E14. When one of these cells changes, it needs to update the according requirement in Checklist. This, in turn, will update what is shown in current status (Cover!D5:D14).
The even trickier part is that when I change the drop down in cell Cover!C1, the cells in Cover!E5:E14 must clear to reflect neither "Yes" nor "No," but does not effect the current status (Cover!D5:D14) of the inquiry of Cover!C1 when this happens. I do have a blank cell in my data validation list for the Yes/No drop down.
I have tried dependent drop downs, IF/THEN statements, INDEX/MATCH statements, macros, and various codes. I have tried using check boxes and radio buttons in VBA, as well as form controls. I cannot figure out how to make this happen. I apologize that at this time, I do not have any code to offer for a starting point. Nothing has been close to working for this.
I tried to post an image as the FAQ thread suggested, but it wasn't working out too well. Please let me know if these links do not work for the images, I will try something else.
Any help would be greatly appreciated. Thank you!
Cover (Sheet1)
https://i.imgur.com/CFp8EbZ.png
Checklist (Sheet2)
https://i.imgur.com/3BBYVkP.png
Software: Excel 2013
Greetings Everyone!
I have been trying to manipulate snippets of code here and there to find a solution to this project. I wouldn't say that I'm a VBA novice, as I am not actively trying to code, rather than see what works from other's suggestions/solutions and tweak as I go. This worked out wonderfully for creating a userform, and having it work as I need it to. Unfortunately, I have not found a working solution to the following issue.
So in Cover (Sheet1), I have my data nicely laid out and taken from Checklist (Sheet2). Everything is working great, except when I need to code a cell change. My objective is to display the current status (Cover!D5:D14) of requirements from Checklist which has various rows and columns. Please note that there are 10 requirements in the checklist, but not all of them will be used.
In Cover!D5:D14, there needs to be either "Yes," "No," or blank. This data will be pulled from Checklist, but the data of Cover!C1 needs to match the corresponding column of Checklist. The cell that "Yes" and "No" will originate/change from will be a drop down list in cells Cover!E5:E14. When one of these cells changes, it needs to update the according requirement in Checklist. This, in turn, will update what is shown in current status (Cover!D5:D14).
The even trickier part is that when I change the drop down in cell Cover!C1, the cells in Cover!E5:E14 must clear to reflect neither "Yes" nor "No," but does not effect the current status (Cover!D5:D14) of the inquiry of Cover!C1 when this happens. I do have a blank cell in my data validation list for the Yes/No drop down.
I have tried dependent drop downs, IF/THEN statements, INDEX/MATCH statements, macros, and various codes. I have tried using check boxes and radio buttons in VBA, as well as form controls. I cannot figure out how to make this happen. I apologize that at this time, I do not have any code to offer for a starting point. Nothing has been close to working for this.
I tried to post an image as the FAQ thread suggested, but it wasn't working out too well. Please let me know if these links do not work for the images, I will try something else.
Any help would be greatly appreciated. Thank you!
Cover (Sheet1)
https://i.imgur.com/CFp8EbZ.png
Checklist (Sheet2)
https://i.imgur.com/3BBYVkP.png