I'm building a checklist (for webpages) and have the following problem.
I want my Data Validation List to use a default value if another cell has a certain value.
I've added an example of how I basicly want it to look like:
http://www.armengar.nl/example.xlsm
In the orange fields are Dropdown boxes, which get filled IF column D = YES (formula is in Data Validation screen).
The thing I want to add is that IF column D = YES the the Cell in column E jumps to a default value of the list (specified in the List tab). It doesn't really matter if its from the list or if i have to specify the default value in the macro.
I've searched around a bit and found 2 macro's that do something similar, but my VB knowledge is very small, so tuning them for my situation hasn't been succesfull.
Im working with excel 2010
I want my Data Validation List to use a default value if another cell has a certain value.
I've added an example of how I basicly want it to look like:
http://www.armengar.nl/example.xlsm
In the orange fields are Dropdown boxes, which get filled IF column D = YES (formula is in Data Validation screen).
The thing I want to add is that IF column D = YES the the Cell in column E jumps to a default value of the list (specified in the List tab). It doesn't really matter if its from the list or if i have to specify the default value in the macro.
I've searched around a bit and found 2 macro's that do something similar, but my VB knowledge is very small, so tuning them for my situation hasn't been succesfull.
Im working with excel 2010